Shades of Olive Drab #70932B
Tints of Olive Drab #70932B
RGB
CMYK
RGB Variations
Color information
#70932B (or 0x70932B) is known color: Olive Drab. HEX triplet: 70, 93 and 2B. RGB value is (112,147,43). Sum of RGB (Red+Green+Blue) = 112+147+43=302 (40% of max value = 765). Red value is 112 (44.14% from 255 or 37.09% from 302); Green value is 147 (57.81% from 255 or 48.68% from 302); Blue value is 43 (17.19% from 255 or 14.24% from 302); Max value from RGB is 147 - color contains mainly: green. Hex color #70932B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70932B is #8F6CD4. Grayscale: #7D7D7D. Windows color (decimal): -9399509 or 2855792. OLE color: 2855792.
HSL color Cylindrical-coordinate representation of color #70932B: hue angle of 80.19º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #70932B is Cyan = 0.24, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 147 | 43 | - |
| CMYK | 0.24 | 0 | 0.71 | 0.42 |
| HSL | 80.19º | 0.55% | 0.37% | - |
| HSV(B) | 80.19º | 0.71% | 0.58% | - |
| XYZ | 17.55 | 24.49 | 6.09 | - |
| YUV | 124.68 | 81.9 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 147 | 43 | 0.24 | 0 | 0.71 | 0.42 | 80.19 | 0.55 | 0.37 |
| Hex | 70 | 93 | 2B | 18 | 0 | 47 | 2A | 50 | 37 | 25 |
| Octal | 160 | 223 | 53 | 30 | 0 | 107 | 52 | 120 | 67 | 45 |
| Binary | 1110000 | 10010011 | 101011 | 11000 | 0 | 1000111 | 101010 | 1010000 | 110111 | 100101 |
Color Harmonies of #70932B
Complementary color
Monochromatic Colors of #70932B
Black with #70932B
Text Example
Text Example
White with #70932B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70932B; }
p { color: rgb(112,147,43); }
H1.HeaderClassName
{
color: #70932B;
}
.AnyTagClassName
{
color: #70932B;
}
</style>
background-color css
<style>
a { background-color: #70932B; }
a { background-color: rgb(112,147,43); }
div.DivClassName
{
background-color: #70932B;
}
.BgClassName
{
background-color: #70932B;
}
</style>
border-color css
<style>
span { border-color: #70932B; }
span { border-color: rgb(112,147,43); }
td.TdClassName
{
border-color: #70932B;
}
.TagClassName
{
border-color: #70932B;
}
</style>