Shades of Olive Drab #70941D
Tints of Olive Drab #70941D
RGB
CMYK
RGB Variations
Color information
#70941D (or 0x70941D) is known color: Olive Drab. HEX triplet: 70, 94 and 1D. RGB value is (112,148,29). Sum of RGB (Red+Green+Blue) = 112+148+29=289 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.75% from 289); Green value is 148 (58.20% from 255 or 51.21% from 289); Blue value is 29 (11.72% from 255 or 10.03% from 289); Max value from RGB is 148 - color contains mainly: green. Hex color #70941D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70941D is #8F6BE2. Grayscale: #7C7C7C. Windows color (decimal): -9399267 or 1938544. OLE color: 1938544.
HSL color Cylindrical-coordinate representation of color #70941D: hue angle of 78.15º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #70941D is Cyan = 0.24, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 148 | 29 | - |
| CMYK | 0.24 | 0 | 0.80 | 0.42 |
| HSL | 78.15º | 0.67% | 0.35% | - |
| HSV(B) | 78.15º | 0.8% | 0.58% | - |
| XYZ | 17.49 | 24.71 | 5.01 | - |
| YUV | 123.67 | 74.57 | 119.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 148 | 29 | 0.24 | 0 | 0.80 | 0.42 | 78.15 | 0.67 | 0.35 |
| Hex | 70 | 94 | 1D | 18 | 0 | 50 | 2A | 4E | 43 | 23 |
| Octal | 160 | 224 | 35 | 30 | 0 | 120 | 52 | 116 | 103 | 43 |
| Binary | 1110000 | 10010100 | 11101 | 11000 | 0 | 1010000 | 101010 | 1001110 | 1000011 | 100011 |
Color Harmonies of #70941D
Complementary color
Monochromatic Colors of #70941D
Black with #70941D
Text Example
Text Example
White with #70941D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70941D; }
p { color: rgb(112,148,29); }
H1.HeaderClassName
{
color: #70941D;
}
.AnyTagClassName
{
color: #70941D;
}
</style>
background-color css
<style>
a { background-color: #70941D; }
a { background-color: rgb(112,148,29); }
div.DivClassName
{
background-color: #70941D;
}
.BgClassName
{
background-color: #70941D;
}
</style>
border-color css
<style>
span { border-color: #70941D; }
span { border-color: rgb(112,148,29); }
td.TdClassName
{
border-color: #70941D;
}
.TagClassName
{
border-color: #70941D;
}
</style>