#7C7C1D
A dark, moderate yellow closely aligning with Olive.
About #7C7C1D
Visually, #7C7C1D 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, 124, 29).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 0% M, 77% Y, and 51% K. This makes it a relatively dark 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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#7C7C1D
RGB124, 124, 29
HSL60.0°, 62.1%, 30.0%
CMYK0%, 0%, 77%, 51%
HSV60.0°, 76.6%, 48.6%
LAB50.4, -11.8, 48.3
XYZ15.7, 18.8, 4.0
Decimal8158237
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.41:1
Text on #FFFFFF
AA Large
4.76:1
Text on #000000
AA
4.22:1
Text on #F8FAFC
AA Large
4.04:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #7C7C1D;
}
.text-color {
color: #7C7C1D;
}
.border-color {
border: 2px solid #7C7C1D;
}