Shades of Olive Drab #70822B
Tints of Olive Drab #70822B
RGB
CMYK
RGB Variations
Color information
#70822B (or 0x70822B) is known color: Olive Drab. HEX triplet: 70, 82 and 2B. RGB value is (112,130,43). Sum of RGB (Red+Green+Blue) = 112+130+43=285 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.30% from 285); Green value is 130 (51.17% from 255 or 45.61% from 285); Blue value is 43 (17.19% from 255 or 15.09% from 285); Max value from RGB is 130 - color contains mainly: green. Hex color #70822B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70822B is #8F7DD4. Grayscale: #737373. Windows color (decimal): -9403861 or 2851440. OLE color: 2851440.
HSL color Cylindrical-coordinate representation of color #70822B: hue angle of 72.41º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #70822B is Cyan = 0.14, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 112 | 130 | 43 | - |
| CMYK | 0.14 | 0 | 0.67 | 0.49 |
| HSL | 72.41º | 0.5% | 0.34% | - |
| HSV(B) | 72.41º | 0.67% | 0.51% | - |
| XYZ | 15.1 | 19.58 | 5.27 | - |
| YUV | 114.7 | 87.54 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 130 | 43 | 0.14 | 0 | 0.67 | 0.49 | 72.41 | 0.5 | 0.34 |
| Hex | 70 | 82 | 2B | E | 0 | 43 | 31 | 48 | 32 | 22 |
| Octal | 160 | 202 | 53 | 16 | 0 | 103 | 61 | 110 | 62 | 42 |
| Binary | 1110000 | 10000010 | 101011 | 1110 | 0 | 1000011 | 110001 | 1001000 | 110010 | 100010 |
Color Harmonies of #70822B
Complementary color
Monochromatic Colors of #70822B
Black with #70822B
Text Example
Text Example
White with #70822B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70822B; }
p { color: rgb(112,130,43); }
H1.HeaderClassName
{
color: #70822B;
}
.AnyTagClassName
{
color: #70822B;
}
</style>
background-color css
<style>
a { background-color: #70822B; }
a { background-color: rgb(112,130,43); }
div.DivClassName
{
background-color: #70822B;
}
.BgClassName
{
background-color: #70822B;
}
</style>
border-color css
<style>
span { border-color: #70822B; }
span { border-color: rgb(112,130,43); }
td.TdClassName
{
border-color: #70822B;
}
.TagClassName
{
border-color: #70822B;
}
</style>