Shades of Olive Drab #708629
Tints of Olive Drab #708629
RGB
CMYK
RGB Variations
Color information
#708629 (or 0x708629) is known color: Olive Drab. HEX triplet: 70, 86 and 29. RGB value is (112,134,41). Sum of RGB (Red+Green+Blue) = 112+134+41=287 (38% of max value = 765). Red value is 112 (44.14% from 255 or 39.02% from 287); Green value is 134 (52.73% from 255 or 46.69% from 287); Blue value is 41 (16.41% from 255 or 14.29% from 287); Max value from RGB is 134 - color contains mainly: green. Hex color #708629 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708629 is #8F79D6. Grayscale: #757575. Windows color (decimal): -9402839 or 2721392. OLE color: 2721392.
HSL color Cylindrical-coordinate representation of color #708629: hue angle of 74.19º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #708629 is Cyan = 0.16, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 134 | 41 | - |
| CMYK | 0.16 | 0 | 0.69 | 0.47 |
| HSL | 74.19º | 0.53% | 0.34% | - |
| HSV(B) | 74.19º | 0.69% | 0.53% | - |
| XYZ | 15.61 | 20.66 | 5.26 | - |
| YUV | 116.82 | 85.21 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 134 | 41 | 0.16 | 0 | 0.69 | 0.47 | 74.19 | 0.53 | 0.34 |
| Hex | 70 | 86 | 29 | 10 | 0 | 45 | 2F | 4A | 35 | 22 |
| Octal | 160 | 206 | 51 | 20 | 0 | 105 | 57 | 112 | 65 | 42 |
| Binary | 1110000 | 10000110 | 101001 | 10000 | 0 | 1000101 | 101111 | 1001010 | 110101 | 100010 |
Color Harmonies of #708629
Complementary color
Monochromatic Colors of #708629
Black with #708629
Text Example
Text Example
White with #708629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708629; }
p { color: rgb(112,134,41); }
H1.HeaderClassName
{
color: #708629;
}
.AnyTagClassName
{
color: #708629;
}
</style>
background-color css
<style>
a { background-color: #708629; }
a { background-color: rgb(112,134,41); }
div.DivClassName
{
background-color: #708629;
}
.BgClassName
{
background-color: #708629;
}
</style>
border-color css
<style>
span { border-color: #708629; }
span { border-color: rgb(112,134,41); }
td.TdClassName
{
border-color: #708629;
}
.TagClassName
{
border-color: #708629;
}
</style>