Shades of Olive Drab #708E2C
Tints of Olive Drab #708E2C
RGB
CMYK
RGB Variations
Color information
#708E2C (or 0x708E2C) is known color: Olive Drab. HEX triplet: 70, 8E and 2C. RGB value is (112,142,44). Sum of RGB (Red+Green+Blue) = 112+142+44=298 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.58% from 298); Green value is 142 (55.86% from 255 or 47.65% from 298); Blue value is 44 (17.58% from 255 or 14.77% from 298); Max value from RGB is 142 - color contains mainly: green. Hex color #708E2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708E2C is #8F71D3. Grayscale: #7A7A7A. Windows color (decimal): -9400788 or 2920048. OLE color: 2920048.
HSL color Cylindrical-coordinate representation of color #708E2C: hue angle of 78.37º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #708E2C is Cyan = 0.21, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 112 | 142 | 44 | - |
| CMYK | 0.21 | 0 | 0.69 | 0.44 |
| HSL | 78.37º | 0.53% | 0.36% | - |
| HSV(B) | 78.37º | 0.69% | 0.56% | - |
| XYZ | 16.81 | 22.97 | 5.93 | - |
| YUV | 121.86 | 84.06 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 142 | 44 | 0.21 | 0 | 0.69 | 0.44 | 78.37 | 0.53 | 0.36 |
| Hex | 70 | 8E | 2C | 15 | 0 | 45 | 2C | 4E | 35 | 24 |
| Octal | 160 | 216 | 54 | 25 | 0 | 105 | 54 | 116 | 65 | 44 |
| Binary | 1110000 | 10001110 | 101100 | 10101 | 0 | 1000101 | 101100 | 1001110 | 110101 | 100100 |
Color Harmonies of #708E2C
Complementary color
Monochromatic Colors of #708E2C
Black with #708E2C
Text Example
Text Example
White with #708E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708E2C; }
p { color: rgb(112,142,44); }
H1.HeaderClassName
{
color: #708E2C;
}
.AnyTagClassName
{
color: #708E2C;
}
</style>
background-color css
<style>
a { background-color: #708E2C; }
a { background-color: rgb(112,142,44); }
div.DivClassName
{
background-color: #708E2C;
}
.BgClassName
{
background-color: #708E2C;
}
</style>
border-color css
<style>
span { border-color: #708E2C; }
span { border-color: rgb(112,142,44); }
td.TdClassName
{
border-color: #708E2C;
}
.TagClassName
{
border-color: #708E2C;
}
</style>