Shades of Olivetone #706523
Tints of Olivetone #706523
RGB
CMYK
RGB Variations
Color information
#706523 (or 0x706523) is known color: Olivetone. HEX triplet: 70, 65 and 23. RGB value is (112,101,35). Sum of RGB (Red+Green+Blue) = 112+101+35=248 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.16% from 248); Green value is 101 (39.84% from 255 or 40.73% from 248); Blue value is 35 (14.06% from 255 or 14.11% from 248); Max value from RGB is 112 - color contains mainly: red. Hex color #706523 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706523 is #8F9ADC. Grayscale: #616161. Windows color (decimal): -9411293 or 2319728. OLE color: 2319728.
HSL color Cylindrical-coordinate representation of color #706523: hue angle of 51.43º 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 #706523 is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 101 | 35 | - |
| CMYK | 0 | 0.10 | 0.69 | 0.56 |
| HSL | 51.43º | 0.52% | 0.29% | - |
| HSV(B) | 51.43º | 0.69% | 0.44% | - |
| XYZ | 11.64 | 12.87 | 3.46 | - |
| YUV | 96.77 | 93.14 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 101 | 35 | 0 | 0.10 | 0.69 | 0.56 | 51.43 | 0.52 | 0.29 |
| Hex | 70 | 65 | 23 | 0 | A | 45 | 38 | 33 | 34 | 1D |
| Octal | 160 | 145 | 43 | 0 | 12 | 105 | 70 | 63 | 64 | 35 |
| Binary | 1110000 | 1100101 | 100011 | 0 | 1010 | 1000101 | 111000 | 110011 | 110100 | 11101 |
Color Harmonies of #706523
Complementary color
Monochromatic Colors of #706523
Black with #706523
Text Example
Text Example
White with #706523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706523; }
p { color: rgb(112,101,35); }
H1.HeaderClassName
{
color: #706523;
}
.AnyTagClassName
{
color: #706523;
}
</style>
background-color css
<style>
a { background-color: #706523; }
a { background-color: rgb(112,101,35); }
div.DivClassName
{
background-color: #706523;
}
.BgClassName
{
background-color: #706523;
}
</style>
border-color css
<style>
span { border-color: #706523; }
span { border-color: rgb(112,101,35); }
td.TdClassName
{
border-color: #706523;
}
.TagClassName
{
border-color: #706523;
}
</style>