#7C8300
A dark, vivid yellow closely aligning with Olive.
About #7C8300
At its core, #7C8300 is a dark and vivid hue. Its closest recognized web color is Olive. To achieve this exact tint on a monitor, you would use an RGB mix of 124, 131, and 0.
Translating this color to physical media requires the CMYK color model. The color uses 5% Cyan, 0% Magenta, 100% Yellow, and 49% Black. This makes it a relatively light color when applied to physical surfaces.
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#7C8300
RGB124, 131, 0
HSL63.2°, 100.0%, 25.7%
CMYK5%, 0%, 100%, 49%
HSV63.2°, 100.0%, 51.4%
LAB52.4, -16.4, 56.9
XYZ16.4, 20.5, 3.1
Decimal8160000
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.11:1
Text on #FFFFFF
AA Large
5.10: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: #7C8300;
}
.text-color {
color: #7C8300;
}
.border-color {
border: 2px solid #7C8300;
}