Shades of Olive Drab #708A2E
Tints of Olive Drab #708A2E
RGB
CMYK
RGB Variations
Color information
#708A2E (or 0x708A2E) is known color: Olive Drab. HEX triplet: 70, 8A and 2E. RGB value is (112,138,46). Sum of RGB (Red+Green+Blue) = 112+138+46=296 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.84% from 296); Green value is 138 (54.30% from 255 or 46.62% from 296); Blue value is 46 (18.36% from 255 or 15.54% from 296); Max value from RGB is 138 - color contains mainly: green. Hex color #708A2E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708A2E is #8F75D1. Grayscale: #787878. Windows color (decimal): -9401810 or 3050096. OLE color: 3050096.
HSL color Cylindrical-coordinate representation of color #708A2E: hue angle of 76.96º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #708A2E is Cyan = 0.19, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 112 | 138 | 46 | - |
| CMYK | 0.19 | 0 | 0.67 | 0.46 |
| HSL | 76.96º | 0.5% | 0.36% | - |
| HSV(B) | 76.96º | 0.67% | 0.54% | - |
| XYZ | 16.26 | 21.82 | 5.94 | - |
| YUV | 119.74 | 86.39 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 138 | 46 | 0.19 | 0 | 0.67 | 0.46 | 76.96 | 0.5 | 0.36 |
| Hex | 70 | 8A | 2E | 13 | 0 | 43 | 2E | 4D | 32 | 24 |
| Octal | 160 | 212 | 56 | 23 | 0 | 103 | 56 | 115 | 62 | 44 |
| Binary | 1110000 | 10001010 | 101110 | 10011 | 0 | 1000011 | 101110 | 1001101 | 110010 | 100100 |
Color Harmonies of #708A2E
Complementary color
Monochromatic Colors of #708A2E
Black with #708A2E
Text Example
Text Example
White with #708A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708A2E; }
p { color: rgb(112,138,46); }
H1.HeaderClassName
{
color: #708A2E;
}
.AnyTagClassName
{
color: #708A2E;
}
</style>
background-color css
<style>
a { background-color: #708A2E; }
a { background-color: rgb(112,138,46); }
div.DivClassName
{
background-color: #708A2E;
}
.BgClassName
{
background-color: #708A2E;
}
</style>
border-color css
<style>
span { border-color: #708A2E; }
span { border-color: rgb(112,138,46); }
td.TdClassName
{
border-color: #708A2E;
}
.TagClassName
{
border-color: #708A2E;
}
</style>