Shades of Olive Drab #70822A
Tints of Olive Drab #70822A
RGB
CMYK
RGB Variations
Color information
#70822A (or 0x70822A) is known color: Olive Drab. HEX triplet: 70, 82 and 2A. RGB value is (112,130,42). Sum of RGB (Red+Green+Blue) = 112+130+42=284 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.44% from 284); Green value is 130 (51.17% from 255 or 45.77% from 284); Blue value is 42 (16.80% from 255 or 14.79% from 284); Max value from RGB is 130 - color contains mainly: green. Hex color #70822A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70822A is #8F7DD5. Grayscale: #727272. Windows color (decimal): -9403862 or 2785904. OLE color: 2785904.
HSL color Cylindrical-coordinate representation of color #70822A: hue angle of 72.27º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #70822A is Cyan = 0.14, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 112 | 130 | 42 | - |
| CMYK | 0.14 | 0 | 0.68 | 0.49 |
| HSL | 72.27º | 0.51% | 0.34% | - |
| HSV(B) | 72.27º | 0.68% | 0.51% | - |
| XYZ | 15.08 | 19.58 | 5.17 | - |
| YUV | 114.59 | 87.04 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 130 | 42 | 0.14 | 0 | 0.68 | 0.49 | 72.27 | 0.51 | 0.34 |
| Hex | 70 | 82 | 2A | E | 0 | 44 | 31 | 48 | 33 | 22 |
| Octal | 160 | 202 | 52 | 16 | 0 | 104 | 61 | 110 | 63 | 42 |
| Binary | 1110000 | 10000010 | 101010 | 1110 | 0 | 1000100 | 110001 | 1001000 | 110011 | 100010 |
Color Harmonies of #70822A
Complementary color
Monochromatic Colors of #70822A
Black with #70822A
Text Example
Text Example
White with #70822A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70822A; }
p { color: rgb(112,130,42); }
H1.HeaderClassName
{
color: #70822A;
}
.AnyTagClassName
{
color: #70822A;
}
</style>
background-color css
<style>
a { background-color: #70822A; }
a { background-color: rgb(112,130,42); }
div.DivClassName
{
background-color: #70822A;
}
.BgClassName
{
background-color: #70822A;
}
</style>
border-color css
<style>
span { border-color: #70822A; }
span { border-color: rgb(112,130,42); }
td.TdClassName
{
border-color: #70822A;
}
.TagClassName
{
border-color: #70822A;
}
</style>