Shades of Olive Drab #70992A
Tints of Olive Drab #70992A
RGB
CMYK
RGB Variations
Color information
#70992A (or 0x70992A) is known color: Olive Drab. HEX triplet: 70, 99 and 2A. RGB value is (112,153,42). Sum of RGB (Red+Green+Blue) = 112+153+42=307 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.48% from 307); Green value is 153 (60.16% from 255 or 49.84% from 307); Blue value is 42 (16.80% from 255 or 13.68% from 307); Max value from RGB is 153 - color contains mainly: green. Hex color #70992A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70992A is #8F66D5. Grayscale: #808080. Windows color (decimal): -9397974 or 2791792. OLE color: 2791792.
HSL color Cylindrical-coordinate representation of color #70992A: hue angle of 82.16º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #70992A is Cyan = 0.27, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 112 | 153 | 42 | - |
| CMYK | 0.27 | 0 | 0.73 | 0.4 |
| HSL | 82.16º | 0.57% | 0.38% | - |
| HSV(B) | 82.16º | 0.73% | 0.6% | - |
| XYZ | 18.49 | 26.39 | 6.31 | - |
| YUV | 128.09 | 79.42 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 153 | 42 | 0.27 | 0 | 0.73 | 0.4 | 82.16 | 0.57 | 0.38 |
| Hex | 70 | 99 | 2A | 1B | 0 | 49 | 28 | 52 | 39 | 26 |
| Octal | 160 | 231 | 52 | 33 | 0 | 111 | 50 | 122 | 71 | 46 |
| Binary | 1110000 | 10011001 | 101010 | 11011 | 0 | 1001001 | 101000 | 1010010 | 111001 | 100110 |
Color Harmonies of #70992A
Complementary color
Monochromatic Colors of #70992A
Black with #70992A
Text Example
Text Example
White with #70992A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70992A; }
p { color: rgb(112,153,42); }
H1.HeaderClassName
{
color: #70992A;
}
.AnyTagClassName
{
color: #70992A;
}
</style>
background-color css
<style>
a { background-color: #70992A; }
a { background-color: rgb(112,153,42); }
div.DivClassName
{
background-color: #70992A;
}
.BgClassName
{
background-color: #70992A;
}
</style>
border-color css
<style>
span { border-color: #70992A; }
span { border-color: rgb(112,153,42); }
td.TdClassName
{
border-color: #70992A;
}
.TagClassName
{
border-color: #70992A;
}
</style>