Shades of Olive #758200
Tints of Olive #758200
RGB
CMYK
RGB Variations
Color information
#758200 (or 0x758200) is known color: Olive. HEX triplet: 75, 82 and 00. RGB value is (117,130,0). Sum of RGB (Red+Green+Blue) = 117+130+0=247 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.37% from 247); Green value is 130 (51.17% from 255 or 52.63% from 247); Blue value is 0 (0.39% from 255 or 0% from 247); Max value from RGB is 130 - color contains mainly: green. Hex color #758200 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758200 is #8A7DFF. Grayscale: #6F6F6F. Windows color (decimal): -9076224 or 33397. OLE color: 33397.
HSL color Cylindrical-coordinate representation of color #758200: hue angle of 66º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #758200 is Cyan = 0.1, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 130 | 0 | - |
| CMYK | 0.1 | 0 | 1 | 0.49 |
| HSL | 66º | 1% | 0.25% | - |
| HSV(B) | 66º | 1% | 0.51% | - |
| XYZ | 15.32 | 19.75 | 3 | - |
| YUV | 111.29 | 65.19 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 130 | 0 | 0.1 | 0 | 1 | 0.49 | 66 | 1 | 0.25 |
| Hex | 75 | 82 | 0 | A | 0 | 64 | 31 | 42 | 64 | 19 |
| Octal | 165 | 202 | 0 | 12 | 0 | 144 | 61 | 102 | 144 | 31 |
| Binary | 1110101 | 10000010 | 0 | 1010 | 0 | 1100100 | 110001 | 1000010 | 1100100 | 11001 |
Color Harmonies of #758200
Complementary color
Monochromatic Colors of #758200
Black with #758200
Text Example
Text Example
White with #758200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758200; }
p { color: rgb(117,130,0); }
H1.HeaderClassName
{
color: #758200;
}
.AnyTagClassName
{
color: #758200;
}
</style>
background-color css
<style>
a { background-color: #758200; }
a { background-color: rgb(117,130,0); }
div.DivClassName
{
background-color: #758200;
}
.BgClassName
{
background-color: #758200;
}
</style>
border-color css
<style>
span { border-color: #758200; }
span { border-color: rgb(117,130,0); }
td.TdClassName
{
border-color: #758200;
}
.TagClassName
{
border-color: #758200;
}
</style>