Shades of Olive Drab #70910D
Tints of Olive Drab #70910D
RGB
CMYK
RGB Variations
Color information
#70910D (or 0x70910D) is known color: Olive Drab. HEX triplet: 70, 91 and 0D. RGB value is (112,145,13). Sum of RGB (Red+Green+Blue) = 112+145+13=270 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.48% from 270); Green value is 145 (57.03% from 255 or 53.70% from 270); Blue value is 13 (5.47% from 255 or 4.81% from 270); Max value from RGB is 145 - color contains mainly: green. Hex color #70910D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70910D is #8F6EF2. Grayscale: #787878. Windows color (decimal): -9400051 or 889200. OLE color: 889200.
HSL color Cylindrical-coordinate representation of color #70910D: hue angle of 75º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #70910D is Cyan = 0.23, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 112 | 145 | 13 | - |
| CMYK | 0.23 | 0 | 0.91 | 0.43 |
| HSL | 75º | 0.84% | 0.31% | - |
| HSV(B) | 75º | 0.91% | 0.57% | - |
| XYZ | 16.88 | 23.72 | 4.07 | - |
| YUV | 120.09 | 67.57 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 145 | 13 | 0.23 | 0 | 0.91 | 0.43 | 75 | 0.84 | 0.31 |
| Hex | 70 | 91 | D | 17 | 0 | 5B | 2B | 4B | 54 | 1F |
| Octal | 160 | 221 | 15 | 27 | 0 | 133 | 53 | 113 | 124 | 37 |
| Binary | 1110000 | 10010001 | 1101 | 10111 | 0 | 1011011 | 101011 | 1001011 | 1010100 | 11111 |
Color Harmonies of #70910D
Complementary color
Monochromatic Colors of #70910D
Black with #70910D
Text Example
Text Example
White with #70910D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70910D; }
p { color: rgb(112,145,13); }
H1.HeaderClassName
{
color: #70910D;
}
.AnyTagClassName
{
color: #70910D;
}
</style>
background-color css
<style>
a { background-color: #70910D; }
a { background-color: rgb(112,145,13); }
div.DivClassName
{
background-color: #70910D;
}
.BgClassName
{
background-color: #70910D;
}
</style>
border-color css
<style>
span { border-color: #70910D; }
span { border-color: rgb(112,145,13); }
td.TdClassName
{
border-color: #70910D;
}
.TagClassName
{
border-color: #70910D;
}
</style>