#75661D
A dark, moderate yellow closely aligning with Darkolivegreen.
About #75661D
Visually, #75661D is defined as a moderate yellow. If you're using CSS, you might find it aligns closely with Darkolivegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 117, 102, and 29.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 13% Magenta, 75% Yellow, and 54% 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. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#75661D
RGB117, 102, 29
HSL49.8°, 60.3%, 28.6%
CMYK0%, 13%, 75%, 54%
HSV49.8°, 75.2%, 45.9%
LAB43.3, -2.7, 41.2
XYZ12.3, 13.4, 3.1
Decimal7693853
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.71:1
Text on #FFFFFF
AA
3.67:1
Text on #000000
AA Large
5.46:1
Text on #F8FAFC
AA
3.12:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #75661D;
}
.text-color {
color: #75661D;
}
.border-color {
border: 2px solid #75661D;
}