#75830F
A dark, vivid yellow closely aligning with Olive.
About #75830F
When working with digital screens, the color #75830F is rendered by mixing light. Its closest recognized web color is Olive. This translates to an RGB value of rgb(117, 131, 15).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 11% Cyan, 0% Magenta, 89% Yellow, and 49% Black. The HSL representation is 67.2° hue, 79.5% saturation, and 28.6% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#75830F
RGB117, 131, 15
HSL67.2°, 79.5%, 28.6%
CMYK11%, 0%, 89%, 49%
HSV67.2°, 88.5%, 51.4%
LAB51.9, -19.2, 53.4
XYZ15.5, 20.0, 3.5
Decimal7701263
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.19:1
Text on #FFFFFF
AA Large
5.01:1
Text on #000000
AA
4.01:1
Text on #F8FAFC
AA Large
4.26:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #75830F;
}
.text-color {
color: #75830F;
}
.border-color {
border: 2px solid #75830F;
}