Shades of Olive Drab #70982B
Tints of Olive Drab #70982B
RGB
CMYK
RGB Variations
Color information
#70982B (or 0x70982B) is known color: Olive Drab. HEX triplet: 70, 98 and 2B. RGB value is (112,152,43). Sum of RGB (Red+Green+Blue) = 112+152+43=307 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.48% from 307); Green value is 152 (59.77% from 255 or 49.51% from 307); Blue value is 43 (17.19% from 255 or 14.01% from 307); Max value from RGB is 152 - color contains mainly: green. Hex color #70982B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70982B is #8F67D4. Grayscale: #808080. Windows color (decimal): -9398229 or 2857072. OLE color: 2857072.
HSL color Cylindrical-coordinate representation of color #70982B: hue angle of 82.02º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #70982B is Cyan = 0.26, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 112 | 152 | 43 | - |
| CMYK | 0.26 | 0 | 0.72 | 0.40 |
| HSL | 82.02º | 0.56% | 0.38% | - |
| HSV(B) | 82.02º | 0.72% | 0.6% | - |
| XYZ | 18.35 | 26.08 | 6.35 | - |
| YUV | 127.61 | 80.25 | 116.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 152 | 43 | 0.26 | 0 | 0.72 | 0.40 | 82.02 | 0.56 | 0.38 |
| Hex | 70 | 98 | 2B | 1A | 0 | 48 | 28 | 52 | 38 | 26 |
| Octal | 160 | 230 | 53 | 32 | 0 | 110 | 50 | 122 | 70 | 46 |
| Binary | 1110000 | 10011000 | 101011 | 11010 | 0 | 1001000 | 101000 | 1010010 | 111000 | 100110 |
Color Harmonies of #70982B
Complementary color
Monochromatic Colors of #70982B
Black with #70982B
Text Example
Text Example
White with #70982B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70982B; }
p { color: rgb(112,152,43); }
H1.HeaderClassName
{
color: #70982B;
}
.AnyTagClassName
{
color: #70982B;
}
</style>
background-color css
<style>
a { background-color: #70982B; }
a { background-color: rgb(112,152,43); }
div.DivClassName
{
background-color: #70982B;
}
.BgClassName
{
background-color: #70982B;
}
</style>
border-color css
<style>
span { border-color: #70982B; }
span { border-color: rgb(112,152,43); }
td.TdClassName
{
border-color: #70982B;
}
.TagClassName
{
border-color: #70982B;
}
</style>