#739508
A dark, vivid yellow closely aligning with Olivedrab.
About #739508
Visually, #739508 is defined as a vivid yellow. If you're using CSS, you might find it aligns closely with Olivedrab. To achieve this exact tint on a monitor, you would use an RGB mix of 115, 149, and 8.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 23% C, 0% M, 95% Y, and 42% K. The HSL representation is 74.5° hue, 89.8% saturation, and 30.8% lightness.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#739508
RGB115, 149, 8
HSL74.5°, 89.8%, 30.8%
CMYK23%, 0%, 95%, 42%
HSV74.5°, 94.6%, 58.4%
LAB57.2, -29.2, 59.0
XYZ17.9, 25.2, 4.1
Decimal7574792
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.48:1
Text on #FFFFFF
AA Large
6.03:1
Text on #000000
AA
3.33:1
Text on #F8FAFC
AA Large
5.13:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #739508;
}
.text-color {
color: #739508;
}
.border-color {
border: 2px solid #739508;
}