#7C8A66
A medium, muted green closely aligning with Darkolivegreen.
About #7C8A66
When working with digital screens, the color #7C8A66 is rendered by mixing light. Its closest recognized web color is Darkolivegreen. In the RGB color space, it consists of 124 red, 138 green, and 102 blue.
If you are designing for print, the four-color process is what matters most. The color uses 10% Cyan, 0% Magenta, 26% Yellow, and 46% Black. With a hue angle of 83.3 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#7C8A66
RGB124, 138, 102
HSL83.3°, 15.0%, 47.1%
CMYK10%, 0%, 26%, 46%
HSV83.3°, 26.1%, 54.1%
LAB55.5, -11.8, 17.6
XYZ19.8, 23.4, 16.0
Decimal8161894
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.69:1
Text on #FFFFFF
AA Large
5.68:1
Text on #000000
AA
3.53:1
Text on #F8FAFC
AA Large
4.83:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #7C8A66;
}
.text-color {
color: #7C8A66;
}
.border-color {
border: 2px solid #7C8A66;
}