#797501
A dark, vivid yellow closely aligning with Olive.
About #797501
Visually, #797501 is defined as a vivid yellow. It is closely associated with the named CSS color Olive. To achieve this exact tint on a monitor, you would use an RGB mix of 121, 117, and 1.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 3% M, 99% Y, and 53% K. This makes it a relatively dark color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#797501
RGB121, 117, 1
HSL58.0°, 98.4%, 23.9%
CMYK0%, 3%, 99%, 53%
HSV58.0°, 99.2%, 47.5%
LAB48.0, -10.2, 53.4
XYZ14.3, 16.8, 2.5
Decimal7959809
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.82:1
Text on #FFFFFF
AA
4.36:1
Text on #000000
AA Large
4.61:1
Text on #F8FAFC
AA
3.70:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #797501;
}
.text-color {
color: #797501;
}
.border-color {
border: 2px solid #797501;
}