Shades of Olivetone #707129
Tints of Olivetone #707129
RGB
CMYK
RGB Variations
Color information
#707129 (or 0x707129) is known color: Olivetone. HEX triplet: 70, 71 and 29. RGB value is (112,113,41). Sum of RGB (Red+Green+Blue) = 112+113+41=266 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.11% from 266); Green value is 113 (44.53% from 255 or 42.48% from 266); Blue value is 41 (16.41% from 255 or 15.41% from 266); Max value from RGB is 113 - color contains mainly: green. Hex color #707129 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707129 is #8F8ED6. Grayscale: #686868. Windows color (decimal): -9408215 or 2716016. OLE color: 2716016.
HSL color Cylindrical-coordinate representation of color #707129: hue angle of 60.83º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #707129 is Cyan = 0.01, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 113 | 41 | - |
| CMYK | 0.01 | 0 | 0.64 | 0.56 |
| HSL | 60.83º | 0.47% | 0.3% | - |
| HSV(B) | 60.83º | 0.64% | 0.44% | - |
| XYZ | 12.99 | 15.42 | 4.39 | - |
| YUV | 104.49 | 92.17 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 113 | 41 | 0.01 | 0 | 0.64 | 0.56 | 60.83 | 0.47 | 0.3 |
| Hex | 70 | 71 | 29 | 1 | 0 | 40 | 38 | 3D | 2F | 1E |
| Octal | 160 | 161 | 51 | 1 | 0 | 100 | 70 | 75 | 57 | 36 |
| Binary | 1110000 | 1110001 | 101001 | 1 | 0 | 1000000 | 111000 | 111101 | 101111 | 11110 |
Color Harmonies of #707129
Complementary color
Monochromatic Colors of #707129
Black with #707129
Text Example
Text Example
White with #707129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707129; }
p { color: rgb(112,113,41); }
H1.HeaderClassName
{
color: #707129;
}
.AnyTagClassName
{
color: #707129;
}
</style>
background-color css
<style>
a { background-color: #707129; }
a { background-color: rgb(112,113,41); }
div.DivClassName
{
background-color: #707129;
}
.BgClassName
{
background-color: #707129;
}
</style>
border-color css
<style>
span { border-color: #707129; }
span { border-color: rgb(112,113,41); }
td.TdClassName
{
border-color: #707129;
}
.TagClassName
{
border-color: #707129;
}
</style>