Shades of Olive Drab #759813
Tints of Olive Drab #759813
RGB
CMYK
RGB Variations
Color information
#759813 (or 0x759813) is known color: Olive Drab. HEX triplet: 75, 98 and 13. RGB value is (117,152,19). Sum of RGB (Red+Green+Blue) = 117+152+19=288 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.62% from 288); Green value is 152 (59.77% from 255 or 52.78% from 288); Blue value is 19 (7.81% from 255 or 6.60% from 288); Max value from RGB is 152 - color contains mainly: green. Hex color #759813 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759813 is #8A67EC. Grayscale: #7E7E7E. Windows color (decimal): -9070573 or 1284213. OLE color: 1284213.
HSL color Cylindrical-coordinate representation of color #759813: hue angle of 75.79º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #759813 is Cyan = 0.23, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 117 | 152 | 19 | - |
| CMYK | 0.23 | 0 | 0.87 | 0.40 |
| HSL | 75.79º | 0.78% | 0.34% | - |
| HSV(B) | 75.79º | 0.88% | 0.6% | - |
| XYZ | 18.68 | 26.29 | 4.71 | - |
| YUV | 126.37 | 67.4 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 152 | 19 | 0.23 | 0 | 0.87 | 0.40 | 75.79 | 0.78 | 0.34 |
| Hex | 75 | 98 | 13 | 17 | 0 | 57 | 28 | 4C | 4E | 22 |
| Octal | 165 | 230 | 23 | 27 | 0 | 127 | 50 | 114 | 116 | 42 |
| Binary | 1110101 | 10011000 | 10011 | 10111 | 0 | 1010111 | 101000 | 1001100 | 1001110 | 100010 |
Color Harmonies of #759813
Complementary color
Monochromatic Colors of #759813
Black with #759813
Text Example
Text Example
White with #759813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759813; }
p { color: rgb(117,152,19); }
H1.HeaderClassName
{
color: #759813;
}
.AnyTagClassName
{
color: #759813;
}
</style>
background-color css
<style>
a { background-color: #759813; }
a { background-color: rgb(117,152,19); }
div.DivClassName
{
background-color: #759813;
}
.BgClassName
{
background-color: #759813;
}
</style>
border-color css
<style>
span { border-color: #759813; }
span { border-color: rgb(117,152,19); }
td.TdClassName
{
border-color: #759813;
}
.TagClassName
{
border-color: #759813;
}
</style>