Shades of Olive #758001
Tints of Olive #758001
RGB
CMYK
RGB Variations
Color information
#758001 (or 0x758001) is known color: Olive. HEX triplet: 75, 80 and 01. RGB value is (117,128,1). Sum of RGB (Red+Green+Blue) = 117+128+1=246 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.56% from 246); Green value is 128 (50.39% from 255 or 52.03% from 246); Blue value is 1 (0.78% from 255 or 0.41% from 246); Max value from RGB is 128 - color contains mainly: green. Hex color #758001 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758001 is #8A7FFE. Grayscale: #6E6E6E. Windows color (decimal): -9076735 or 98421. OLE color: 98421.
HSL color Cylindrical-coordinate representation of color #758001: hue angle of 65.2º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #758001 is Cyan = 0.09, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 117 | 128 | 1 | - |
| CMYK | 0.09 | 0 | 0.99 | 0.50 |
| HSL | 65.2º | 0.98% | 0.25% | - |
| HSV(B) | 65.2º | 0.99% | 0.5% | - |
| XYZ | 15.06 | 19.22 | 2.95 | - |
| YUV | 110.23 | 66.36 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 128 | 1 | 0.09 | 0 | 0.99 | 0.50 | 65.2 | 0.98 | 0.25 |
| Hex | 75 | 80 | 1 | 9 | 0 | 63 | 32 | 41 | 62 | 19 |
| Octal | 165 | 200 | 1 | 11 | 0 | 143 | 62 | 101 | 142 | 31 |
| Binary | 1110101 | 10000000 | 1 | 1001 | 0 | 1100011 | 110010 | 1000001 | 1100010 | 11001 |
Color Harmonies of #758001
Complementary color
Monochromatic Colors of #758001
Black with #758001
Text Example
Text Example
White with #758001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758001; }
p { color: rgb(117,128,1); }
H1.HeaderClassName
{
color: #758001;
}
.AnyTagClassName
{
color: #758001;
}
</style>
background-color css
<style>
a { background-color: #758001; }
a { background-color: rgb(117,128,1); }
div.DivClassName
{
background-color: #758001;
}
.BgClassName
{
background-color: #758001;
}
</style>
border-color css
<style>
span { border-color: #758001; }
span { border-color: rgb(117,128,1); }
td.TdClassName
{
border-color: #758001;
}
.TagClassName
{
border-color: #758001;
}
</style>