#7C9957
A medium, muted green closely aligning with Darkolivegreen.
About #7C9957
When working with digital screens, the color #7C9957 is rendered by mixing light. It is closely associated with the named CSS color Darkolivegreen. This translates to an RGB value of rgb(124, 153, 87).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 19% Cyan, 0% Magenta, 43% Yellow, and 40% Black. The HSL representation is 86.4° hue, 27.5% saturation, and 47.1% lightness.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#7C9957
RGB124, 153, 87
HSL86.4°, 27.5%, 47.1%
CMYK19%, 0%, 43%, 40%
HSV86.4°, 43.1%, 60.0%
LAB59.7, -21.9, 31.4
XYZ21.4, 27.8, 13.2
Decimal8165719
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.21:1
Text on #FFFFFF
AA Large
6.55:1
Text on #000000
AA
3.06:1
Text on #F8FAFC
AA Large
5.57:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #7C9957;
}
.text-color {
color: #7C9957;
}
.border-color {
border: 2px solid #7C9957;
}