Shades of Olivetone #706D23
Tints of Olivetone #706D23
RGB
CMYK
RGB Variations
Color information
#706D23 (or 0x706D23) is known color: Olivetone. HEX triplet: 70, 6D and 23. RGB value is (112,109,35). Sum of RGB (Red+Green+Blue) = 112+109+35=256 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.75% from 256); Green value is 109 (42.97% from 255 or 42.58% from 256); Blue value is 35 (14.06% from 255 or 13.67% from 256); Max value from RGB is 112 - color contains mainly: red. Hex color #706D23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706D23 is #8F92DC. Grayscale: #656565. Windows color (decimal): -9409245 or 2321776. OLE color: 2321776.
HSL color Cylindrical-coordinate representation of color #706D23: hue angle of 57.66º 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 #706D23 is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 109 | 35 | - |
| CMYK | 0 | 0.03 | 0.69 | 0.56 |
| HSL | 57.66º | 0.52% | 0.29% | - |
| HSV(B) | 57.66º | 0.69% | 0.44% | - |
| XYZ | 12.45 | 14.5 | 3.73 | - |
| YUV | 101.46 | 90.49 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 109 | 35 | 0 | 0.03 | 0.69 | 0.56 | 57.66 | 0.52 | 0.29 |
| Hex | 70 | 6D | 23 | 0 | 3 | 45 | 38 | 3A | 34 | 1D |
| Octal | 160 | 155 | 43 | 0 | 3 | 105 | 70 | 72 | 64 | 35 |
| Binary | 1110000 | 1101101 | 100011 | 0 | 11 | 1000101 | 111000 | 111010 | 110100 | 11101 |
Color Harmonies of #706D23
Complementary color
Monochromatic Colors of #706D23
Black with #706D23
Text Example
Text Example
White with #706D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706D23; }
p { color: rgb(112,109,35); }
H1.HeaderClassName
{
color: #706D23;
}
.AnyTagClassName
{
color: #706D23;
}
</style>
background-color css
<style>
a { background-color: #706D23; }
a { background-color: rgb(112,109,35); }
div.DivClassName
{
background-color: #706D23;
}
.BgClassName
{
background-color: #706D23;
}
</style>
border-color css
<style>
span { border-color: #706D23; }
span { border-color: rgb(112,109,35); }
td.TdClassName
{
border-color: #706D23;
}
.TagClassName
{
border-color: #706D23;
}
</style>