#6D751D
A dark, moderate yellow closely aligning with Olive.
About #6D751D
The hex code #6D751D represents a beautifully specific shade of yellow. Designers often compare it to the standard color Olive. Its digital footprint relies on 109 parts red, 117 parts green, and 29 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 7% Cyan, 0% Magenta, 75% Yellow, and 54% Black. The HSL representation is 65.5° hue, 60.3% saturation, and 28.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#6D751D
RGB109, 117, 29
HSL65.5°, 60.3%, 28.6%
CMYK7%, 0%, 75%, 54%
HSV65.5°, 75.2%, 45.9%
LAB47.1, -14.9, 44.6
XYZ12.9, 16.1, 3.6
Decimal7173405
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.99:1
Text on #FFFFFF
AA
4.21:1
Text on #000000
AA Large
4.76:1
Text on #F8FAFC
AA
3.58:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #6D751D;
}
.text-color {
color: #6D751D;
}
.border-color {
border: 2px solid #6D751D;
}