#668A2C
A dark, moderate green closely aligning with Olivedrab.
About #668A2C
At its core, #668A2C is a dark and moderate hue. It is closely associated with the named CSS color Olivedrab. This translates to an RGB value of rgb(102, 138, 44).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 26% cyan and 0% magenta inks. With a hue angle of 83.0 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. 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#668A2C
RGB102, 138, 44
HSL83.0°, 51.6%, 35.7%
CMYK26%, 0%, 68%, 46%
HSV83.0°, 68.1%, 54.1%
LAB53.1, -27.7, 44.5
XYZ15.0, 21.2, 5.7
Decimal6720044
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.01:1
Text on #FFFFFF
AA Large
5.24:1
Text on #000000
AA
3.83:1
Text on #F8FAFC
AA Large
4.45:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #668A2C;
}
.text-color {
color: #668A2C;
}
.border-color {
border: 2px solid #668A2C;
}