#6D750F
A dark, vivid yellow closely aligning with Olive.
About #6D750F
At its core, #6D750F is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Olive. This translates to an RGB value of rgb(109, 117, 15).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 7% cyan and 0% magenta inks. With a hue angle of 64.7 degrees, it sits comfortably in the yellow spectrum.
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#6D750F
RGB109, 117, 15
HSL64.7°, 77.3%, 25.9%
CMYK7%, 0%, 87%, 54%
HSV64.7°, 87.2%, 45.9%
LAB47.0, -15.5, 49.1
XYZ12.8, 16.0, 2.9
Decimal7173391
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.00:1
Text on #FFFFFF
AA
4.20:1
Text on #000000
AA Large
4.78:1
Text on #F8FAFC
AA
3.57:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #6D750F;
}
.text-color {
color: #6D750F;
}
.border-color {
border: 2px solid #6D750F;
}