#6D9249
A medium, moderate green closely aligning with Olivedrab.
About #6D9249
Visually, #6D9249 is defined as a moderate green. If you're using CSS, you might find it aligns closely with Olivedrab. Its digital footprint relies on 109 parts red, 146 parts green, and 73 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 25% C, 0% M, 50% Y, and 43% K. With a hue angle of 90.4 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#6D9249
RGB109, 146, 73
HSL90.4°, 33.3%, 42.9%
CMYK25%, 0%, 50%, 43%
HSV90.4°, 50.0%, 57.3%
LAB56.4, -26.0, 34.4
XYZ17.8, 24.3, 10.1
Decimal7180873
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.58:1
Text on #FFFFFF
AA Large
5.86:1
Text on #000000
AA
3.43:1
Text on #F8FAFC
AA Large
4.98:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #6D9249;
}
.text-color {
color: #6D9249;
}
.border-color {
border: 2px solid #6D9249;
}