Shades of Olive Drab #708E2D
Tints of Olive Drab #708E2D
RGB
CMYK
RGB Variations
Color information
#708E2D (or 0x708E2D) is known color: Olive Drab. HEX triplet: 70, 8E and 2D. RGB value is (112,142,45). Sum of RGB (Red+Green+Blue) = 112+142+45=299 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.46% from 299); Green value is 142 (55.86% from 255 or 47.49% from 299); Blue value is 45 (17.97% from 255 or 15.05% from 299); Max value from RGB is 142 - color contains mainly: green. Hex color #708E2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708E2D is #8F71D2. Grayscale: #7A7A7A. Windows color (decimal): -9400787 or 2985584. OLE color: 2985584.
HSL color Cylindrical-coordinate representation of color #708E2D: hue angle of 78.56º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #708E2D is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 112 | 142 | 45 | - |
| CMYK | 0.21 | 0 | 0.68 | 0.44 |
| HSL | 78.56º | 0.52% | 0.37% | - |
| HSV(B) | 78.56º | 0.68% | 0.56% | - |
| XYZ | 16.83 | 22.98 | 6.03 | - |
| YUV | 121.97 | 84.56 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 142 | 45 | 0.21 | 0 | 0.68 | 0.44 | 78.56 | 0.52 | 0.37 |
| Hex | 70 | 8E | 2D | 15 | 0 | 44 | 2C | 4F | 34 | 25 |
| Octal | 160 | 216 | 55 | 25 | 0 | 104 | 54 | 117 | 64 | 45 |
| Binary | 1110000 | 10001110 | 101101 | 10101 | 0 | 1000100 | 101100 | 1001111 | 110100 | 100101 |
Color Harmonies of #708E2D
Complementary color
Monochromatic Colors of #708E2D
Black with #708E2D
Text Example
Text Example
White with #708E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708E2D; }
p { color: rgb(112,142,45); }
H1.HeaderClassName
{
color: #708E2D;
}
.AnyTagClassName
{
color: #708E2D;
}
</style>
background-color css
<style>
a { background-color: #708E2D; }
a { background-color: rgb(112,142,45); }
div.DivClassName
{
background-color: #708E2D;
}
.BgClassName
{
background-color: #708E2D;
}
</style>
border-color css
<style>
span { border-color: #708E2D; }
span { border-color: rgb(112,142,45); }
td.TdClassName
{
border-color: #708E2D;
}
.TagClassName
{
border-color: #708E2D;
}
</style>