Shades of Olivetone #707132
Tints of Olivetone #707132
RGB
CMYK
RGB Variations
Color information
#707132 (or 0x707132) is known color: Olivetone. HEX triplet: 70, 71 and 32. RGB value is (112,113,50). Sum of RGB (Red+Green+Blue) = 112+113+50=275 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.73% from 275); Green value is 113 (44.53% from 255 or 41.09% from 275); Blue value is 50 (19.92% from 255 or 18.18% from 275); Max value from RGB is 113 - color contains mainly: green. Hex color #707132 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707132 is #8F8ECD. Grayscale: #696969. Windows color (decimal): -9408206 or 3305840. OLE color: 3305840.
HSL color Cylindrical-coordinate representation of color #707132: hue angle of 60.95º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #707132 is Cyan = 0.01, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 113 | 50 | - |
| CMYK | 0.01 | 0 | 0.56 | 0.56 |
| HSL | 60.95º | 0.39% | 0.32% | - |
| HSV(B) | 60.95º | 0.56% | 0.44% | - |
| XYZ | 13.16 | 15.49 | 5.31 | - |
| YUV | 105.52 | 96.67 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 113 | 50 | 0.01 | 0 | 0.56 | 0.56 | 60.95 | 0.39 | 0.32 |
| Hex | 70 | 71 | 32 | 1 | 0 | 38 | 38 | 3D | 27 | 20 |
| Octal | 160 | 161 | 62 | 1 | 0 | 70 | 70 | 75 | 47 | 40 |
| Binary | 1110000 | 1110001 | 110010 | 1 | 0 | 111000 | 111000 | 111101 | 100111 | 100000 |
Color Harmonies of #707132
Complementary color
Monochromatic Colors of #707132
Black with #707132
Text Example
Text Example
White with #707132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707132; }
p { color: rgb(112,113,50); }
H1.HeaderClassName
{
color: #707132;
}
.AnyTagClassName
{
color: #707132;
}
</style>
background-color css
<style>
a { background-color: #707132; }
a { background-color: rgb(112,113,50); }
div.DivClassName
{
background-color: #707132;
}
.BgClassName
{
background-color: #707132;
}
</style>
border-color css
<style>
span { border-color: #707132; }
span { border-color: rgb(112,113,50); }
td.TdClassName
{
border-color: #707132;
}
.TagClassName
{
border-color: #707132;
}
</style>