Shades of Olivetone #707122
Tints of Olivetone #707122
RGB
CMYK
RGB Variations
Color information
#707122 (or 0x707122) is known color: Olivetone. HEX triplet: 70, 71 and 22. RGB value is (112,113,34). Sum of RGB (Red+Green+Blue) = 112+113+34=259 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.24% from 259); Green value is 113 (44.53% from 255 or 43.63% from 259); Blue value is 34 (13.67% from 255 or 13.13% from 259); Max value from RGB is 113 - color contains mainly: green. Hex color #707122 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707122 is #8F8EDD. Grayscale: #686868. Windows color (decimal): -9408222 or 2257264. OLE color: 2257264.
HSL color Cylindrical-coordinate representation of color #707122: hue angle of 60.76º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #707122 is Cyan = 0.01, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 113 | 34 | - |
| CMYK | 0.01 | 0 | 0.70 | 0.56 |
| HSL | 60.76º | 0.54% | 0.29% | - |
| HSV(B) | 60.76º | 0.7% | 0.44% | - |
| XYZ | 12.88 | 15.37 | 3.8 | - |
| YUV | 103.7 | 88.67 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 113 | 34 | 0.01 | 0 | 0.70 | 0.56 | 60.76 | 0.54 | 0.29 |
| Hex | 70 | 71 | 22 | 1 | 0 | 46 | 38 | 3D | 36 | 1D |
| Octal | 160 | 161 | 42 | 1 | 0 | 106 | 70 | 75 | 66 | 35 |
| Binary | 1110000 | 1110001 | 100010 | 1 | 0 | 1000110 | 111000 | 111101 | 110110 | 11101 |
Color Harmonies of #707122
Complementary color
Monochromatic Colors of #707122
Black with #707122
Text Example
Text Example
White with #707122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707122; }
p { color: rgb(112,113,34); }
H1.HeaderClassName
{
color: #707122;
}
.AnyTagClassName
{
color: #707122;
}
</style>
background-color css
<style>
a { background-color: #707122; }
a { background-color: rgb(112,113,34); }
div.DivClassName
{
background-color: #707122;
}
.BgClassName
{
background-color: #707122;
}
</style>
border-color css
<style>
span { border-color: #707122; }
span { border-color: rgb(112,113,34); }
td.TdClassName
{
border-color: #707122;
}
.TagClassName
{
border-color: #707122;
}
</style>