Shades of Olivetone #707013
Tints of Olivetone #707013
RGB
CMYK
RGB Variations
Color information
#707013 (or 0x707013) is known color: Olivetone. HEX triplet: 70, 70 and 13. RGB value is (112,112,19). Sum of RGB (Red+Green+Blue) = 112+112+19=243 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.09% from 243); Green value is 112 (44.14% from 255 or 46.09% from 243); Blue value is 19 (7.81% from 255 or 7.82% from 243); Max value from RGB is 112 - color contains mainly: red, green. Hex color #707013 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707013 is #8F8FEC. Grayscale: #656565. Windows color (decimal): -9408493 or 1273968. OLE color: 1273968.
HSL color Cylindrical-coordinate representation of color #707013: hue angle of 60º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #707013 is Cyan = 0, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 112 | 19 | - |
| CMYK | 0 | 0 | 0.83 | 0.56 |
| HSL | 60º | 0.71% | 0.26% | - |
| HSV(B) | 60º | 0.83% | 0.44% | - |
| XYZ | 12.59 | 15.08 | 2.86 | - |
| YUV | 101.4 | 81.5 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 112 | 19 | 0 | 0 | 0.83 | 0.56 | 60 | 0.71 | 0.26 |
| Hex | 70 | 70 | 13 | 0 | 0 | 53 | 38 | 3C | 47 | 1A |
| Octal | 160 | 160 | 23 | 0 | 0 | 123 | 70 | 74 | 107 | 32 |
| Binary | 1110000 | 1110000 | 10011 | 0 | 0 | 1010011 | 111000 | 111100 | 1000111 | 11010 |
Color Harmonies of #707013
Complementary color
Monochromatic Colors of #707013
Black with #707013
Text Example
Text Example
White with #707013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707013; }
p { color: rgb(112,112,19); }
H1.HeaderClassName
{
color: #707013;
}
.AnyTagClassName
{
color: #707013;
}
</style>
background-color css
<style>
a { background-color: #707013; }
a { background-color: rgb(112,112,19); }
div.DivClassName
{
background-color: #707013;
}
.BgClassName
{
background-color: #707013;
}
</style>
border-color css
<style>
span { border-color: #707013; }
span { border-color: rgb(112,112,19); }
td.TdClassName
{
border-color: #707013;
}
.TagClassName
{
border-color: #707013;
}
</style>