#99A007
A dark, vivid yellow closely aligning with Olive.
About #99A007
When working with digital screens, the color #99A007 is rendered by mixing light. Designers often compare it to the standard color Olive. This translates to an RGB value of rgb(153, 160, 7).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 4% cyan, 0% magenta, 96% yellow, and 37% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#99A007
RGB153, 160, 7
HSL62.7°, 91.6%, 32.7%
CMYK4%, 0%, 96%, 37%
HSV62.7°, 95.6%, 62.7%
LAB63.3, -18.2, 65.0
XYZ25.7, 31.9, 5.0
Decimal10067975
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.84:1
Text on #FFFFFF
FAIL
7.39:1
Text on #000000
AAA
2.72:1
Text on #F8FAFC
FAIL
6.28:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #99A007;
}
.text-color {
color: #99A007;
}
.border-color {
border: 2px solid #99A007;
}