Shades of Olivetone #706614
Tints of Olivetone #706614
RGB
CMYK
RGB Variations
Color information
#706614 (or 0x706614) is known color: Olivetone. HEX triplet: 70, 66 and 14. RGB value is (112,102,20). Sum of RGB (Red+Green+Blue) = 112+102+20=234 (30% of max value = 765). Red value is 112 (44.14% from 255 or 47.86% from 234); Green value is 102 (40.23% from 255 or 43.59% from 234); Blue value is 20 (8.20% from 255 or 8.55% from 234); Max value from RGB is 112 - color contains mainly: red. Hex color #706614 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706614 is #8F99EB. Grayscale: #5F5F5F. Windows color (decimal): -9411052 or 1336944. OLE color: 1336944.
HSL color Cylindrical-coordinate representation of color #706614: hue angle of 53.48º 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 #706614 is Cyan = 0, Magento = 0.09, Yellow = 0.82 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 102 | 20 | - |
| CMYK | 0 | 0.09 | 0.82 | 0.56 |
| HSL | 53.48º | 0.7% | 0.26% | - |
| HSV(B) | 53.48º | 0.82% | 0.44% | - |
| XYZ | 11.56 | 13 | 2.56 | - |
| YUV | 95.64 | 85.31 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 102 | 20 | 0 | 0.09 | 0.82 | 0.56 | 53.48 | 0.7 | 0.26 |
| Hex | 70 | 66 | 14 | 0 | 9 | 52 | 38 | 35 | 46 | 1A |
| Octal | 160 | 146 | 24 | 0 | 11 | 122 | 70 | 65 | 106 | 32 |
| Binary | 1110000 | 1100110 | 10100 | 0 | 1001 | 1010010 | 111000 | 110101 | 1000110 | 11010 |
Color Harmonies of #706614
Complementary color
Monochromatic Colors of #706614
Black with #706614
Text Example
Text Example
White with #706614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706614; }
p { color: rgb(112,102,20); }
H1.HeaderClassName
{
color: #706614;
}
.AnyTagClassName
{
color: #706614;
}
</style>
background-color css
<style>
a { background-color: #706614; }
a { background-color: rgb(112,102,20); }
div.DivClassName
{
background-color: #706614;
}
.BgClassName
{
background-color: #706614;
}
</style>
border-color css
<style>
span { border-color: #706614; }
span { border-color: rgb(112,102,20); }
td.TdClassName
{
border-color: #706614;
}
.TagClassName
{
border-color: #706614;
}
</style>