Shades of Olivetone #706C1E
Tints of Olivetone #706C1E
RGB
CMYK
RGB Variations
Color information
#706C1E (or 0x706C1E) is known color: Olivetone. HEX triplet: 70, 6C and 1E. RGB value is (112,108,30). Sum of RGB (Red+Green+Blue) = 112+108+30=250 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.8% from 250); Green value is 108 (42.58% from 255 or 43.2% from 250); Blue value is 30 (12.11% from 255 or 12% from 250); Max value from RGB is 112 - color contains mainly: red. Hex color #706C1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706C1E is #8F93E1. Grayscale: #646464. Windows color (decimal): -9409506 or 1993840. OLE color: 1993840.
HSL color Cylindrical-coordinate representation of color #706C1E: hue angle of 57.07º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #706C1E is Cyan = 0, Magento = 0.04, Yellow = 0.73 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 108 | 30 | - |
| CMYK | 0 | 0.04 | 0.73 | 0.56 |
| HSL | 57.07º | 0.58% | 0.28% | - |
| HSV(B) | 57.07º | 0.73% | 0.44% | - |
| XYZ | 12.28 | 14.26 | 3.33 | - |
| YUV | 100.3 | 88.33 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 108 | 30 | 0 | 0.04 | 0.73 | 0.56 | 57.07 | 0.58 | 0.28 |
| Hex | 70 | 6C | 1E | 0 | 4 | 49 | 38 | 39 | 3A | 1C |
| Octal | 160 | 154 | 36 | 0 | 4 | 111 | 70 | 71 | 72 | 34 |
| Binary | 1110000 | 1101100 | 11110 | 0 | 100 | 1001001 | 111000 | 111001 | 111010 | 11100 |
Color Harmonies of #706C1E
Complementary color
Monochromatic Colors of #706C1E
Black with #706C1E
Text Example
Text Example
White with #706C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706C1E; }
p { color: rgb(112,108,30); }
H1.HeaderClassName
{
color: #706C1E;
}
.AnyTagClassName
{
color: #706C1E;
}
</style>
background-color css
<style>
a { background-color: #706C1E; }
a { background-color: rgb(112,108,30); }
div.DivClassName
{
background-color: #706C1E;
}
.BgClassName
{
background-color: #706C1E;
}
</style>
border-color css
<style>
span { border-color: #706C1E; }
span { border-color: rgb(112,108,30); }
td.TdClassName
{
border-color: #706C1E;
}
.TagClassName
{
border-color: #706C1E;
}
</style>