#7C7C24
A dark, moderate yellow closely aligning with Olive.
About #7C7C24
Visually, #7C7C24 is defined as a moderate yellow. Its closest recognized web color is Olive. In the RGB color space, it consists of 124 red, 124 green, and 36 blue.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 0% Magenta, 71% Yellow, and 51% Black. This makes it a relatively dark color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark 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#7C7C24
RGB124, 124, 36
HSL60.0°, 55.0%, 31.4%
CMYK0%, 0%, 71%, 51%
HSV60.0°, 71.0%, 48.6%
LAB50.5, -11.4, 45.6
XYZ15.8, 18.8, 4.5
Decimal8158244
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.41:1
Text on #FFFFFF
AA Large
4.77:1
Text on #000000
AA
4.21:1
Text on #F8FAFC
AA Large
4.05:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #7C7C24;
}
.text-color {
color: #7C7C24;
}
.border-color {
border: 2px solid #7C7C24;
}