Shades of Olive Drab #708B2B
Tints of Olive Drab #708B2B
RGB
CMYK
RGB Variations
Color information
#708B2B (or 0x708B2B) is known color: Olive Drab. HEX triplet: 70, 8B and 2B. RGB value is (112,139,43). Sum of RGB (Red+Green+Blue) = 112+139+43=294 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.10% from 294); Green value is 139 (54.69% from 255 or 47.28% from 294); Blue value is 43 (17.19% from 255 or 14.63% from 294); Max value from RGB is 139 - color contains mainly: green. Hex color #708B2B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708B2B is #8F74D4. Grayscale: #787878. Windows color (decimal): -9401557 or 2853744. OLE color: 2853744.
HSL color Cylindrical-coordinate representation of color #708B2B: hue angle of 76.88º 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 #708B2B is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 139 | 43 | - |
| CMYK | 0.19 | 0 | 0.69 | 0.45 |
| HSL | 76.88º | 0.53% | 0.36% | - |
| HSV(B) | 76.88º | 0.69% | 0.55% | - |
| XYZ | 16.35 | 22.08 | 5.69 | - |
| YUV | 119.98 | 84.55 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 139 | 43 | 0.19 | 0 | 0.69 | 0.45 | 76.88 | 0.53 | 0.36 |
| Hex | 70 | 8B | 2B | 13 | 0 | 45 | 2D | 4D | 35 | 24 |
| Octal | 160 | 213 | 53 | 23 | 0 | 105 | 55 | 115 | 65 | 44 |
| Binary | 1110000 | 10001011 | 101011 | 10011 | 0 | 1000101 | 101101 | 1001101 | 110101 | 100100 |
Color Harmonies of #708B2B
Complementary color
Monochromatic Colors of #708B2B
Black with #708B2B
Text Example
Text Example
White with #708B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708B2B; }
p { color: rgb(112,139,43); }
H1.HeaderClassName
{
color: #708B2B;
}
.AnyTagClassName
{
color: #708B2B;
}
</style>
background-color css
<style>
a { background-color: #708B2B; }
a { background-color: rgb(112,139,43); }
div.DivClassName
{
background-color: #708B2B;
}
.BgClassName
{
background-color: #708B2B;
}
</style>
border-color css
<style>
span { border-color: #708B2B; }
span { border-color: rgb(112,139,43); }
td.TdClassName
{
border-color: #708B2B;
}
.TagClassName
{
border-color: #708B2B;
}
</style>