#7C7549
A dark, muted yellow closely aligning with Darkolivegreen.
About #7C7549
The precise color #7C7549 is an excellent choice for modern design projects. It is closely associated with the named CSS color Darkolivegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 124, 117, and 73.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 6% magenta, 41% yellow, and 51% black. The HSL representation is 51.8° hue, 25.9% saturation, and 38.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#7C7549
RGB124, 117, 73
HSL51.8°, 25.9%, 38.6%
CMYK0%, 6%, 41%, 51%
HSV51.8°, 41.1%, 48.6%
LAB48.9, -4.2, 25.2
XYZ15.9, 17.5, 8.8
Decimal8156489
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.67:1
Text on #FFFFFF
AA
4.50:1
Text on #000000
AA Large
4.46:1
Text on #F8FAFC
AA Large
3.82:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #7C7549;
}
.text-color {
color: #7C7549;
}
.border-color {
border: 2px solid #7C7549;
}