#7C7C07
A dark, vivid yellow closely aligning with Olive.
About #7C7C07
The precise color #7C7C07 is an excellent choice for modern design projects. Its closest recognized web color is Olive. This translates to an RGB value of rgb(124, 124, 7).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#7C7C07
RGB124, 124, 7
HSL60.0°, 89.3%, 25.7%
CMYK0%, 0%, 94%, 51%
HSV60.0°, 94.4%, 48.6%
LAB50.4, -12.5, 54.0
XYZ15.6, 18.7, 3.0
Decimal8158215
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.43:1
Text on #FFFFFF
AA Large
4.74:1
Text on #000000
AA
4.23:1
Text on #F8FAFC
AA Large
4.03:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #7C7C07;
}
.text-color {
color: #7C7C07;
}
.border-color {
border: 2px solid #7C7C07;
}