Shades of Olive #70720C
Tints of Olive #70720C
RGB
CMYK
RGB Variations
Color information
#70720C (or 0x70720C) is known color: Olive. HEX triplet: 70, 72 and 0C. RGB value is (112,114,12). Sum of RGB (Red+Green+Blue) = 112+114+12=238 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.06% from 238); Green value is 114 (44.92% from 255 or 47.90% from 238); Blue value is 12 (5.08% from 255 or 5.04% from 238); Max value from RGB is 114 - color contains mainly: green. Hex color #70720C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70720C is #8F8DF3. Grayscale: #666666. Windows color (decimal): -9407988 or 815728. OLE color: 815728.
HSL color Cylindrical-coordinate representation of color #70720C: hue angle of 61.18º degrees, saturation: 0.81, 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 #70720C is Cyan = 0.02, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 112 | 114 | 12 | - |
| CMYK | 0.02 | 0 | 0.89 | 0.55 |
| HSL | 61.18º | 0.81% | 0.25% | - |
| HSV(B) | 61.18º | 0.89% | 0.45% | - |
| XYZ | 12.77 | 15.51 | 2.67 | - |
| YUV | 101.77 | 77.34 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 114 | 12 | 0.02 | 0 | 0.89 | 0.55 | 61.18 | 0.81 | 0.25 |
| Hex | 70 | 72 | C | 2 | 0 | 59 | 37 | 3D | 51 | 19 |
| Octal | 160 | 162 | 14 | 2 | 0 | 131 | 67 | 75 | 121 | 31 |
| Binary | 1110000 | 1110010 | 1100 | 10 | 0 | 1011001 | 110111 | 111101 | 1010001 | 11001 |
Color Harmonies of #70720C
Complementary color
Monochromatic Colors of #70720C
Black with #70720C
Text Example
Text Example
White with #70720C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70720C; }
p { color: rgb(112,114,12); }
H1.HeaderClassName
{
color: #70720C;
}
.AnyTagClassName
{
color: #70720C;
}
</style>
background-color css
<style>
a { background-color: #70720C; }
a { background-color: rgb(112,114,12); }
div.DivClassName
{
background-color: #70720C;
}
.BgClassName
{
background-color: #70720C;
}
</style>
border-color css
<style>
span { border-color: #70720C; }
span { border-color: rgb(112,114,12); }
td.TdClassName
{
border-color: #70720C;
}
.TagClassName
{
border-color: #70720C;
}
</style>