#756D1D
A dark, moderate yellow closely aligning with Olive.
About #756D1D
Visually, #756D1D is defined as a moderate yellow. If you're using CSS, you might find it aligns closely with Olive. This translates to an RGB value of rgb(117, 109, 29).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 7% M, 75% Y, and 54% K. The HSL representation is 54.5° hue, 60.3% saturation, and 28.6% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#756D1D
RGB117, 109, 29
HSL54.5°, 60.3%, 28.6%
CMYK0%, 7%, 75%, 54%
HSV54.5°, 75.2%, 45.9%
LAB45.4, -6.7, 43.2
XYZ13.0, 14.8, 3.3
Decimal7695645
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.30:1
Text on #FFFFFF
AA
3.96:1
Text on #000000
AA Large
5.07:1
Text on #F8FAFC
AA
3.37:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #756D1D;
}
.text-color {
color: #756D1D;
}
.border-color {
border: 2px solid #756D1D;
}