Shades of Olivetone #707128
Tints of Olivetone #707128
RGB
CMYK
RGB Variations
Color information
#707128 (or 0x707128) is known color: Olivetone. HEX triplet: 70, 71 and 28. RGB value is (112,113,40). Sum of RGB (Red+Green+Blue) = 112+113+40=265 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.26% from 265); Green value is 113 (44.53% from 255 or 42.64% from 265); Blue value is 40 (16.02% from 255 or 15.09% from 265); Max value from RGB is 113 - color contains mainly: green. Hex color #707128 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707128 is #8F8ED7. Grayscale: #686868. Windows color (decimal): -9408216 or 2650480. OLE color: 2650480.
HSL color Cylindrical-coordinate representation of color #707128: hue angle of 60.82º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #707128 is Cyan = 0.01, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 113 | 40 | - |
| CMYK | 0.01 | 0 | 0.65 | 0.56 |
| HSL | 60.82º | 0.48% | 0.3% | - |
| HSV(B) | 60.82º | 0.65% | 0.44% | - |
| XYZ | 12.97 | 15.41 | 4.3 | - |
| YUV | 104.38 | 91.67 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 113 | 40 | 0.01 | 0 | 0.65 | 0.56 | 60.82 | 0.48 | 0.3 |
| Hex | 70 | 71 | 28 | 1 | 0 | 41 | 38 | 3D | 30 | 1E |
| Octal | 160 | 161 | 50 | 1 | 0 | 101 | 70 | 75 | 60 | 36 |
| Binary | 1110000 | 1110001 | 101000 | 1 | 0 | 1000001 | 111000 | 111101 | 110000 | 11110 |
Color Harmonies of #707128
Complementary color
Monochromatic Colors of #707128
Black with #707128
Text Example
Text Example
White with #707128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707128; }
p { color: rgb(112,113,40); }
H1.HeaderClassName
{
color: #707128;
}
.AnyTagClassName
{
color: #707128;
}
</style>
background-color css
<style>
a { background-color: #707128; }
a { background-color: rgb(112,113,40); }
div.DivClassName
{
background-color: #707128;
}
.BgClassName
{
background-color: #707128;
}
</style>
border-color css
<style>
span { border-color: #707128; }
span { border-color: rgb(112,113,40); }
td.TdClassName
{
border-color: #707128;
}
.TagClassName
{
border-color: #707128;
}
</style>