Shades of Olivetone #757126
Tints of Olivetone #757126
RGB
CMYK
RGB Variations
Color information
#757126 (or 0x757126) is known color: Olivetone. HEX triplet: 75, 71 and 26. RGB value is (117,113,38). Sum of RGB (Red+Green+Blue) = 117+113+38=268 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.66% from 268); Green value is 113 (44.53% from 255 or 42.16% from 268); Blue value is 38 (15.23% from 255 or 14.18% from 268); Max value from RGB is 117 - color contains mainly: red. Hex color #757126 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757126 is #8A8ED9. Grayscale: #696969. Windows color (decimal): -9080538 or 2519413. OLE color: 2519413.
HSL color Cylindrical-coordinate representation of color #757126: hue angle of 56.96º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #757126 is Cyan = 0, Magento = 0.03, Yellow = 0.68 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 113 | 38 | - |
| CMYK | 0 | 0.03 | 0.68 | 0.54 |
| HSL | 56.96º | 0.51% | 0.3% | - |
| HSV(B) | 56.96º | 0.68% | 0.46% | - |
| XYZ | 13.59 | 15.73 | 4.15 | - |
| YUV | 105.65 | 89.83 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 113 | 38 | 0 | 0.03 | 0.68 | 0.54 | 56.96 | 0.51 | 0.3 |
| Hex | 75 | 71 | 26 | 0 | 3 | 44 | 36 | 39 | 33 | 1E |
| Octal | 165 | 161 | 46 | 0 | 3 | 104 | 66 | 71 | 63 | 36 |
| Binary | 1110101 | 1110001 | 100110 | 0 | 11 | 1000100 | 110110 | 111001 | 110011 | 11110 |
Color Harmonies of #757126
Complementary color
Monochromatic Colors of #757126
Black with #757126
Text Example
Text Example
White with #757126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757126; }
p { color: rgb(117,113,38); }
H1.HeaderClassName
{
color: #757126;
}
.AnyTagClassName
{
color: #757126;
}
</style>
background-color css
<style>
a { background-color: #757126; }
a { background-color: rgb(117,113,38); }
div.DivClassName
{
background-color: #757126;
}
.BgClassName
{
background-color: #757126;
}
</style>
border-color css
<style>
span { border-color: #757126; }
span { border-color: rgb(117,113,38); }
td.TdClassName
{
border-color: #757126;
}
.TagClassName
{
border-color: #757126;
}
</style>