#757516
A dark, moderate yellow closely aligning with Olive.
About #757516
The hex code #757516 represents a beautifully specific shade of yellow. If you're using CSS, you might find it aligns closely with Olive. This translates to an RGB value of rgb(117, 117, 22).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 0% magenta, 81% yellow, and 54% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#757516
RGB117, 117, 22
HSL60.0°, 68.3%, 27.3%
CMYK0%, 0%, 81%, 54%
HSV60.0°, 81.2%, 45.9%
LAB47.7, -11.5, 47.9
XYZ13.8, 16.6, 3.2
Decimal7697686
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.87:1
Text on #FFFFFF
AA
4.31:1
Text on #000000
AA Large
4.65:1
Text on #F8FAFC
AA
3.67:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #757516;
}
.text-color {
color: #757516;
}
.border-color {
border: 2px solid #757516;
}