Shades of Olive Drab #70921D
Tints of Olive Drab #70921D
RGB
CMYK
RGB Variations
Color information
#70921D (or 0x70921D) is known color: Olive Drab. HEX triplet: 70, 92 and 1D. RGB value is (112,146,29). Sum of RGB (Red+Green+Blue) = 112+146+29=287 (38% of max value = 765). Red value is 112 (44.14% from 255 or 39.02% from 287); Green value is 146 (57.42% from 255 or 50.87% from 287); Blue value is 29 (11.72% from 255 or 10.10% from 287); Max value from RGB is 146 - color contains mainly: green. Hex color #70921D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70921D is #8F6DE2. Grayscale: #7A7A7A. Windows color (decimal): -9399779 or 1938032. OLE color: 1938032.
HSL color Cylindrical-coordinate representation of color #70921D: hue angle of 77.44º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #70921D is Cyan = 0.23, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 112 | 146 | 29 | - |
| CMYK | 0.23 | 0 | 0.80 | 0.43 |
| HSL | 77.44º | 0.67% | 0.34% | - |
| HSV(B) | 77.44º | 0.8% | 0.57% | - |
| XYZ | 17.18 | 24.09 | 4.91 | - |
| YUV | 122.5 | 75.24 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 146 | 29 | 0.23 | 0 | 0.80 | 0.43 | 77.44 | 0.67 | 0.34 |
| Hex | 70 | 92 | 1D | 17 | 0 | 50 | 2B | 4D | 43 | 22 |
| Octal | 160 | 222 | 35 | 27 | 0 | 120 | 53 | 115 | 103 | 42 |
| Binary | 1110000 | 10010010 | 11101 | 10111 | 0 | 1010000 | 101011 | 1001101 | 1000011 | 100010 |
Color Harmonies of #70921D
Complementary color
Monochromatic Colors of #70921D
Black with #70921D
Text Example
Text Example
White with #70921D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70921D; }
p { color: rgb(112,146,29); }
H1.HeaderClassName
{
color: #70921D;
}
.AnyTagClassName
{
color: #70921D;
}
</style>
background-color css
<style>
a { background-color: #70921D; }
a { background-color: rgb(112,146,29); }
div.DivClassName
{
background-color: #70921D;
}
.BgClassName
{
background-color: #70921D;
}
</style>
border-color css
<style>
span { border-color: #70921D; }
span { border-color: rgb(112,146,29); }
td.TdClassName
{
border-color: #70921D;
}
.TagClassName
{
border-color: #70921D;
}
</style>