Shades of Olive Drab #708135
Tints of Olive Drab #708135
RGB
CMYK
RGB Variations
Color information
#708135 (or 0x708135) is known color: Olive Drab. HEX triplet: 70, 81 and 35. RGB value is (112,129,53). Sum of RGB (Red+Green+Blue) = 112+129+53=294 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.10% from 294); Green value is 129 (50.78% from 255 or 43.88% from 294); Blue value is 53 (21.09% from 255 or 18.03% from 294); Max value from RGB is 129 - color contains mainly: green. Hex color #708135 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708135 is #8F7ECA. Grayscale: #737373. Windows color (decimal): -9404107 or 3506544. OLE color: 3506544.
HSL color Cylindrical-coordinate representation of color #708135: hue angle of 73.42º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #708135 is Cyan = 0.13, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 112 | 129 | 53 | - |
| CMYK | 0.13 | 0 | 0.59 | 0.49 |
| HSL | 73.42º | 0.42% | 0.36% | - |
| HSV(B) | 73.42º | 0.59% | 0.51% | - |
| XYZ | 15.17 | 19.4 | 6.31 | - |
| YUV | 115.25 | 92.87 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 129 | 53 | 0.13 | 0 | 0.59 | 0.49 | 73.42 | 0.42 | 0.36 |
| Hex | 70 | 81 | 35 | D | 0 | 3B | 31 | 49 | 2A | 24 |
| Octal | 160 | 201 | 65 | 15 | 0 | 73 | 61 | 111 | 52 | 44 |
| Binary | 1110000 | 10000001 | 110101 | 1101 | 0 | 111011 | 110001 | 1001001 | 101010 | 100100 |
Color Harmonies of #708135
Complementary color
Monochromatic Colors of #708135
Black with #708135
Text Example
Text Example
White with #708135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708135; }
p { color: rgb(112,129,53); }
H1.HeaderClassName
{
color: #708135;
}
.AnyTagClassName
{
color: #708135;
}
</style>
background-color css
<style>
a { background-color: #708135; }
a { background-color: rgb(112,129,53); }
div.DivClassName
{
background-color: #708135;
}
.BgClassName
{
background-color: #708135;
}
</style>
border-color css
<style>
span { border-color: #708135; }
span { border-color: rgb(112,129,53); }
td.TdClassName
{
border-color: #708135;
}
.TagClassName
{
border-color: #708135;
}
</style>