Shades of Olivetone #706B23
Tints of Olivetone #706B23
RGB
CMYK
RGB Variations
Color information
#706B23 (or 0x706B23) is known color: Olivetone. HEX triplet: 70, 6B and 23. RGB value is (112,107,35). Sum of RGB (Red+Green+Blue) = 112+107+35=254 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.09% from 254); Green value is 107 (42.19% from 255 or 42.13% from 254); Blue value is 35 (14.06% from 255 or 13.78% from 254); Max value from RGB is 112 - color contains mainly: red. Hex color #706B23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706B23 is #8F94DC. Grayscale: #646464. Windows color (decimal): -9409757 or 2321264. OLE color: 2321264.
HSL color Cylindrical-coordinate representation of color #706B23: hue angle of 56.1º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #706B23 is Cyan = 0, Magento = 0.04, Yellow = 0.69 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 107 | 35 | - |
| CMYK | 0 | 0.04 | 0.69 | 0.56 |
| HSL | 56.1º | 0.52% | 0.29% | - |
| HSV(B) | 56.1º | 0.69% | 0.44% | - |
| XYZ | 12.24 | 14.08 | 3.66 | - |
| YUV | 100.29 | 91.16 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 107 | 35 | 0 | 0.04 | 0.69 | 0.56 | 56.1 | 0.52 | 0.29 |
| Hex | 70 | 6B | 23 | 0 | 4 | 45 | 38 | 38 | 34 | 1D |
| Octal | 160 | 153 | 43 | 0 | 4 | 105 | 70 | 70 | 64 | 35 |
| Binary | 1110000 | 1101011 | 100011 | 0 | 100 | 1000101 | 111000 | 111000 | 110100 | 11101 |
Color Harmonies of #706B23
Complementary color
Monochromatic Colors of #706B23
Black with #706B23
Text Example
Text Example
White with #706B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706B23; }
p { color: rgb(112,107,35); }
H1.HeaderClassName
{
color: #706B23;
}
.AnyTagClassName
{
color: #706B23;
}
</style>
background-color css
<style>
a { background-color: #706B23; }
a { background-color: rgb(112,107,35); }
div.DivClassName
{
background-color: #706B23;
}
.BgClassName
{
background-color: #706B23;
}
</style>
border-color css
<style>
span { border-color: #706B23; }
span { border-color: rgb(112,107,35); }
td.TdClassName
{
border-color: #706B23;
}
.TagClassName
{
border-color: #706B23;
}
</style>