#6D9216
A dark, vivid green closely aligning with Olivedrab.
About #6D9216
At its core, #6D9216 is a dark and vivid hue. Designers often compare it to the standard color Olivedrab. Its digital footprint relies on 109 parts red, 146 parts green, and 22 parts blue light.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 25% cyan, 0% magenta, 85% yellow, and 43% black. With a hue angle of 77.9 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#6D9216
RGB109, 146, 22
HSL77.9°, 73.8%, 32.9%
CMYK25%, 0%, 85%, 43%
HSV77.9°, 84.9%, 57.3%
LAB56.0, -29.9, 55.0
XYZ16.7, 23.9, 4.5
Decimal7180822
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.64:1
Text on #FFFFFF
AA Large
5.77:1
Text on #000000
AA
3.48:1
Text on #F8FAFC
AA Large
4.91:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #6D9216;
}
.text-color {
color: #6D9216;
}
.border-color {
border: 2px solid #6D9216;
}