Shades of Olive Drab #708D32
Tints of Olive Drab #708D32
RGB
CMYK
RGB Variations
Color information
#708D32 (or 0x708D32) is known color: Olive Drab. HEX triplet: 70, 8D and 32. RGB value is (112,141,50). Sum of RGB (Red+Green+Blue) = 112+141+50=303 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.96% from 303); Green value is 141 (55.47% from 255 or 46.53% from 303); Blue value is 50 (19.92% from 255 or 16.50% from 303); Max value from RGB is 141 - color contains mainly: green. Hex color #708D32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708D32 is #8F72CD. Grayscale: #7A7A7A. Windows color (decimal): -9401038 or 3313008. OLE color: 3313008.
HSL color Cylindrical-coordinate representation of color #708D32: hue angle of 79.12º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #708D32 is Cyan = 0.21, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 141 | 50 | - |
| CMYK | 0.21 | 0 | 0.65 | 0.45 |
| HSL | 79.12º | 0.48% | 0.37% | - |
| HSV(B) | 79.12º | 0.65% | 0.55% | - |
| XYZ | 16.78 | 22.72 | 6.52 | - |
| YUV | 121.96 | 87.39 | 120.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 141 | 50 | 0.21 | 0 | 0.65 | 0.45 | 79.12 | 0.48 | 0.37 |
| Hex | 70 | 8D | 32 | 15 | 0 | 41 | 2D | 4F | 30 | 25 |
| Octal | 160 | 215 | 62 | 25 | 0 | 101 | 55 | 117 | 60 | 45 |
| Binary | 1110000 | 10001101 | 110010 | 10101 | 0 | 1000001 | 101101 | 1001111 | 110000 | 100101 |
Color Harmonies of #708D32
Complementary color
Monochromatic Colors of #708D32
Black with #708D32
Text Example
Text Example
White with #708D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708D32; }
p { color: rgb(112,141,50); }
H1.HeaderClassName
{
color: #708D32;
}
.AnyTagClassName
{
color: #708D32;
}
</style>
background-color css
<style>
a { background-color: #708D32; }
a { background-color: rgb(112,141,50); }
div.DivClassName
{
background-color: #708D32;
}
.BgClassName
{
background-color: #708D32;
}
</style>
border-color css
<style>
span { border-color: #708D32; }
span { border-color: rgb(112,141,50); }
td.TdClassName
{
border-color: #708D32;
}
.TagClassName
{
border-color: #708D32;
}
</style>