Shades of Olivetone #706710
Tints of Olivetone #706710
RGB
CMYK
RGB Variations
Color information
#706710 (or 0x706710) is known color: Olivetone. HEX triplet: 70, 67 and 10. RGB value is (112,103,16). Sum of RGB (Red+Green+Blue) = 112+103+16=231 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.48% from 231); Green value is 103 (40.62% from 255 or 44.59% from 231); Blue value is 16 (6.64% from 255 or 6.93% from 231); Max value from RGB is 112 - color contains mainly: red. Hex color #706710 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706710 is #8F98EF. Grayscale: #606060. Windows color (decimal): -9410800 or 1075056. OLE color: 1075056.
HSL color Cylindrical-coordinate representation of color #706710: hue angle of 54.38º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #706710 is Cyan = 0, Magento = 0.08, Yellow = 0.86 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 103 | 16 | - |
| CMYK | 0 | 0.08 | 0.86 | 0.56 |
| HSL | 54.38º | 0.75% | 0.25% | - |
| HSV(B) | 54.38º | 0.86% | 0.44% | - |
| XYZ | 11.63 | 13.18 | 2.42 | - |
| YUV | 95.77 | 82.98 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 103 | 16 | 0 | 0.08 | 0.86 | 0.56 | 54.38 | 0.75 | 0.25 |
| Hex | 70 | 67 | 10 | 0 | 8 | 56 | 38 | 36 | 4B | 19 |
| Octal | 160 | 147 | 20 | 0 | 10 | 126 | 70 | 66 | 113 | 31 |
| Binary | 1110000 | 1100111 | 10000 | 0 | 1000 | 1010110 | 111000 | 110110 | 1001011 | 11001 |
Color Harmonies of #706710
Complementary color
Monochromatic Colors of #706710
Black with #706710
Text Example
Text Example
White with #706710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706710; }
p { color: rgb(112,103,16); }
H1.HeaderClassName
{
color: #706710;
}
.AnyTagClassName
{
color: #706710;
}
</style>
background-color css
<style>
a { background-color: #706710; }
a { background-color: rgb(112,103,16); }
div.DivClassName
{
background-color: #706710;
}
.BgClassName
{
background-color: #706710;
}
</style>
border-color css
<style>
span { border-color: #706710; }
span { border-color: rgb(112,103,16); }
td.TdClassName
{
border-color: #706710;
}
.TagClassName
{
border-color: #706710;
}
</style>