Shades of Olivetone #707014
Tints of Olivetone #707014
RGB
CMYK
RGB Variations
Color information
#707014 (or 0x707014) is known color: Olivetone. HEX triplet: 70, 70 and 14. RGB value is (112,112,20). Sum of RGB (Red+Green+Blue) = 112+112+20=244 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.90% from 244); Green value is 112 (44.14% from 255 or 45.90% from 244); Blue value is 20 (8.20% from 255 or 8.20% from 244); Max value from RGB is 112 - color contains mainly: red, green. Hex color #707014 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707014 is #8F8FEB. Grayscale: #656565. Windows color (decimal): -9408492 or 1339504. OLE color: 1339504.
HSL color Cylindrical-coordinate representation of color #707014: hue angle of 60º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #707014 is Cyan = 0, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 112 | 20 | - |
| CMYK | 0 | 0 | 0.82 | 0.56 |
| HSL | 60º | 0.7% | 0.26% | - |
| HSV(B) | 60º | 0.82% | 0.44% | - |
| XYZ | 12.6 | 15.08 | 2.91 | - |
| YUV | 101.51 | 82 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 112 | 20 | 0 | 0 | 0.82 | 0.56 | 60 | 0.7 | 0.26 |
| Hex | 70 | 70 | 14 | 0 | 0 | 52 | 38 | 3C | 46 | 1A |
| Octal | 160 | 160 | 24 | 0 | 0 | 122 | 70 | 74 | 106 | 32 |
| Binary | 1110000 | 1110000 | 10100 | 0 | 0 | 1010010 | 111000 | 111100 | 1000110 | 11010 |
Color Harmonies of #707014
Complementary color
Monochromatic Colors of #707014
Black with #707014
Text Example
Text Example
White with #707014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707014; }
p { color: rgb(112,112,20); }
H1.HeaderClassName
{
color: #707014;
}
.AnyTagClassName
{
color: #707014;
}
</style>
background-color css
<style>
a { background-color: #707014; }
a { background-color: rgb(112,112,20); }
div.DivClassName
{
background-color: #707014;
}
.BgClassName
{
background-color: #707014;
}
</style>
border-color css
<style>
span { border-color: #707014; }
span { border-color: rgb(112,112,20); }
td.TdClassName
{
border-color: #707014;
}
.TagClassName
{
border-color: #707014;
}
</style>