Shades of Olive Drab #708622
Tints of Olive Drab #708622
RGB
CMYK
RGB Variations
Color information
#708622 (or 0x708622) is known color: Olive Drab. HEX triplet: 70, 86 and 22. RGB value is (112,134,34). Sum of RGB (Red+Green+Blue) = 112+134+34=280 (37% of max value = 765). Red value is 112 (44.14% from 255 or 40% from 280); Green value is 134 (52.73% from 255 or 47.86% from 280); Blue value is 34 (13.67% from 255 or 12.14% from 280); Max value from RGB is 134 - color contains mainly: green. Hex color #708622 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708622 is #8F79DD. Grayscale: #747474. Windows color (decimal): -9402846 or 2262640. OLE color: 2262640.
HSL color Cylindrical-coordinate representation of color #708622: hue angle of 73.2º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #708622 is Cyan = 0.16, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 134 | 34 | - |
| CMYK | 0.16 | 0 | 0.75 | 0.47 |
| HSL | 73.2º | 0.6% | 0.33% | - |
| HSV(B) | 73.2º | 0.75% | 0.53% | - |
| XYZ | 15.5 | 20.61 | 4.67 | - |
| YUV | 116.02 | 81.71 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 134 | 34 | 0.16 | 0 | 0.75 | 0.47 | 73.2 | 0.6 | 0.33 |
| Hex | 70 | 86 | 22 | 10 | 0 | 4B | 2F | 49 | 3C | 21 |
| Octal | 160 | 206 | 42 | 20 | 0 | 113 | 57 | 111 | 74 | 41 |
| Binary | 1110000 | 10000110 | 100010 | 10000 | 0 | 1001011 | 101111 | 1001001 | 111100 | 100001 |
Color Harmonies of #708622
Complementary color
Monochromatic Colors of #708622
Black with #708622
Text Example
Text Example
White with #708622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708622; }
p { color: rgb(112,134,34); }
H1.HeaderClassName
{
color: #708622;
}
.AnyTagClassName
{
color: #708622;
}
</style>
background-color css
<style>
a { background-color: #708622; }
a { background-color: rgb(112,134,34); }
div.DivClassName
{
background-color: #708622;
}
.BgClassName
{
background-color: #708622;
}
</style>
border-color css
<style>
span { border-color: #708622; }
span { border-color: rgb(112,134,34); }
td.TdClassName
{
border-color: #708622;
}
.TagClassName
{
border-color: #708622;
}
</style>