Shades of Olivetone #706B0F
Tints of Olivetone #706B0F
RGB
CMYK
RGB Variations
Color information
#706B0F (or 0x706B0F) is known color: Olivetone. HEX triplet: 70, 6B and 0F. RGB value is (112,107,15). Sum of RGB (Red+Green+Blue) = 112+107+15=234 (30% of max value = 765). Red value is 112 (44.14% from 255 or 47.86% from 234); Green value is 107 (42.19% from 255 or 45.73% from 234); Blue value is 15 (6.25% from 255 or 6.41% from 234); Max value from RGB is 112 - color contains mainly: red. Hex color #706B0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706B0F is #8F94F0. Grayscale: #626262. Windows color (decimal): -9409777 or 1010544. OLE color: 1010544.
HSL color Cylindrical-coordinate representation of color #706B0F: hue angle of 56.91º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #706B0F is Cyan = 0, Magento = 0.04, Yellow = 0.87 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 107 | 15 | - |
| CMYK | 0 | 0.04 | 0.87 | 0.56 |
| HSL | 56.91º | 0.76% | 0.25% | - |
| HSV(B) | 56.91º | 0.87% | 0.44% | - |
| XYZ | 12.03 | 13.99 | 2.52 | - |
| YUV | 98.01 | 81.16 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 107 | 15 | 0 | 0.04 | 0.87 | 0.56 | 56.91 | 0.76 | 0.25 |
| Hex | 70 | 6B | F | 0 | 4 | 57 | 38 | 39 | 4C | 19 |
| Octal | 160 | 153 | 17 | 0 | 4 | 127 | 70 | 71 | 114 | 31 |
| Binary | 1110000 | 1101011 | 1111 | 0 | 100 | 1010111 | 111000 | 111001 | 1001100 | 11001 |
Color Harmonies of #706B0F
Complementary color
Monochromatic Colors of #706B0F
Black with #706B0F
Text Example
Text Example
White with #706B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706B0F; }
p { color: rgb(112,107,15); }
H1.HeaderClassName
{
color: #706B0F;
}
.AnyTagClassName
{
color: #706B0F;
}
</style>
background-color css
<style>
a { background-color: #706B0F; }
a { background-color: rgb(112,107,15); }
div.DivClassName
{
background-color: #706B0F;
}
.BgClassName
{
background-color: #706B0F;
}
</style>
border-color css
<style>
span { border-color: #706B0F; }
span { border-color: rgb(112,107,15); }
td.TdClassName
{
border-color: #706B0F;
}
.TagClassName
{
border-color: #706B0F;
}
</style>