Color #006400

#006400rgb(0, 100, 0)

Color Codes

HEX#006400
RGBrgb(0, 100, 0)
HSLhsl(120°, 100%, 20%)
CMYKcmyk(100%, 0%, 100%, 61%)
CIELABLab(36.2, -43.4, 41.9)

Color Schemes

Tints & Shades

CSS Code Snippets

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

Code Export

css
:root {
  --color-primary: #006400;
  --color-primary-rgb: 0, 100, 0;
  --color-primary-hsl: 120, 100%, 20%;
}

Related Tools