Shades of Olivetone #707126
Tints of Olivetone #707126
RGB
CMYK
RGB Variations
Color information
#707126 (or 0x707126) is known color: Olivetone. HEX triplet: 70, 71 and 26. RGB value is (112,113,38). Sum of RGB (Red+Green+Blue) = 112+113+38=263 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.59% from 263); Green value is 113 (44.53% from 255 or 42.97% from 263); Blue value is 38 (15.23% from 255 or 14.45% from 263); Max value from RGB is 113 - color contains mainly: green. Hex color #707126 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707126 is #8F8ED9. Grayscale: #686868. Windows color (decimal): -9408218 or 2519408. OLE color: 2519408.
HSL color Cylindrical-coordinate representation of color #707126: hue angle of 60.8º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #707126 is Cyan = 0.01, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 113 | 38 | - |
| CMYK | 0.01 | 0 | 0.66 | 0.56 |
| HSL | 60.8º | 0.5% | 0.3% | - |
| HSV(B) | 60.8º | 0.66% | 0.44% | - |
| XYZ | 12.94 | 15.39 | 4.12 | - |
| YUV | 104.15 | 90.67 | 133.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 113 | 38 | 0.01 | 0 | 0.66 | 0.56 | 60.8 | 0.5 | 0.3 |
| Hex | 70 | 71 | 26 | 1 | 0 | 42 | 38 | 3D | 32 | 1E |
| Octal | 160 | 161 | 46 | 1 | 0 | 102 | 70 | 75 | 62 | 36 |
| Binary | 1110000 | 1110001 | 100110 | 1 | 0 | 1000010 | 111000 | 111101 | 110010 | 11110 |
Color Harmonies of #707126
Complementary color
Monochromatic Colors of #707126
Black with #707126
Text Example
Text Example
White with #707126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707126; }
p { color: rgb(112,113,38); }
H1.HeaderClassName
{
color: #707126;
}
.AnyTagClassName
{
color: #707126;
}
</style>
background-color css
<style>
a { background-color: #707126; }
a { background-color: rgb(112,113,38); }
div.DivClassName
{
background-color: #707126;
}
.BgClassName
{
background-color: #707126;
}
</style>
border-color css
<style>
span { border-color: #707126; }
span { border-color: rgb(112,113,38); }
td.TdClassName
{
border-color: #707126;
}
.TagClassName
{
border-color: #707126;
}
</style>