Shades of Olivetone #707426
Tints of Olivetone #707426
RGB
CMYK
RGB Variations
Color information
#707426 (or 0x707426) is known color: Olivetone. HEX triplet: 70, 74 and 26. RGB value is (112,116,38). Sum of RGB (Red+Green+Blue) = 112+116+38=266 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.11% from 266); Green value is 116 (45.70% from 255 or 43.61% from 266); Blue value is 38 (15.23% from 255 or 14.29% from 266); Max value from RGB is 116 - color contains mainly: green. Hex color #707426 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707426 is #8F8BD9. Grayscale: #6A6A6A. Windows color (decimal): -9407450 or 2520176. OLE color: 2520176.
HSL color Cylindrical-coordinate representation of color #707426: hue angle of 63.08º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #707426 is Cyan = 0.03, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 112 | 116 | 38 | - |
| CMYK | 0.03 | 0 | 0.67 | 0.55 |
| HSL | 63.08º | 0.51% | 0.3% | - |
| HSV(B) | 63.08º | 0.67% | 0.45% | - |
| XYZ | 13.28 | 16.08 | 4.24 | - |
| YUV | 105.91 | 89.67 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 116 | 38 | 0.03 | 0 | 0.67 | 0.55 | 63.08 | 0.51 | 0.3 |
| Hex | 70 | 74 | 26 | 3 | 0 | 43 | 37 | 3F | 33 | 1E |
| Octal | 160 | 164 | 46 | 3 | 0 | 103 | 67 | 77 | 63 | 36 |
| Binary | 1110000 | 1110100 | 100110 | 11 | 0 | 1000011 | 110111 | 111111 | 110011 | 11110 |
Color Harmonies of #707426
Complementary color
Monochromatic Colors of #707426
Black with #707426
Text Example
Text Example
White with #707426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707426; }
p { color: rgb(112,116,38); }
H1.HeaderClassName
{
color: #707426;
}
.AnyTagClassName
{
color: #707426;
}
</style>
background-color css
<style>
a { background-color: #707426; }
a { background-color: rgb(112,116,38); }
div.DivClassName
{
background-color: #707426;
}
.BgClassName
{
background-color: #707426;
}
</style>
border-color css
<style>
span { border-color: #707426; }
span { border-color: rgb(112,116,38); }
td.TdClassName
{
border-color: #707426;
}
.TagClassName
{
border-color: #707426;
}
</style>