#7C830F
A dark, vivid yellow closely aligning with Olive.
About #7C830F
The precise color #7C830F is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Olive. In the RGB color space, it consists of 124 red, 131 green, and 15 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 5% C, 0% M, 89% Y, and 49% K. 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#7C830F
RGB124, 131, 15
HSL63.6°, 79.5%, 28.6%
CMYK5%, 0%, 89%, 49%
HSV63.6°, 88.5%, 51.4%
LAB52.5, -16.1, 54.1
XYZ16.5, 20.6, 3.5
Decimal8160015
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.11:1
Text on #FFFFFF
AA Large
5.11:1
Text on #000000
AA
3.93:1
Text on #F8FAFC
AA Large
4.34:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #7C830F;
}
.text-color {
color: #7C830F;
}
.border-color {
border: 2px solid #7C830F;
}