Shades of Olive #757001
Tints of Olive #757001
RGB
CMYK
RGB Variations
Color information
#757001 (or 0x757001) is known color: Olive. HEX triplet: 75, 70 and 01. RGB value is (117,112,1). Sum of RGB (Red+Green+Blue) = 117+112+1=230 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.87% from 230); Green value is 112 (44.14% from 255 or 48.70% from 230); Blue value is 1 (0.78% from 255 or 0.43% from 230); Max value from RGB is 117 - color contains mainly: red. Hex color #757001 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757001 is #8A8FFE. Grayscale: #656565. Windows color (decimal): -9080831 or 94325. OLE color: 94325.
HSL color Cylindrical-coordinate representation of color #757001: hue angle of 57.41º 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 #757001 is Cyan = 0, Magento = 0.04, Yellow = 0.99 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 112 | 1 | - |
| CMYK | 0 | 0.04 | 0.99 | 0.54 |
| HSL | 57.41º | 0.98% | 0.23% | - |
| HSV(B) | 57.41º | 0.99% | 0.46% | - |
| XYZ | 13.14 | 15.37 | 2.3 | - |
| YUV | 100.84 | 71.66 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 112 | 1 | 0 | 0.04 | 0.99 | 0.54 | 57.41 | 0.98 | 0.23 |
| Hex | 75 | 70 | 1 | 0 | 4 | 63 | 36 | 39 | 62 | 17 |
| Octal | 165 | 160 | 1 | 0 | 4 | 143 | 66 | 71 | 142 | 27 |
| Binary | 1110101 | 1110000 | 1 | 0 | 100 | 1100011 | 110110 | 111001 | 1100010 | 10111 |
Color Harmonies of #757001
Complementary color
Monochromatic Colors of #757001
Black with #757001
Text Example
Text Example
White with #757001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757001; }
p { color: rgb(117,112,1); }
H1.HeaderClassName
{
color: #757001;
}
.AnyTagClassName
{
color: #757001;
}
</style>
background-color css
<style>
a { background-color: #757001; }
a { background-color: rgb(117,112,1); }
div.DivClassName
{
background-color: #757001;
}
.BgClassName
{
background-color: #757001;
}
</style>
border-color css
<style>
span { border-color: #757001; }
span { border-color: rgb(117,112,1); }
td.TdClassName
{
border-color: #757001;
}
.TagClassName
{
border-color: #757001;
}
</style>