Shades of Olivetone #707112
Tints of Olivetone #707112
RGB
CMYK
RGB Variations
Color information
#707112 (or 0x707112) is known color: Olivetone. HEX triplet: 70, 71 and 12. RGB value is (112,113,18). Sum of RGB (Red+Green+Blue) = 112+113+18=243 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.09% from 243); Green value is 113 (44.53% from 255 or 46.50% from 243); Blue value is 18 (7.42% from 255 or 7.41% from 243); Max value from RGB is 113 - color contains mainly: green. Hex color #707112 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707112 is #8F8EED. Grayscale: #666666. Windows color (decimal): -9408238 or 1208688. OLE color: 1208688.
HSL color Cylindrical-coordinate representation of color #707112: hue angle of 60.63º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #707112 is Cyan = 0.01, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 113 | 18 | - |
| CMYK | 0.01 | 0 | 0.84 | 0.56 |
| HSL | 60.63º | 0.73% | 0.26% | - |
| HSV(B) | 60.63º | 0.84% | 0.44% | - |
| XYZ | 12.7 | 15.3 | 2.86 | - |
| YUV | 101.87 | 80.67 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 113 | 18 | 0.01 | 0 | 0.84 | 0.56 | 60.63 | 0.73 | 0.26 |
| Hex | 70 | 71 | 12 | 1 | 0 | 54 | 38 | 3D | 49 | 1A |
| Octal | 160 | 161 | 22 | 1 | 0 | 124 | 70 | 75 | 111 | 32 |
| Binary | 1110000 | 1110001 | 10010 | 1 | 0 | 1010100 | 111000 | 111101 | 1001001 | 11010 |
Color Harmonies of #707112
Complementary color
Monochromatic Colors of #707112
Black with #707112
Text Example
Text Example
White with #707112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707112; }
p { color: rgb(112,113,18); }
H1.HeaderClassName
{
color: #707112;
}
.AnyTagClassName
{
color: #707112;
}
</style>
background-color css
<style>
a { background-color: #707112; }
a { background-color: rgb(112,113,18); }
div.DivClassName
{
background-color: #707112;
}
.BgClassName
{
background-color: #707112;
}
</style>
border-color css
<style>
span { border-color: #707112; }
span { border-color: rgb(112,113,18); }
td.TdClassName
{
border-color: #707112;
}
.TagClassName
{
border-color: #707112;
}
</style>