#7C8324
A dark, moderate yellow closely aligning with Olive.
About #7C8324
Visually, #7C8324 is defined as a moderate yellow. If you're using CSS, you might find it aligns closely with Olive. This translates to an RGB value of rgb(124, 131, 36).
Translating this color to physical media requires the CMYK color model. The color uses 5% Cyan, 0% Magenta, 73% Yellow, and 49% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#7C8324
RGB124, 131, 36
HSL64.4°, 56.9%, 32.7%
CMYK5%, 0%, 73%, 49%
HSV64.4°, 72.5%, 51.4%
LAB52.6, -15.2, 47.7
XYZ16.7, 20.6, 4.8
Decimal8160036
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.09:1
Text on #FFFFFF
AA Large
5.13:1
Text on #000000
AA
3.91:1
Text on #F8FAFC
AA Large
4.36:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #7C8324;
}
.text-color {
color: #7C8324;
}
.border-color {
border: 2px solid #7C8324;
}