Shades of Olive Drab #708519
Tints of Olive Drab #708519
RGB
CMYK
RGB Variations
Color information
#708519 (or 0x708519) is known color: Olive Drab. HEX triplet: 70, 85 and 19. RGB value is (112,133,25). Sum of RGB (Red+Green+Blue) = 112+133+25=270 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.48% from 270); Green value is 133 (52.34% from 255 or 49.26% from 270); Blue value is 25 (10.16% from 255 or 9.26% from 270); Max value from RGB is 133 - color contains mainly: green. Hex color #708519 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708519 is #8F7AE6. Grayscale: #727272. Windows color (decimal): -9403111 or 1672560. OLE color: 1672560.
HSL color Cylindrical-coordinate representation of color #708519: hue angle of 71.67º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #708519 is Cyan = 0.16, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 112 | 133 | 25 | - |
| CMYK | 0.16 | 0 | 0.81 | 0.48 |
| HSL | 71.67º | 0.68% | 0.31% | - |
| HSV(B) | 71.67º | 0.81% | 0.52% | - |
| XYZ | 15.25 | 20.29 | 4.03 | - |
| YUV | 114.41 | 77.54 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 133 | 25 | 0.16 | 0 | 0.81 | 0.48 | 71.67 | 0.68 | 0.31 |
| Hex | 70 | 85 | 19 | 10 | 0 | 51 | 30 | 48 | 44 | 1F |
| Octal | 160 | 205 | 31 | 20 | 0 | 121 | 60 | 110 | 104 | 37 |
| Binary | 1110000 | 10000101 | 11001 | 10000 | 0 | 1010001 | 110000 | 1001000 | 1000100 | 11111 |
Color Harmonies of #708519
Complementary color
Monochromatic Colors of #708519
Black with #708519
Text Example
Text Example
White with #708519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708519; }
p { color: rgb(112,133,25); }
H1.HeaderClassName
{
color: #708519;
}
.AnyTagClassName
{
color: #708519;
}
</style>
background-color css
<style>
a { background-color: #708519; }
a { background-color: rgb(112,133,25); }
div.DivClassName
{
background-color: #708519;
}
.BgClassName
{
background-color: #708519;
}
</style>
border-color css
<style>
span { border-color: #708519; }
span { border-color: rgb(112,133,25); }
td.TdClassName
{
border-color: #708519;
}
.TagClassName
{
border-color: #708519;
}
</style>