Shades of Olive #70720D
Tints of Olive #70720D
RGB
CMYK
RGB Variations
Color information
#70720D (or 0x70720D) is known color: Olive. HEX triplet: 70, 72 and 0D. RGB value is (112,114,13). Sum of RGB (Red+Green+Blue) = 112+114+13=239 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.86% from 239); Green value is 114 (44.92% from 255 or 47.70% from 239); Blue value is 13 (5.47% from 255 or 5.44% from 239); Max value from RGB is 114 - color contains mainly: green. Hex color #70720D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70720D is #8F8DF2. Grayscale: #666666. Windows color (decimal): -9407987 or 881264. OLE color: 881264.
HSL color Cylindrical-coordinate representation of color #70720D: hue angle of 61.19º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #70720D is Cyan = 0.02, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 112 | 114 | 13 | - |
| CMYK | 0.02 | 0 | 0.89 | 0.55 |
| HSL | 61.19º | 0.8% | 0.25% | - |
| HSV(B) | 61.19º | 0.89% | 0.45% | - |
| XYZ | 12.77 | 15.51 | 2.7 | - |
| YUV | 101.89 | 77.84 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 114 | 13 | 0.02 | 0 | 0.89 | 0.55 | 61.19 | 0.8 | 0.25 |
| Hex | 70 | 72 | D | 2 | 0 | 59 | 37 | 3D | 50 | 19 |
| Octal | 160 | 162 | 15 | 2 | 0 | 131 | 67 | 75 | 120 | 31 |
| Binary | 1110000 | 1110010 | 1101 | 10 | 0 | 1011001 | 110111 | 111101 | 1010000 | 11001 |
Color Harmonies of #70720D
Complementary color
Monochromatic Colors of #70720D
Black with #70720D
Text Example
Text Example
White with #70720D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70720D; }
p { color: rgb(112,114,13); }
H1.HeaderClassName
{
color: #70720D;
}
.AnyTagClassName
{
color: #70720D;
}
</style>
background-color css
<style>
a { background-color: #70720D; }
a { background-color: rgb(112,114,13); }
div.DivClassName
{
background-color: #70720D;
}
.BgClassName
{
background-color: #70720D;
}
</style>
border-color css
<style>
span { border-color: #70720D; }
span { border-color: rgb(112,114,13); }
td.TdClassName
{
border-color: #70720D;
}
.TagClassName
{
border-color: #70720D;
}
</style>