#757C00
A dark, vivid yellow closely aligning with Olive.
About #757C00
The precise color #757C00 is an excellent choice for modern design projects. Designers often compare it to the standard color Olive. This translates to an RGB value of rgb(117, 124, 0).
For print applications, it's crucial to understand its CMYK makeup. The color uses 6% Cyan, 0% Magenta, 100% Yellow, and 51% Black. This makes it a relatively dark color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#757C00
RGB117, 124, 0
HSL63.4°, 100.0%, 24.3%
CMYK6%, 0%, 100%, 51%
HSV63.4°, 100.0%, 48.6%
LAB49.7, -15.9, 54.7
XYZ14.5, 18.2, 2.7
Decimal7699456
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.53:1
Text on #FFFFFF
AA
4.64:1
Text on #000000
AA
4.33:1
Text on #F8FAFC
AA Large
3.94:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #757C00;
}
.text-color {
color: #757C00;
}
.border-color {
border: 2px solid #757C00;
}