Shades of Olivetone #706712
Tints of Olivetone #706712
RGB
CMYK
RGB Variations
Color information
#706712 (or 0x706712) is known color: Olivetone. HEX triplet: 70, 67 and 12. RGB value is (112,103,18). Sum of RGB (Red+Green+Blue) = 112+103+18=233 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.07% from 233); Green value is 103 (40.62% from 255 or 44.21% from 233); Blue value is 18 (7.42% from 255 or 7.73% from 233); Max value from RGB is 112 - color contains mainly: red. Hex color #706712 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706712 is #8F98ED. Grayscale: #606060. Windows color (decimal): -9410798 or 1206128. OLE color: 1206128.
HSL color Cylindrical-coordinate representation of color #706712: hue angle of 54.26º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #706712 is Cyan = 0, Magento = 0.08, Yellow = 0.84 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 103 | 18 | - |
| CMYK | 0 | 0.08 | 0.84 | 0.56 |
| HSL | 54.26º | 0.72% | 0.25% | - |
| HSV(B) | 54.26º | 0.84% | 0.44% | - |
| XYZ | 11.64 | 13.19 | 2.5 | - |
| YUV | 96 | 83.98 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 103 | 18 | 0 | 0.08 | 0.84 | 0.56 | 54.26 | 0.72 | 0.25 |
| Hex | 70 | 67 | 12 | 0 | 8 | 54 | 38 | 36 | 48 | 19 |
| Octal | 160 | 147 | 22 | 0 | 10 | 124 | 70 | 66 | 110 | 31 |
| Binary | 1110000 | 1100111 | 10010 | 0 | 1000 | 1010100 | 111000 | 110110 | 1001000 | 11001 |
Color Harmonies of #706712
Complementary color
Monochromatic Colors of #706712
Black with #706712
Text Example
Text Example
White with #706712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706712; }
p { color: rgb(112,103,18); }
H1.HeaderClassName
{
color: #706712;
}
.AnyTagClassName
{
color: #706712;
}
</style>
background-color css
<style>
a { background-color: #706712; }
a { background-color: rgb(112,103,18); }
div.DivClassName
{
background-color: #706712;
}
.BgClassName
{
background-color: #706712;
}
</style>
border-color css
<style>
span { border-color: #706712; }
span { border-color: rgb(112,103,18); }
td.TdClassName
{
border-color: #706712;
}
.TagClassName
{
border-color: #706712;
}
</style>