Shades of Olivetone #707134
Tints of Olivetone #707134
RGB
CMYK
RGB Variations
Color information
#707134 (or 0x707134) is known color: Olivetone. HEX triplet: 70, 71 and 34. RGB value is (112,113,52). Sum of RGB (Red+Green+Blue) = 112+113+52=277 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.43% from 277); Green value is 113 (44.53% from 255 or 40.79% from 277); Blue value is 52 (20.70% from 255 or 18.77% from 277); Max value from RGB is 113 - color contains mainly: green. Hex color #707134 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707134 is #8F8ECB. Grayscale: #696969. Windows color (decimal): -9408204 or 3436912. OLE color: 3436912.
HSL color Cylindrical-coordinate representation of color #707134: hue angle of 60.98º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #707134 is Cyan = 0.01, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 113 | 52 | - |
| CMYK | 0.01 | 0 | 0.54 | 0.56 |
| HSL | 60.98º | 0.37% | 0.32% | - |
| HSV(B) | 60.98º | 0.54% | 0.44% | - |
| XYZ | 13.21 | 15.5 | 5.55 | - |
| YUV | 105.75 | 97.67 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 113 | 52 | 0.01 | 0 | 0.54 | 0.56 | 60.98 | 0.37 | 0.32 |
| Hex | 70 | 71 | 34 | 1 | 0 | 36 | 38 | 3D | 25 | 20 |
| Octal | 160 | 161 | 64 | 1 | 0 | 66 | 70 | 75 | 45 | 40 |
| Binary | 1110000 | 1110001 | 110100 | 1 | 0 | 110110 | 111000 | 111101 | 100101 | 100000 |
Color Harmonies of #707134
Complementary color
Monochromatic Colors of #707134
Black with #707134
Text Example
Text Example
White with #707134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707134; }
p { color: rgb(112,113,52); }
H1.HeaderClassName
{
color: #707134;
}
.AnyTagClassName
{
color: #707134;
}
</style>
background-color css
<style>
a { background-color: #707134; }
a { background-color: rgb(112,113,52); }
div.DivClassName
{
background-color: #707134;
}
.BgClassName
{
background-color: #707134;
}
</style>
border-color css
<style>
span { border-color: #707134; }
span { border-color: rgb(112,113,52); }
td.TdClassName
{
border-color: #707134;
}
.TagClassName
{
border-color: #707134;
}
</style>