#6D8A33
A dark, moderate green closely aligning with Olivedrab.
About #6D8A33
Visually, #6D8A33 is defined as a moderate green. Designers often compare it to the standard color Olivedrab. To achieve this exact tint on a monitor, you would use an RGB mix of 109, 138, and 51.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 21% C, 0% M, 63% Y, and 46% K. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. Because it is a dark color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#6D8A33
RGB109, 138, 51
HSL80.0°, 46.0%, 37.1%
CMYK21%, 0%, 63%, 46%
HSV80.0°, 63.0%, 54.1%
LAB53.7, -24.3, 42.1
XYZ16.0, 21.7, 6.5
Decimal7178803
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.94:1
Text on #FFFFFF
AA Large
5.33:1
Text on #000000
AA
3.76:1
Text on #F8FAFC
AA Large
4.53:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #6D8A33;
}
.text-color {
color: #6D8A33;
}
.border-color {
border: 2px solid #6D8A33;
}