#7C8316
A dark, vivid yellow closely aligning with Olive.
About #7C8316
The precise color #7C8316 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Olive. This translates to an RGB value of rgb(124, 131, 22).
Translating this color to physical media requires the CMYK color model. The color uses 5% Cyan, 0% Magenta, 83% Yellow, and 49% Black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. 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#7C8316
RGB124, 131, 22
HSL63.9°, 71.2%, 30.0%
CMYK5%, 0%, 83%, 49%
HSV63.9°, 83.2%, 51.4%
LAB52.5, -15.8, 52.4
XYZ16.6, 20.6, 3.9
Decimal8160022
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.11:1
Text on #FFFFFF
AA Large
5.12:1
Text on #000000
AA
3.92:1
Text on #F8FAFC
AA Large
4.35:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #7C8316;
}
.text-color {
color: #7C8316;
}
.border-color {
border: 2px solid #7C8316;
}