Shades of Olivetone #706F23
Tints of Olivetone #706F23
RGB
CMYK
RGB Variations
Color information
#706F23 (or 0x706F23) is known color: Olivetone. HEX triplet: 70, 6F and 23. RGB value is (112,111,35). Sum of RGB (Red+Green+Blue) = 112+111+35=258 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.41% from 258); Green value is 111 (43.75% from 255 or 43.02% from 258); Blue value is 35 (14.06% from 255 or 13.57% from 258); Max value from RGB is 112 - color contains mainly: red. Hex color #706F23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706F23 is #8F90DC. Grayscale: #666666. Windows color (decimal): -9408733 or 2322288. OLE color: 2322288.
HSL color Cylindrical-coordinate representation of color #706F23: hue angle of 59.22º 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 #706F23 is Cyan = 0, Magento = 0.01, Yellow = 0.69 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 111 | 35 | - |
| CMYK | 0 | 0.01 | 0.69 | 0.56 |
| HSL | 59.22º | 0.52% | 0.29% | - |
| HSV(B) | 59.22º | 0.69% | 0.44% | - |
| XYZ | 12.67 | 14.93 | 3.81 | - |
| YUV | 102.64 | 89.83 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 111 | 35 | 0 | 0.01 | 0.69 | 0.56 | 59.22 | 0.52 | 0.29 |
| Hex | 70 | 6F | 23 | 0 | 1 | 45 | 38 | 3B | 34 | 1D |
| Octal | 160 | 157 | 43 | 0 | 1 | 105 | 70 | 73 | 64 | 35 |
| Binary | 1110000 | 1101111 | 100011 | 0 | 1 | 1000101 | 111000 | 111011 | 110100 | 11101 |
Color Harmonies of #706F23
Complementary color
Monochromatic Colors of #706F23
Black with #706F23
Text Example
Text Example
White with #706F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706F23; }
p { color: rgb(112,111,35); }
H1.HeaderClassName
{
color: #706F23;
}
.AnyTagClassName
{
color: #706F23;
}
</style>
background-color css
<style>
a { background-color: #706F23; }
a { background-color: rgb(112,111,35); }
div.DivClassName
{
background-color: #706F23;
}
.BgClassName
{
background-color: #706F23;
}
</style>
border-color css
<style>
span { border-color: #706F23; }
span { border-color: rgb(112,111,35); }
td.TdClassName
{
border-color: #706F23;
}
.TagClassName
{
border-color: #706F23;
}
</style>