Shades of Olive Drab #708E31
Tints of Olive Drab #708E31
RGB
CMYK
RGB Variations
Color information
#708E31 (or 0x708E31) is known color: Olive Drab. HEX triplet: 70, 8E and 31. RGB value is (112,142,49). Sum of RGB (Red+Green+Blue) = 112+142+49=303 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.96% from 303); Green value is 142 (55.86% from 255 or 46.86% from 303); Blue value is 49 (19.53% from 255 or 16.17% from 303); Max value from RGB is 142 - color contains mainly: green. Hex color #708E31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708E31 is #8F71CE. Grayscale: #7A7A7A. Windows color (decimal): -9400783 or 3247728. OLE color: 3247728.
HSL color Cylindrical-coordinate representation of color #708E31: hue angle of 79.35º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #708E31 is Cyan = 0.21, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 112 | 142 | 49 | - |
| CMYK | 0.21 | 0 | 0.65 | 0.44 |
| HSL | 79.35º | 0.49% | 0.37% | - |
| HSV(B) | 79.35º | 0.65% | 0.56% | - |
| XYZ | 16.91 | 23.01 | 6.46 | - |
| YUV | 122.43 | 86.56 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 142 | 49 | 0.21 | 0 | 0.65 | 0.44 | 79.35 | 0.49 | 0.37 |
| Hex | 70 | 8E | 31 | 15 | 0 | 41 | 2C | 4F | 31 | 25 |
| Octal | 160 | 216 | 61 | 25 | 0 | 101 | 54 | 117 | 61 | 45 |
| Binary | 1110000 | 10001110 | 110001 | 10101 | 0 | 1000001 | 101100 | 1001111 | 110001 | 100101 |
Color Harmonies of #708E31
Complementary color
Monochromatic Colors of #708E31
Black with #708E31
Text Example
Text Example
White with #708E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708E31; }
p { color: rgb(112,142,49); }
H1.HeaderClassName
{
color: #708E31;
}
.AnyTagClassName
{
color: #708E31;
}
</style>
background-color css
<style>
a { background-color: #708E31; }
a { background-color: rgb(112,142,49); }
div.DivClassName
{
background-color: #708E31;
}
.BgClassName
{
background-color: #708E31;
}
</style>
border-color css
<style>
span { border-color: #708E31; }
span { border-color: rgb(112,142,49); }
td.TdClassName
{
border-color: #708E31;
}
.TagClassName
{
border-color: #708E31;
}
</style>