Shades of Olivetone #707120
Tints of Olivetone #707120
RGB
CMYK
RGB Variations
Color information
#707120 (or 0x707120) is known color: Olivetone. HEX triplet: 70, 71 and 20. RGB value is (112,113,32). Sum of RGB (Red+Green+Blue) = 112+113+32=257 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.58% from 257); Green value is 113 (44.53% from 255 or 43.97% from 257); Blue value is 32 (12.89% from 255 or 12.45% from 257); Max value from RGB is 113 - color contains mainly: green. Hex color #707120 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707120 is #8F8EDF. Grayscale: #676767. Windows color (decimal): -9408224 or 2126192. OLE color: 2126192.
HSL color Cylindrical-coordinate representation of color #707120: hue angle of 60.74º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #707120 is Cyan = 0.01, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 113 | 32 | - |
| CMYK | 0.01 | 0 | 0.72 | 0.56 |
| HSL | 60.74º | 0.56% | 0.28% | - |
| HSV(B) | 60.74º | 0.72% | 0.44% | - |
| XYZ | 12.85 | 15.36 | 3.65 | - |
| YUV | 103.47 | 87.67 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 113 | 32 | 0.01 | 0 | 0.72 | 0.56 | 60.74 | 0.56 | 0.28 |
| Hex | 70 | 71 | 20 | 1 | 0 | 48 | 38 | 3D | 38 | 1C |
| Octal | 160 | 161 | 40 | 1 | 0 | 110 | 70 | 75 | 70 | 34 |
| Binary | 1110000 | 1110001 | 100000 | 1 | 0 | 1001000 | 111000 | 111101 | 111000 | 11100 |
Color Harmonies of #707120
Complementary color
Monochromatic Colors of #707120
Black with #707120
Text Example
Text Example
White with #707120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707120; }
p { color: rgb(112,113,32); }
H1.HeaderClassName
{
color: #707120;
}
.AnyTagClassName
{
color: #707120;
}
</style>
background-color css
<style>
a { background-color: #707120; }
a { background-color: rgb(112,113,32); }
div.DivClassName
{
background-color: #707120;
}
.BgClassName
{
background-color: #707120;
}
</style>
border-color css
<style>
span { border-color: #707120; }
span { border-color: rgb(112,113,32); }
td.TdClassName
{
border-color: #707120;
}
.TagClassName
{
border-color: #707120;
}
</style>