#7C992C
A dark, moderate green closely aligning with Olivedrab.
About #7C992C
At its core, #7C992C is a dark and moderate hue. If you're using CSS, you might find it aligns closely with Olivedrab. In the RGB color space, it consists of 124 red, 153 green, and 44 blue.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 19% cyan and 0% magenta inks. The HSL representation is 76.0° hue, 55.3% saturation, and 38.6% lightness.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#7C992C
RGB124, 153, 44
HSL76.0°, 55.3%, 38.6%
CMYK19%, 0%, 71%, 40%
HSV76.0°, 71.2%, 60.0%
LAB59.2, -26.0, 51.2
XYZ20.2, 27.2, 6.6
Decimal8165676
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.26:1
Text on #FFFFFF
AA Large
6.45:1
Text on #000000
AA
3.11:1
Text on #F8FAFC
AA Large
5.48:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #7C992C;
}
.text-color {
color: #7C992C;
}
.border-color {
border: 2px solid #7C992C;
}