#6D8A2C
A dark, moderate green closely aligning with Olivedrab.
About #6D8A2C
When working with digital screens, the color #6D8A2C is rendered by mixing light. If you're using CSS, you might find it aligns closely with Olivedrab. This translates to an RGB value of rgb(109, 138, 44).
For print applications, it's crucial to understand its CMYK makeup. The color uses 21% Cyan, 0% Magenta, 68% Yellow, and 46% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#6D8A2C
RGB109, 138, 44
HSL78.5°, 51.6%, 35.7%
CMYK21%, 0%, 68%, 46%
HSV78.5°, 68.1%, 54.1%
LAB53.6, -24.8, 45.1
XYZ15.8, 21.6, 5.7
Decimal7178796
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.95:1
Text on #FFFFFF
AA Large
5.32:1
Text on #000000
AA
3.77:1
Text on #F8FAFC
AA Large
4.52:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #6D8A2C;
}
.text-color {
color: #6D8A2C;
}
.border-color {
border: 2px solid #6D8A2C;
}