Color #808000

#808000rgb(128, 128, 0)

Color Codes

HEX#808000
RGBrgb(128, 128, 0)
HSLhsl(60°, 100%, 25%)
CMYKcmyk(0%, 0%, 100%, 50%)
CIELABLab(51.9, -12.9, 56.7)

Color Schemes

Tints & Shades

CSS Code Snippets

background-color: #808000;
color: #808000;
border: 2px solid #808000;
background: linear-gradient(135deg, #808000, #000080);

Code Export

css
:root {
  --color-primary: #808000;
  --color-primary-rgb: 128, 128, 0;
  --color-primary-hsl: 60, 100%, 25%;
}

Related Tools