Shades of Olivetone #706D0D
Tints of Olivetone #706D0D
RGB
CMYK
RGB Variations
Color information
#706D0D (or 0x706D0D) is known color: Olivetone. HEX triplet: 70, 6D and 0D. RGB value is (112,109,13). Sum of RGB (Red+Green+Blue) = 112+109+13=234 (30% of max value = 765). Red value is 112 (44.14% from 255 or 47.86% from 234); Green value is 109 (42.97% from 255 or 46.58% from 234); Blue value is 13 (5.47% from 255 or 5.56% from 234); Max value from RGB is 112 - color contains mainly: red. Hex color #706D0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706D0D is #8F92F2. Grayscale: #636363. Windows color (decimal): -9409267 or 879984. OLE color: 879984.
HSL color Cylindrical-coordinate representation of color #706D0D: hue angle of 58.18º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #706D0D is Cyan = 0, Magento = 0.03, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 109 | 13 | - |
| CMYK | 0 | 0.03 | 0.88 | 0.56 |
| HSL | 58.18º | 0.79% | 0.25% | - |
| HSV(B) | 58.18º | 0.88% | 0.44% | - |
| XYZ | 12.22 | 14.41 | 2.52 | - |
| YUV | 98.95 | 79.49 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 109 | 13 | 0 | 0.03 | 0.88 | 0.56 | 58.18 | 0.79 | 0.25 |
| Hex | 70 | 6D | D | 0 | 3 | 58 | 38 | 3A | 4F | 19 |
| Octal | 160 | 155 | 15 | 0 | 3 | 130 | 70 | 72 | 117 | 31 |
| Binary | 1110000 | 1101101 | 1101 | 0 | 11 | 1011000 | 111000 | 111010 | 1001111 | 11001 |
Color Harmonies of #706D0D
Complementary color
Monochromatic Colors of #706D0D
Black with #706D0D
Text Example
Text Example
White with #706D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706D0D; }
p { color: rgb(112,109,13); }
H1.HeaderClassName
{
color: #706D0D;
}
.AnyTagClassName
{
color: #706D0D;
}
</style>
background-color css
<style>
a { background-color: #706D0D; }
a { background-color: rgb(112,109,13); }
div.DivClassName
{
background-color: #706D0D;
}
.BgClassName
{
background-color: #706D0D;
}
</style>
border-color css
<style>
span { border-color: #706D0D; }
span { border-color: rgb(112,109,13); }
td.TdClassName
{
border-color: #706D0D;
}
.TagClassName
{
border-color: #706D0D;
}
</style>