Shades of Olive Drab #708727
Tints of Olive Drab #708727
RGB
CMYK
RGB Variations
Color information
#708727 (or 0x708727) is known color: Olive Drab. HEX triplet: 70, 87 and 27. RGB value is (112,135,39). Sum of RGB (Red+Green+Blue) = 112+135+39=286 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.16% from 286); Green value is 135 (53.12% from 255 or 47.20% from 286); Blue value is 39 (15.62% from 255 or 13.64% from 286); Max value from RGB is 135 - color contains mainly: green. Hex color #708727 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708727 is #8F78D8. Grayscale: #757575. Windows color (decimal): -9402585 or 2590576. OLE color: 2590576.
HSL color Cylindrical-coordinate representation of color #708727: hue angle of 74.37º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #708727 is Cyan = 0.17, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 135 | 39 | - |
| CMYK | 0.17 | 0 | 0.71 | 0.47 |
| HSL | 74.37º | 0.55% | 0.34% | - |
| HSV(B) | 74.37º | 0.71% | 0.53% | - |
| XYZ | 15.71 | 20.92 | 5.13 | - |
| YUV | 117.18 | 83.88 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 135 | 39 | 0.17 | 0 | 0.71 | 0.47 | 74.37 | 0.55 | 0.34 |
| Hex | 70 | 87 | 27 | 11 | 0 | 47 | 2F | 4A | 37 | 22 |
| Octal | 160 | 207 | 47 | 21 | 0 | 107 | 57 | 112 | 67 | 42 |
| Binary | 1110000 | 10000111 | 100111 | 10001 | 0 | 1000111 | 101111 | 1001010 | 110111 | 100010 |
Color Harmonies of #708727
Complementary color
Monochromatic Colors of #708727
Black with #708727
Text Example
Text Example
White with #708727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708727; }
p { color: rgb(112,135,39); }
H1.HeaderClassName
{
color: #708727;
}
.AnyTagClassName
{
color: #708727;
}
</style>
background-color css
<style>
a { background-color: #708727; }
a { background-color: rgb(112,135,39); }
div.DivClassName
{
background-color: #708727;
}
.BgClassName
{
background-color: #708727;
}
</style>
border-color css
<style>
span { border-color: #708727; }
span { border-color: rgb(112,135,39); }
td.TdClassName
{
border-color: #708727;
}
.TagClassName
{
border-color: #708727;
}
</style>