#7C9224
A dark, moderate yellow closely aligning with Olivedrab.
About #7C9224
Visually, #7C9224 is defined as a moderate yellow. If you're using CSS, you might find it aligns closely with Olivedrab. This translates to an RGB value of rgb(124, 146, 36).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 15% cyan and 0% magenta inks. The HSL representation is 72.0° hue, 60.4% saturation, and 35.7% lightness.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#7C9224
RGB124, 146, 36
HSL72.0°, 60.4%, 35.7%
CMYK15%, 0%, 75%, 43%
HSV72.0°, 75.3%, 57.3%
LAB57.0, -23.0, 52.0
XYZ18.9, 25.0, 5.5
Decimal8163876
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.50:1
Text on #FFFFFF
AA Large
5.99:1
Text on #000000
AA
3.35:1
Text on #F8FAFC
AA Large
5.10:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #7C9224;
}
.text-color {
color: #7C9224;
}
.border-color {
border: 2px solid #7C9224;
}