Shades of Olivetone #707124
Tints of Olivetone #707124
RGB
CMYK
RGB Variations
Color information
#707124 (or 0x707124) is known color: Olivetone. HEX triplet: 70, 71 and 24. RGB value is (112,113,36). Sum of RGB (Red+Green+Blue) = 112+113+36=261 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.91% from 261); Green value is 113 (44.53% from 255 or 43.30% from 261); Blue value is 36 (14.45% from 255 or 13.79% from 261); Max value from RGB is 113 - color contains mainly: green. Hex color #707124 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707124 is #8F8EDB. Grayscale: #686868. Windows color (decimal): -9408220 or 2388336. OLE color: 2388336.
HSL color Cylindrical-coordinate representation of color #707124: hue angle of 60.78º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #707124 is Cyan = 0.01, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 113 | 36 | - |
| CMYK | 0.01 | 0 | 0.68 | 0.56 |
| HSL | 60.78º | 0.52% | 0.29% | - |
| HSV(B) | 60.78º | 0.68% | 0.44% | - |
| XYZ | 12.91 | 15.38 | 3.96 | - |
| YUV | 103.92 | 89.67 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 113 | 36 | 0.01 | 0 | 0.68 | 0.56 | 60.78 | 0.52 | 0.29 |
| Hex | 70 | 71 | 24 | 1 | 0 | 44 | 38 | 3D | 34 | 1D |
| Octal | 160 | 161 | 44 | 1 | 0 | 104 | 70 | 75 | 64 | 35 |
| Binary | 1110000 | 1110001 | 100100 | 1 | 0 | 1000100 | 111000 | 111101 | 110100 | 11101 |
Color Harmonies of #707124
Complementary color
Monochromatic Colors of #707124
Black with #707124
Text Example
Text Example
White with #707124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707124; }
p { color: rgb(112,113,36); }
H1.HeaderClassName
{
color: #707124;
}
.AnyTagClassName
{
color: #707124;
}
</style>
background-color css
<style>
a { background-color: #707124; }
a { background-color: rgb(112,113,36); }
div.DivClassName
{
background-color: #707124;
}
.BgClassName
{
background-color: #707124;
}
</style>
border-color css
<style>
span { border-color: #707124; }
span { border-color: rgb(112,113,36); }
td.TdClassName
{
border-color: #707124;
}
.TagClassName
{
border-color: #707124;
}
</style>