#756D49
A dark, muted yellow closely aligning with Darkolivegreen.
About #756D49
Visually, #756D49 is defined as a muted yellow. If you're using CSS, you might find it aligns closely with Darkolivegreen. This translates to an RGB value of rgb(117, 109, 73).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 7% magenta, 38% yellow, and 54% black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#756D49
RGB117, 109, 73
HSL49.1°, 23.2%, 37.3%
CMYK0%, 7%, 38%, 54%
HSV49.1°, 37.6%, 45.9%
LAB45.9, -2.7, 21.3
XYZ14.0, 15.2, 8.5
Decimal7695689
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.20:1
Text on #FFFFFF
AA
4.04:1
Text on #000000
AA Large
4.97:1
Text on #F8FAFC
AA
3.43:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #756D49;
}
.text-color {
color: #756D49;
}
.border-color {
border: 2px solid #756D49;
}