Shades of Olive #757401
Tints of Olive #757401
RGB
CMYK
RGB Variations
Color information
#757401 (or 0x757401) is known color: Olive. HEX triplet: 75, 74 and 01. RGB value is (117,116,1). Sum of RGB (Red+Green+Blue) = 117+116+1=234 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50% from 234); Green value is 116 (45.70% from 255 or 49.57% from 234); Blue value is 1 (0.78% from 255 or 0.43% from 234); Max value from RGB is 117 - color contains mainly: red. Hex color #757401 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757401 is #8A8BFE. Grayscale: #676767. Windows color (decimal): -9079807 or 95349. OLE color: 95349.
HSL color Cylindrical-coordinate representation of color #757401: hue angle of 59.48º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #757401 is Cyan = 0, Magento = 0.01, Yellow = 0.99 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 116 | 1 | - |
| CMYK | 0 | 0.01 | 0.99 | 0.54 |
| HSL | 59.48º | 0.98% | 0.23% | - |
| HSV(B) | 59.48º | 0.99% | 0.46% | - |
| XYZ | 13.59 | 16.27 | 2.45 | - |
| YUV | 103.19 | 70.33 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 116 | 1 | 0 | 0.01 | 0.99 | 0.54 | 59.48 | 0.98 | 0.23 |
| Hex | 75 | 74 | 1 | 0 | 1 | 63 | 36 | 3B | 62 | 17 |
| Octal | 165 | 164 | 1 | 0 | 1 | 143 | 66 | 73 | 142 | 27 |
| Binary | 1110101 | 1110100 | 1 | 0 | 1 | 1100011 | 110110 | 111011 | 1100010 | 10111 |
Color Harmonies of #757401
Complementary color
Monochromatic Colors of #757401
Black with #757401
Text Example
Text Example
White with #757401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757401; }
p { color: rgb(117,116,1); }
H1.HeaderClassName
{
color: #757401;
}
.AnyTagClassName
{
color: #757401;
}
</style>
background-color css
<style>
a { background-color: #757401; }
a { background-color: rgb(117,116,1); }
div.DivClassName
{
background-color: #757401;
}
.BgClassName
{
background-color: #757401;
}
</style>
border-color css
<style>
span { border-color: #757401; }
span { border-color: rgb(117,116,1); }
td.TdClassName
{
border-color: #757401;
}
.TagClassName
{
border-color: #757401;
}
</style>