Shades of Olivetone #707428
Tints of Olivetone #707428
RGB
CMYK
RGB Variations
Color information
#707428 (or 0x707428) is known color: Olivetone. HEX triplet: 70, 74 and 28. RGB value is (112,116,40). Sum of RGB (Red+Green+Blue) = 112+116+40=268 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.79% from 268); Green value is 116 (45.70% from 255 or 43.28% from 268); Blue value is 40 (16.02% from 255 or 14.93% from 268); Max value from RGB is 116 - color contains mainly: green. Hex color #707428 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707428 is #8F8BD7. Grayscale: #6A6A6A. Windows color (decimal): -9407448 or 2651248. OLE color: 2651248.
HSL color Cylindrical-coordinate representation of color #707428: hue angle of 63.16º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #707428 is Cyan = 0.03, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 112 | 116 | 40 | - |
| CMYK | 0.03 | 0 | 0.66 | 0.55 |
| HSL | 63.16º | 0.49% | 0.31% | - |
| HSV(B) | 63.16º | 0.66% | 0.45% | - |
| XYZ | 13.31 | 16.09 | 4.41 | - |
| YUV | 106.14 | 90.67 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 116 | 40 | 0.03 | 0 | 0.66 | 0.55 | 63.16 | 0.49 | 0.31 |
| Hex | 70 | 74 | 28 | 3 | 0 | 42 | 37 | 3F | 31 | 1F |
| Octal | 160 | 164 | 50 | 3 | 0 | 102 | 67 | 77 | 61 | 37 |
| Binary | 1110000 | 1110100 | 101000 | 11 | 0 | 1000010 | 110111 | 111111 | 110001 | 11111 |
Color Harmonies of #707428
Complementary color
Monochromatic Colors of #707428
Black with #707428
Text Example
Text Example
White with #707428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707428; }
p { color: rgb(112,116,40); }
H1.HeaderClassName
{
color: #707428;
}
.AnyTagClassName
{
color: #707428;
}
</style>
background-color css
<style>
a { background-color: #707428; }
a { background-color: rgb(112,116,40); }
div.DivClassName
{
background-color: #707428;
}
.BgClassName
{
background-color: #707428;
}
</style>
border-color css
<style>
span { border-color: #707428; }
span { border-color: rgb(112,116,40); }
td.TdClassName
{
border-color: #707428;
}
.TagClassName
{
border-color: #707428;
}
</style>