#746001
A dark, vivid yellow closely aligning with Olive.
About #746001
When working with digital screens, the color #746001 is rendered by mixing light. 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 116, 96, and 1.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 17% Magenta, 99% Yellow, and 55% Black. This makes it a relatively dark color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a dark color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#746001
RGB116, 96, 1
HSL49.6°, 98.3%, 22.9%
CMYK0%, 17%, 99%, 55%
HSV49.6°, 99.1%, 45.5%
LAB41.3, -0.7, 48.3
XYZ11.4, 12.1, 1.8
Decimal7626753
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.15:1
Text on #FFFFFF
AA
3.42:1
Text on #000000
AA Large
5.88:1
Text on #F8FAFC
AA
2.90:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #746001;
}
.text-color {
color: #746001;
}
.border-color {
border: 2px solid #746001;
}