#6D8A3A
A dark, moderate green closely aligning with Olivedrab.
About #6D8A3A
The hex code #6D8A3A represents a beautifully specific shade of green. Its closest recognized web color is Olivedrab. To achieve this exact tint on a monitor, you would use an RGB mix of 109, 138, and 58.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 21% C, 0% M, 58% Y, and 46% K. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#6D8A3A
RGB109, 138, 58
HSL81.8°, 40.8%, 38.4%
CMYK21%, 0%, 58%, 46%
HSV81.8°, 58.0%, 54.1%
LAB53.7, -23.6, 38.8
XYZ16.2, 21.7, 7.3
Decimal7178810
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.93:1
Text on #FFFFFF
AA Large
5.35:1
Text on #000000
AA
3.75:1
Text on #F8FAFC
AA Large
4.55:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #6D8A3A;
}
.text-color {
color: #6D8A3A;
}
.border-color {
border: 2px solid #6D8A3A;
}