Shades of Olivetone #706D1D
Tints of Olivetone #706D1D
RGB
CMYK
RGB Variations
Color information
#706D1D (or 0x706D1D) is known color: Olivetone. HEX triplet: 70, 6D and 1D. RGB value is (112,109,29). Sum of RGB (Red+Green+Blue) = 112+109+29=250 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.8% from 250); Green value is 109 (42.97% from 255 or 43.6% from 250); Blue value is 29 (11.72% from 255 or 11.6% from 250); Max value from RGB is 112 - color contains mainly: red. Hex color #706D1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706D1D is #8F92E2. Grayscale: #656565. Windows color (decimal): -9409251 or 1928560. OLE color: 1928560.
HSL color Cylindrical-coordinate representation of color #706D1D: hue angle of 57.83º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #706D1D is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 109 | 29 | - |
| CMYK | 0 | 0.03 | 0.74 | 0.56 |
| HSL | 57.83º | 0.59% | 0.28% | - |
| HSV(B) | 57.83º | 0.74% | 0.44% | - |
| XYZ | 12.37 | 14.47 | 3.3 | - |
| YUV | 100.78 | 87.49 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 109 | 29 | 0 | 0.03 | 0.74 | 0.56 | 57.83 | 0.59 | 0.28 |
| Hex | 70 | 6D | 1D | 0 | 3 | 4A | 38 | 3A | 3B | 1C |
| Octal | 160 | 155 | 35 | 0 | 3 | 112 | 70 | 72 | 73 | 34 |
| Binary | 1110000 | 1101101 | 11101 | 0 | 11 | 1001010 | 111000 | 111010 | 111011 | 11100 |
Color Harmonies of #706D1D
Complementary color
Monochromatic Colors of #706D1D
Black with #706D1D
Text Example
Text Example
White with #706D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706D1D; }
p { color: rgb(112,109,29); }
H1.HeaderClassName
{
color: #706D1D;
}
.AnyTagClassName
{
color: #706D1D;
}
</style>
background-color css
<style>
a { background-color: #706D1D; }
a { background-color: rgb(112,109,29); }
div.DivClassName
{
background-color: #706D1D;
}
.BgClassName
{
background-color: #706D1D;
}
</style>
border-color css
<style>
span { border-color: #706D1D; }
span { border-color: rgb(112,109,29); }
td.TdClassName
{
border-color: #706D1D;
}
.TagClassName
{
border-color: #706D1D;
}
</style>