Shades of Olive Drab #708726
Tints of Olive Drab #708726
RGB
CMYK
RGB Variations
Color information
#708726 (or 0x708726) is known color: Olive Drab. HEX triplet: 70, 87 and 26. RGB value is (112,135,38). Sum of RGB (Red+Green+Blue) = 112+135+38=285 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.30% from 285); Green value is 135 (53.12% from 255 or 47.37% from 285); Blue value is 38 (15.23% from 255 or 13.33% from 285); Max value from RGB is 135 - color contains mainly: green. Hex color #708726 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708726 is #8F78D9. Grayscale: #757575. Windows color (decimal): -9402586 or 2525040. OLE color: 2525040.
HSL color Cylindrical-coordinate representation of color #708726: hue angle of 74.23º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #708726 is Cyan = 0.17, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 135 | 38 | - |
| CMYK | 0.17 | 0 | 0.72 | 0.47 |
| HSL | 74.23º | 0.56% | 0.34% | - |
| HSV(B) | 74.23º | 0.72% | 0.53% | - |
| XYZ | 15.7 | 20.91 | 5.04 | - |
| YUV | 117.07 | 83.38 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 135 | 38 | 0.17 | 0 | 0.72 | 0.47 | 74.23 | 0.56 | 0.34 |
| Hex | 70 | 87 | 26 | 11 | 0 | 48 | 2F | 4A | 38 | 22 |
| Octal | 160 | 207 | 46 | 21 | 0 | 110 | 57 | 112 | 70 | 42 |
| Binary | 1110000 | 10000111 | 100110 | 10001 | 0 | 1001000 | 101111 | 1001010 | 111000 | 100010 |
Color Harmonies of #708726
Complementary color
Monochromatic Colors of #708726
Black with #708726
Text Example
Text Example
White with #708726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708726; }
p { color: rgb(112,135,38); }
H1.HeaderClassName
{
color: #708726;
}
.AnyTagClassName
{
color: #708726;
}
</style>
background-color css
<style>
a { background-color: #708726; }
a { background-color: rgb(112,135,38); }
div.DivClassName
{
background-color: #708726;
}
.BgClassName
{
background-color: #708726;
}
</style>
border-color css
<style>
span { border-color: #708726; }
span { border-color: rgb(112,135,38); }
td.TdClassName
{
border-color: #708726;
}
.TagClassName
{
border-color: #708726;
}
</style>