#7C7C2C
A dark, moderate yellow closely aligning with Olive.
About #7C7C2C
When working with digital screens, the color #7C7C2C is rendered by mixing light. It is closely associated with the named CSS color Olive. This translates to an RGB value of rgb(124, 124, 44).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 0% magenta, 65% yellow, and 51% black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. 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#7C7C2C
RGB124, 124, 44
HSL60.0°, 47.6%, 32.9%
CMYK0%, 0%, 65%, 51%
HSV60.0°, 64.5%, 48.6%
LAB50.5, -10.9, 42.2
XYZ16.0, 18.9, 5.2
Decimal8158252
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.40:1
Text on #FFFFFF
AA Large
4.78:1
Text on #000000
AA
4.20:1
Text on #F8FAFC
AA Large
4.06:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #7C7C2C;
}
.text-color {
color: #7C7C2C;
}
.border-color {
border: 2px solid #7C7C2C;
}