Shades of Olivetone #706F10
Tints of Olivetone #706F10
RGB
CMYK
RGB Variations
Color information
#706F10 (or 0x706F10) is known color: Olivetone. HEX triplet: 70, 6F and 10. RGB value is (112,111,16). Sum of RGB (Red+Green+Blue) = 112+111+16=239 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.86% from 239); Green value is 111 (43.75% from 255 or 46.44% from 239); Blue value is 16 (6.64% from 255 or 6.69% from 239); Max value from RGB is 112 - color contains mainly: red. Hex color #706F10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706F10 is #8F90EF. Grayscale: #646464. Windows color (decimal): -9408752 or 1077104. OLE color: 1077104.
HSL color Cylindrical-coordinate representation of color #706F10: hue angle of 59.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 #706F10 is Cyan = 0, Magento = 0.01, Yellow = 0.86 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 111 | 16 | - |
| CMYK | 0 | 0.01 | 0.86 | 0.56 |
| HSL | 59.38º | 0.75% | 0.25% | - |
| HSV(B) | 59.38º | 0.86% | 0.44% | - |
| XYZ | 12.46 | 14.85 | 2.7 | - |
| YUV | 100.47 | 80.33 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 111 | 16 | 0 | 0.01 | 0.86 | 0.56 | 59.38 | 0.75 | 0.25 |
| Hex | 70 | 6F | 10 | 0 | 1 | 56 | 38 | 3B | 4B | 19 |
| Octal | 160 | 157 | 20 | 0 | 1 | 126 | 70 | 73 | 113 | 31 |
| Binary | 1110000 | 1101111 | 10000 | 0 | 1 | 1010110 | 111000 | 111011 | 1001011 | 11001 |
Color Harmonies of #706F10
Complementary color
Monochromatic Colors of #706F10
Black with #706F10
Text Example
Text Example
White with #706F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706F10; }
p { color: rgb(112,111,16); }
H1.HeaderClassName
{
color: #706F10;
}
.AnyTagClassName
{
color: #706F10;
}
</style>
background-color css
<style>
a { background-color: #706F10; }
a { background-color: rgb(112,111,16); }
div.DivClassName
{
background-color: #706F10;
}
.BgClassName
{
background-color: #706F10;
}
</style>
border-color css
<style>
span { border-color: #706F10; }
span { border-color: rgb(112,111,16); }
td.TdClassName
{
border-color: #706F10;
}
.TagClassName
{
border-color: #706F10;
}
</style>