#7C8A57
A medium, muted green closely aligning with Darkolivegreen.
About #7C8A57
Visually, #7C8A57 is defined as a muted green. Its closest recognized web color is Darkolivegreen. In the RGB color space, it consists of 124 red, 138 green, and 87 blue.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 10% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#7C8A57
RGB124, 138, 87
HSL76.5°, 22.7%, 44.1%
CMYK10%, 0%, 37%, 46%
HSV76.5°, 37.0%, 54.1%
LAB55.2, -14.0, 25.7
XYZ19.1, 23.2, 12.5
Decimal8161879
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.73:1
Text on #FFFFFF
AA Large
5.63:1
Text on #000000
AA
3.57:1
Text on #F8FAFC
AA Large
4.79:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #7C8A57;
}
.text-color {
color: #7C8A57;
}
.border-color {
border: 2px solid #7C8A57;
}