Shades of Olive #758201
Tints of Olive #758201
RGB
CMYK
RGB Variations
Color information
#758201 (or 0x758201) is known color: Olive. HEX triplet: 75, 82 and 01. RGB value is (117,130,1). Sum of RGB (Red+Green+Blue) = 117+130+1=248 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.18% from 248); Green value is 130 (51.17% from 255 or 52.42% from 248); Blue value is 1 (0.78% from 255 or 0.40% from 248); Max value from RGB is 130 - color contains mainly: green. Hex color #758201 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758201 is #8A7DFE. Grayscale: #6F6F6F. Windows color (decimal): -9076223 or 98933. OLE color: 98933.
HSL color Cylindrical-coordinate representation of color #758201: hue angle of 66.05º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #758201 is Cyan = 0.1, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 130 | 1 | - |
| CMYK | 0.1 | 0 | 0.99 | 0.49 |
| HSL | 66.05º | 0.98% | 0.26% | - |
| HSV(B) | 66.05º | 0.99% | 0.51% | - |
| XYZ | 15.32 | 19.75 | 3.03 | - |
| YUV | 111.41 | 65.69 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 130 | 1 | 0.1 | 0 | 0.99 | 0.49 | 66.05 | 0.98 | 0.26 |
| Hex | 75 | 82 | 1 | A | 0 | 63 | 31 | 42 | 62 | 1A |
| Octal | 165 | 202 | 1 | 12 | 0 | 143 | 61 | 102 | 142 | 32 |
| Binary | 1110101 | 10000010 | 1 | 1010 | 0 | 1100011 | 110001 | 1000010 | 1100010 | 11010 |
Color Harmonies of #758201
Complementary color
Monochromatic Colors of #758201
Black with #758201
Text Example
Text Example
White with #758201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758201; }
p { color: rgb(117,130,1); }
H1.HeaderClassName
{
color: #758201;
}
.AnyTagClassName
{
color: #758201;
}
</style>
background-color css
<style>
a { background-color: #758201; }
a { background-color: rgb(117,130,1); }
div.DivClassName
{
background-color: #758201;
}
.BgClassName
{
background-color: #758201;
}
</style>
border-color css
<style>
span { border-color: #758201; }
span { border-color: rgb(117,130,1); }
td.TdClassName
{
border-color: #758201;
}
.TagClassName
{
border-color: #758201;
}
</style>