Shades of Olive Drab #70832A
Tints of Olive Drab #70832A
RGB
CMYK
RGB Variations
Color information
#70832A (or 0x70832A) is known color: Olive Drab. HEX triplet: 70, 83 and 2A. RGB value is (112,131,42). Sum of RGB (Red+Green+Blue) = 112+131+42=285 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.30% from 285); Green value is 131 (51.56% from 255 or 45.96% from 285); Blue value is 42 (16.80% from 255 or 14.74% from 285); Max value from RGB is 131 - color contains mainly: green. Hex color #70832A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70832A is #8F7CD5. Grayscale: #737373. Windows color (decimal): -9403606 or 2786160. OLE color: 2786160.
HSL color Cylindrical-coordinate representation of color #70832A: hue angle of 72.81º 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 #70832A is Cyan = 0.15, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 112 | 131 | 42 | - |
| CMYK | 0.15 | 0 | 0.68 | 0.49 |
| HSL | 72.81º | 0.51% | 0.34% | - |
| HSV(B) | 72.81º | 0.68% | 0.51% | - |
| XYZ | 15.22 | 19.84 | 5.22 | - |
| YUV | 115.17 | 86.71 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 131 | 42 | 0.15 | 0 | 0.68 | 0.49 | 72.81 | 0.51 | 0.34 |
| Hex | 70 | 83 | 2A | F | 0 | 44 | 31 | 49 | 33 | 22 |
| Octal | 160 | 203 | 52 | 17 | 0 | 104 | 61 | 111 | 63 | 42 |
| Binary | 1110000 | 10000011 | 101010 | 1111 | 0 | 1000100 | 110001 | 1001001 | 110011 | 100010 |
Color Harmonies of #70832A
Complementary color
Monochromatic Colors of #70832A
Black with #70832A
Text Example
Text Example
White with #70832A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70832A; }
p { color: rgb(112,131,42); }
H1.HeaderClassName
{
color: #70832A;
}
.AnyTagClassName
{
color: #70832A;
}
</style>
background-color css
<style>
a { background-color: #70832A; }
a { background-color: rgb(112,131,42); }
div.DivClassName
{
background-color: #70832A;
}
.BgClassName
{
background-color: #70832A;
}
</style>
border-color css
<style>
span { border-color: #70832A; }
span { border-color: rgb(112,131,42); }
td.TdClassName
{
border-color: #70832A;
}
.TagClassName
{
border-color: #70832A;
}
</style>