Shades of Olive Drab #708632
Tints of Olive Drab #708632
RGB
CMYK
RGB Variations
Color information
#708632 (or 0x708632) is known color: Olive Drab. HEX triplet: 70, 86 and 32. RGB value is (112,134,50). Sum of RGB (Red+Green+Blue) = 112+134+50=296 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.84% from 296); Green value is 134 (52.73% from 255 or 45.27% from 296); Blue value is 50 (19.92% from 255 or 16.89% from 296); Max value from RGB is 134 - color contains mainly: green. Hex color #708632 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708632 is #8F79CD. Grayscale: #767676. Windows color (decimal): -9402830 or 3311216. OLE color: 3311216.
HSL color Cylindrical-coordinate representation of color #708632: hue angle of 75.71º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #708632 is Cyan = 0.16, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 134 | 50 | - |
| CMYK | 0.16 | 0 | 0.63 | 0.47 |
| HSL | 75.71º | 0.46% | 0.36% | - |
| HSV(B) | 75.71º | 0.63% | 0.53% | - |
| XYZ | 15.78 | 20.73 | 6.19 | - |
| YUV | 117.85 | 89.71 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 134 | 50 | 0.16 | 0 | 0.63 | 0.47 | 75.71 | 0.46 | 0.36 |
| Hex | 70 | 86 | 32 | 10 | 0 | 3F | 2F | 4C | 2E | 24 |
| Octal | 160 | 206 | 62 | 20 | 0 | 77 | 57 | 114 | 56 | 44 |
| Binary | 1110000 | 10000110 | 110010 | 10000 | 0 | 111111 | 101111 | 1001100 | 101110 | 100100 |
Color Harmonies of #708632
Complementary color
Monochromatic Colors of #708632
Black with #708632
Text Example
Text Example
White with #708632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708632; }
p { color: rgb(112,134,50); }
H1.HeaderClassName
{
color: #708632;
}
.AnyTagClassName
{
color: #708632;
}
</style>
background-color css
<style>
a { background-color: #708632; }
a { background-color: rgb(112,134,50); }
div.DivClassName
{
background-color: #708632;
}
.BgClassName
{
background-color: #708632;
}
</style>
border-color css
<style>
span { border-color: #708632; }
span { border-color: rgb(112,134,50); }
td.TdClassName
{
border-color: #708632;
}
.TagClassName
{
border-color: #708632;
}
</style>