#7C661D
A dark, moderate yellow closely aligning with Olive.
About #7C661D
The hex code #7C661D represents a beautifully specific shade of yellow. If you're using CSS, you might find it aligns closely with Olive. Its digital footprint relies on 124 parts red, 102 parts green, and 29 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 18% M, 77% Y, and 51% K. The HSL representation is 46.1° hue, 62.1% saturation, and 30.0% lightness.
Contrast ratios determine whether this color is safe for typography. 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#7C661D
RGB124, 102, 29
HSL46.1°, 62.1%, 30.0%
CMYK0%, 18%, 77%, 51%
HSV46.1°, 76.6%, 48.6%
LAB44.1, 0.6, 42.2
XYZ13.3, 13.9, 3.1
Decimal8152605
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.56:1
Text on #FFFFFF
AA
3.78:1
Text on #000000
AA Large
5.32:1
Text on #F8FAFC
AA
3.21:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #7C661D;
}
.text-color {
color: #7C661D;
}
.border-color {
border: 2px solid #7C661D;
}