Shades of Olivetone #706B2F
Tints of Olivetone #706B2F
RGB
CMYK
RGB Variations
Color information
#706B2F (or 0x706B2F) is known color: Olivetone. HEX triplet: 70, 6B and 2F. RGB value is (112,107,47). Sum of RGB (Red+Green+Blue) = 112+107+47=266 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.11% from 266); Green value is 107 (42.19% from 255 or 40.23% from 266); Blue value is 47 (18.75% from 255 or 17.67% from 266); Max value from RGB is 112 - color contains mainly: red. Hex color #706B2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706B2F is #8F94D0. Grayscale: #656565. Windows color (decimal): -9409745 or 3107696. OLE color: 3107696.
HSL color Cylindrical-coordinate representation of color #706B2F: hue angle of 55.38º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #706B2F is Cyan = 0, Magento = 0.04, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 107 | 47 | - |
| CMYK | 0 | 0.04 | 0.58 | 0.56 |
| HSL | 55.38º | 0.41% | 0.31% | - |
| HSV(B) | 55.38º | 0.58% | 0.44% | - |
| XYZ | 12.45 | 14.17 | 4.77 | - |
| YUV | 101.66 | 97.16 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 107 | 47 | 0 | 0.04 | 0.58 | 0.56 | 55.38 | 0.41 | 0.31 |
| Hex | 70 | 6B | 2F | 0 | 4 | 3A | 38 | 37 | 29 | 1F |
| Octal | 160 | 153 | 57 | 0 | 4 | 72 | 70 | 67 | 51 | 37 |
| Binary | 1110000 | 1101011 | 101111 | 0 | 100 | 111010 | 111000 | 110111 | 101001 | 11111 |
Color Harmonies of #706B2F
Complementary color
Monochromatic Colors of #706B2F
Black with #706B2F
Text Example
Text Example
White with #706B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706B2F; }
p { color: rgb(112,107,47); }
H1.HeaderClassName
{
color: #706B2F;
}
.AnyTagClassName
{
color: #706B2F;
}
</style>
background-color css
<style>
a { background-color: #706B2F; }
a { background-color: rgb(112,107,47); }
div.DivClassName
{
background-color: #706B2F;
}
.BgClassName
{
background-color: #706B2F;
}
</style>
border-color css
<style>
span { border-color: #706B2F; }
span { border-color: rgb(112,107,47); }
td.TdClassName
{
border-color: #706B2F;
}
.TagClassName
{
border-color: #706B2F;
}
</style>