Shades of Olive Drab #708C2B
Tints of Olive Drab #708C2B
RGB
CMYK
RGB Variations
Color information
#708C2B (or 0x708C2B) is known color: Olive Drab. HEX triplet: 70, 8C and 2B. RGB value is (112,140,43). Sum of RGB (Red+Green+Blue) = 112+140+43=295 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.97% from 295); Green value is 140 (55.08% from 255 or 47.46% from 295); Blue value is 43 (17.19% from 255 or 14.58% from 295); Max value from RGB is 140 - color contains mainly: green. Hex color #708C2B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708C2B is #8F73D4. Grayscale: #787878. Windows color (decimal): -9401301 or 2854000. OLE color: 2854000.
HSL color Cylindrical-coordinate representation of color #708C2B: hue angle of 77.32º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #708C2B is Cyan = 0.20, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 140 | 43 | - |
| CMYK | 0.20 | 0 | 0.69 | 0.45 |
| HSL | 77.32º | 0.53% | 0.36% | - |
| HSV(B) | 77.32º | 0.69% | 0.55% | - |
| XYZ | 16.5 | 22.38 | 5.73 | - |
| YUV | 120.57 | 84.22 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 140 | 43 | 0.20 | 0 | 0.69 | 0.45 | 77.32 | 0.53 | 0.36 |
| Hex | 70 | 8C | 2B | 14 | 0 | 45 | 2D | 4D | 35 | 24 |
| Octal | 160 | 214 | 53 | 24 | 0 | 105 | 55 | 115 | 65 | 44 |
| Binary | 1110000 | 10001100 | 101011 | 10100 | 0 | 1000101 | 101101 | 1001101 | 110101 | 100100 |
Color Harmonies of #708C2B
Complementary color
Monochromatic Colors of #708C2B
Black with #708C2B
Text Example
Text Example
White with #708C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708C2B; }
p { color: rgb(112,140,43); }
H1.HeaderClassName
{
color: #708C2B;
}
.AnyTagClassName
{
color: #708C2B;
}
</style>
background-color css
<style>
a { background-color: #708C2B; }
a { background-color: rgb(112,140,43); }
div.DivClassName
{
background-color: #708C2B;
}
.BgClassName
{
background-color: #708C2B;
}
</style>
border-color css
<style>
span { border-color: #708C2B; }
span { border-color: rgb(112,140,43); }
td.TdClassName
{
border-color: #708C2B;
}
.TagClassName
{
border-color: #708C2B;
}
</style>