Shades of Olivetone #757124
Tints of Olivetone #757124
RGB
CMYK
RGB Variations
Color information
#757124 (or 0x757124) is known color: Olivetone. HEX triplet: 75, 71 and 24. RGB value is (117,113,36). Sum of RGB (Red+Green+Blue) = 117+113+36=266 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.98% from 266); Green value is 113 (44.53% from 255 or 42.48% from 266); Blue value is 36 (14.45% from 255 or 13.53% from 266); Max value from RGB is 117 - color contains mainly: red. Hex color #757124 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757124 is #8A8EDB. Grayscale: #696969. Windows color (decimal): -9080540 or 2388341. OLE color: 2388341.
HSL color Cylindrical-coordinate representation of color #757124: hue angle of 57.04º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #757124 is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 113 | 36 | - |
| CMYK | 0 | 0.03 | 0.69 | 0.54 |
| HSL | 57.04º | 0.53% | 0.3% | - |
| HSV(B) | 57.04º | 0.69% | 0.46% | - |
| XYZ | 13.56 | 15.72 | 3.99 | - |
| YUV | 105.42 | 88.83 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 113 | 36 | 0 | 0.03 | 0.69 | 0.54 | 57.04 | 0.53 | 0.3 |
| Hex | 75 | 71 | 24 | 0 | 3 | 45 | 36 | 39 | 35 | 1E |
| Octal | 165 | 161 | 44 | 0 | 3 | 105 | 66 | 71 | 65 | 36 |
| Binary | 1110101 | 1110001 | 100100 | 0 | 11 | 1000101 | 110110 | 111001 | 110101 | 11110 |
Color Harmonies of #757124
Complementary color
Monochromatic Colors of #757124
Black with #757124
Text Example
Text Example
White with #757124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757124; }
p { color: rgb(117,113,36); }
H1.HeaderClassName
{
color: #757124;
}
.AnyTagClassName
{
color: #757124;
}
</style>
background-color css
<style>
a { background-color: #757124; }
a { background-color: rgb(117,113,36); }
div.DivClassName
{
background-color: #757124;
}
.BgClassName
{
background-color: #757124;
}
</style>
border-color css
<style>
span { border-color: #757124; }
span { border-color: rgb(117,113,36); }
td.TdClassName
{
border-color: #757124;
}
.TagClassName
{
border-color: #757124;
}
</style>