Shades of Olive Drab #708728
Tints of Olive Drab #708728
RGB
CMYK
RGB Variations
Color information
#708728 (or 0x708728) is known color: Olive Drab. HEX triplet: 70, 87 and 28. RGB value is (112,135,40). Sum of RGB (Red+Green+Blue) = 112+135+40=287 (38% of max value = 765). Red value is 112 (44.14% from 255 or 39.02% from 287); Green value is 135 (53.12% from 255 or 47.04% from 287); Blue value is 40 (16.02% from 255 or 13.94% from 287); Max value from RGB is 135 - color contains mainly: green. Hex color #708728 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708728 is #8F78D7. Grayscale: #757575. Windows color (decimal): -9402584 or 2656112. OLE color: 2656112.
HSL color Cylindrical-coordinate representation of color #708728: hue angle of 74.53º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #708728 is Cyan = 0.17, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 135 | 40 | - |
| CMYK | 0.17 | 0 | 0.70 | 0.47 |
| HSL | 74.53º | 0.54% | 0.34% | - |
| HSV(B) | 74.53º | 0.7% | 0.53% | - |
| XYZ | 15.73 | 20.93 | 5.22 | - |
| YUV | 117.29 | 84.38 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 135 | 40 | 0.17 | 0 | 0.70 | 0.47 | 74.53 | 0.54 | 0.34 |
| Hex | 70 | 87 | 28 | 11 | 0 | 46 | 2F | 4B | 36 | 22 |
| Octal | 160 | 207 | 50 | 21 | 0 | 106 | 57 | 113 | 66 | 42 |
| Binary | 1110000 | 10000111 | 101000 | 10001 | 0 | 1000110 | 101111 | 1001011 | 110110 | 100010 |
Color Harmonies of #708728
Complementary color
Monochromatic Colors of #708728
Black with #708728
Text Example
Text Example
White with #708728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708728; }
p { color: rgb(112,135,40); }
H1.HeaderClassName
{
color: #708728;
}
.AnyTagClassName
{
color: #708728;
}
</style>
background-color css
<style>
a { background-color: #708728; }
a { background-color: rgb(112,135,40); }
div.DivClassName
{
background-color: #708728;
}
.BgClassName
{
background-color: #708728;
}
</style>
border-color css
<style>
span { border-color: #708728; }
span { border-color: rgb(112,135,40); }
td.TdClassName
{
border-color: #708728;
}
.TagClassName
{
border-color: #708728;
}
</style>