Shades of Olivetone #706B2D
Tints of Olivetone #706B2D
RGB
CMYK
RGB Variations
Color information
#706B2D (or 0x706B2D) is known color: Olivetone. HEX triplet: 70, 6B and 2D. RGB value is (112,107,45). Sum of RGB (Red+Green+Blue) = 112+107+45=264 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.42% from 264); Green value is 107 (42.19% from 255 or 40.53% from 264); Blue value is 45 (17.97% from 255 or 17.05% from 264); Max value from RGB is 112 - color contains mainly: red. Hex color #706B2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706B2D is #8F94D2. Grayscale: #656565. Windows color (decimal): -9409747 or 2976624. OLE color: 2976624.
HSL color Cylindrical-coordinate representation of color #706B2D: hue angle of 55.52º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #706B2D is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 107 | 45 | - |
| CMYK | 0 | 0.04 | 0.60 | 0.56 |
| HSL | 55.52º | 0.43% | 0.31% | - |
| HSV(B) | 55.52º | 0.6% | 0.44% | - |
| XYZ | 12.41 | 14.15 | 4.56 | - |
| YUV | 101.43 | 96.16 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 107 | 45 | 0 | 0.04 | 0.60 | 0.56 | 55.52 | 0.43 | 0.31 |
| Hex | 70 | 6B | 2D | 0 | 4 | 3C | 38 | 38 | 2B | 1F |
| Octal | 160 | 153 | 55 | 0 | 4 | 74 | 70 | 70 | 53 | 37 |
| Binary | 1110000 | 1101011 | 101101 | 0 | 100 | 111100 | 111000 | 111000 | 101011 | 11111 |
Color Harmonies of #706B2D
Complementary color
Monochromatic Colors of #706B2D
Black with #706B2D
Text Example
Text Example
White with #706B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706B2D; }
p { color: rgb(112,107,45); }
H1.HeaderClassName
{
color: #706B2D;
}
.AnyTagClassName
{
color: #706B2D;
}
</style>
background-color css
<style>
a { background-color: #706B2D; }
a { background-color: rgb(112,107,45); }
div.DivClassName
{
background-color: #706B2D;
}
.BgClassName
{
background-color: #706B2D;
}
</style>
border-color css
<style>
span { border-color: #706B2D; }
span { border-color: rgb(112,107,45); }
td.TdClassName
{
border-color: #706B2D;
}
.TagClassName
{
border-color: #706B2D;
}
</style>