#6D9200
A dark, vivid green closely aligning with Olivedrab.
About #6D9200
At its core, #6D9200 is a dark and vivid hue. 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 0 parts blue light.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 25% C, 0% M, 100% Y, and 43% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#6D9200
RGB109, 146, 0
HSL75.2°, 100.0%, 28.6%
CMYK25%, 0%, 100%, 43%
HSV75.2°, 100.0%, 57.3%
LAB55.9, -30.5, 59.1
XYZ16.6, 23.8, 3.7
Decimal7180800
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.64:1
Text on #FFFFFF
AA Large
5.76:1
Text on #000000
AA
3.48:1
Text on #F8FAFC
AA Large
4.90:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #6D9200;
}
.text-color {
color: #6D9200;
}
.border-color {
border: 2px solid #6D9200;
}