#75751D
A dark, moderate yellow closely aligning with Olive.
About #75751D
When working with digital screens, the color #75751D is rendered by mixing light. Designers often compare it to the standard color Olive. This translates to an RGB value of rgb(117, 117, 29).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 0% magenta, 75% yellow, and 54% black. The HSL representation is 60.0° hue, 60.3% saturation, and 28.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#75751D
RGB117, 117, 29
HSL60.0°, 60.3%, 28.6%
CMYK0%, 0%, 75%, 54%
HSV60.0°, 75.2%, 45.9%
LAB47.7, -11.2, 45.5
XYZ13.9, 16.6, 3.6
Decimal7697693
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.86:1
Text on #FFFFFF
AA
4.32: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: #75751D;
}
.text-color {
color: #75751D;
}
.border-color {
border: 2px solid #75751D;
}