#668A49
A medium, moderate green closely aligning with Darkolivegreen.
About #668A49
At its core, #668A49 is a medium and moderate hue. Its closest recognized web color is Darkolivegreen. This translates to an RGB value of rgb(102, 138, 73).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 26% cyan, 0% magenta, 47% yellow, and 46% black. The HSL representation is 93.2° hue, 30.8% saturation, and 41.4% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#668A49
RGB102, 138, 73
HSL93.2°, 30.8%, 41.4%
CMYK26%, 0%, 47%, 46%
HSV93.2°, 47.1%, 54.1%
LAB53.5, -24.7, 30.7
XYZ15.8, 21.5, 9.6
Decimal6720073
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.96:1
Text on #FFFFFF
AA Large
5.30:1
Text on #000000
AA
3.79:1
Text on #F8FAFC
AA Large
4.50:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #668A49;
}
.text-color {
color: #668A49;
}
.border-color {
border: 2px solid #668A49;
}