Shades of Olive Drab #70832F
Tints of Olive Drab #70832F
RGB
CMYK
RGB Variations
Color information
#70832F (or 0x70832F) is known color: Olive Drab. HEX triplet: 70, 83 and 2F. RGB value is (112,131,47). Sum of RGB (Red+Green+Blue) = 112+131+47=290 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.62% from 290); Green value is 131 (51.56% from 255 or 45.17% from 290); Blue value is 47 (18.75% from 255 or 16.21% from 290); Max value from RGB is 131 - color contains mainly: green. Hex color #70832F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70832F is #8F7CD0. Grayscale: #747474. Windows color (decimal): -9403601 or 3113840. OLE color: 3113840.
HSL color Cylindrical-coordinate representation of color #70832F: hue angle of 73.57º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #70832F is Cyan = 0.15, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 112 | 131 | 47 | - |
| CMYK | 0.15 | 0 | 0.64 | 0.49 |
| HSL | 73.57º | 0.47% | 0.35% | - |
| HSV(B) | 73.57º | 0.64% | 0.51% | - |
| XYZ | 15.31 | 19.88 | 5.72 | - |
| YUV | 115.74 | 89.21 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 131 | 47 | 0.15 | 0 | 0.64 | 0.49 | 73.57 | 0.47 | 0.35 |
| Hex | 70 | 83 | 2F | F | 0 | 40 | 31 | 4A | 2F | 23 |
| Octal | 160 | 203 | 57 | 17 | 0 | 100 | 61 | 112 | 57 | 43 |
| Binary | 1110000 | 10000011 | 101111 | 1111 | 0 | 1000000 | 110001 | 1001010 | 101111 | 100011 |
Color Harmonies of #70832F
Complementary color
Monochromatic Colors of #70832F
Black with #70832F
Text Example
Text Example
White with #70832F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70832F; }
p { color: rgb(112,131,47); }
H1.HeaderClassName
{
color: #70832F;
}
.AnyTagClassName
{
color: #70832F;
}
</style>
background-color css
<style>
a { background-color: #70832F; }
a { background-color: rgb(112,131,47); }
div.DivClassName
{
background-color: #70832F;
}
.BgClassName
{
background-color: #70832F;
}
</style>
border-color css
<style>
span { border-color: #70832F; }
span { border-color: rgb(112,131,47); }
td.TdClassName
{
border-color: #70832F;
}
.TagClassName
{
border-color: #70832F;
}
</style>