Shades of Olive Drab #708A3E
Tints of Olive Drab #708A3E
RGB
CMYK
RGB Variations
Color information
#708A3E (or 0x708A3E) is known color: Olive Drab. HEX triplet: 70, 8A and 3E. RGB value is (112,138,62). Sum of RGB (Red+Green+Blue) = 112+138+62=312 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.90% from 312); Green value is 138 (54.30% from 255 or 44.23% from 312); Blue value is 62 (24.61% from 255 or 19.87% from 312); Max value from RGB is 138 - color contains mainly: green. Hex color #708A3E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708A3E is #8F75C1. Grayscale: #797979. Windows color (decimal): -9401794 or 4098672. OLE color: 4098672.
HSL color Cylindrical-coordinate representation of color #708A3E: hue angle of 80.53º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #708A3E is Cyan = 0.19, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 112 | 138 | 62 | - |
| CMYK | 0.19 | 0 | 0.55 | 0.46 |
| HSL | 80.53º | 0.38% | 0.39% | - |
| HSV(B) | 80.53º | 0.55% | 0.54% | - |
| XYZ | 16.64 | 21.97 | 7.92 | - |
| YUV | 121.56 | 94.39 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 138 | 62 | 0.19 | 0 | 0.55 | 0.46 | 80.53 | 0.38 | 0.39 |
| Hex | 70 | 8A | 3E | 13 | 0 | 37 | 2E | 51 | 26 | 27 |
| Octal | 160 | 212 | 76 | 23 | 0 | 67 | 56 | 121 | 46 | 47 |
| Binary | 1110000 | 10001010 | 111110 | 10011 | 0 | 110111 | 101110 | 1010001 | 100110 | 100111 |
Color Harmonies of #708A3E
Complementary color
Monochromatic Colors of #708A3E
Black with #708A3E
Text Example
Text Example
White with #708A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708A3E; }
p { color: rgb(112,138,62); }
H1.HeaderClassName
{
color: #708A3E;
}
.AnyTagClassName
{
color: #708A3E;
}
</style>
background-color css
<style>
a { background-color: #708A3E; }
a { background-color: rgb(112,138,62); }
div.DivClassName
{
background-color: #708A3E;
}
.BgClassName
{
background-color: #708A3E;
}
</style>
border-color css
<style>
span { border-color: #708A3E; }
span { border-color: rgb(112,138,62); }
td.TdClassName
{
border-color: #708A3E;
}
.TagClassName
{
border-color: #708A3E;
}
</style>