Shades of Olive Drab #708232
Tints of Olive Drab #708232
RGB
CMYK
RGB Variations
Color information
#708232 (or 0x708232) is known color: Olive Drab. HEX triplet: 70, 82 and 32. RGB value is (112,130,50). Sum of RGB (Red+Green+Blue) = 112+130+50=292 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.36% from 292); Green value is 130 (51.17% from 255 or 44.52% from 292); Blue value is 50 (19.92% from 255 or 17.12% from 292); Max value from RGB is 130 - color contains mainly: green. Hex color #708232 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708232 is #8F7DCD. Grayscale: #737373. Windows color (decimal): -9403854 or 3310192. OLE color: 3310192.
HSL color Cylindrical-coordinate representation of color #708232: hue angle of 73.5º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #708232 is Cyan = 0.14, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 112 | 130 | 50 | - |
| CMYK | 0.14 | 0 | 0.62 | 0.49 |
| HSL | 73.5º | 0.44% | 0.35% | - |
| HSV(B) | 73.5º | 0.62% | 0.51% | - |
| XYZ | 15.24 | 19.64 | 6.01 | - |
| YUV | 115.5 | 91.04 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 130 | 50 | 0.14 | 0 | 0.62 | 0.49 | 73.5 | 0.44 | 0.35 |
| Hex | 70 | 82 | 32 | E | 0 | 3E | 31 | 4A | 2C | 23 |
| Octal | 160 | 202 | 62 | 16 | 0 | 76 | 61 | 112 | 54 | 43 |
| Binary | 1110000 | 10000010 | 110010 | 1110 | 0 | 111110 | 110001 | 1001010 | 101100 | 100011 |
Color Harmonies of #708232
Complementary color
Monochromatic Colors of #708232
Black with #708232
Text Example
Text Example
White with #708232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708232; }
p { color: rgb(112,130,50); }
H1.HeaderClassName
{
color: #708232;
}
.AnyTagClassName
{
color: #708232;
}
</style>
background-color css
<style>
a { background-color: #708232; }
a { background-color: rgb(112,130,50); }
div.DivClassName
{
background-color: #708232;
}
.BgClassName
{
background-color: #708232;
}
</style>
border-color css
<style>
span { border-color: #708232; }
span { border-color: rgb(112,130,50); }
td.TdClassName
{
border-color: #708232;
}
.TagClassName
{
border-color: #708232;
}
</style>