Shades of Olivetone #757117
Tints of Olivetone #757117
RGB
CMYK
RGB Variations
Color information
#757117 (or 0x757117) is known color: Olivetone. HEX triplet: 75, 71 and 17. RGB value is (117,113,23). Sum of RGB (Red+Green+Blue) = 117+113+23=253 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.25% from 253); Green value is 113 (44.53% from 255 or 44.66% from 253); Blue value is 23 (9.38% from 255 or 9.09% from 253); Max value from RGB is 117 - color contains mainly: red. Hex color #757117 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757117 is #8A8EE8. Grayscale: #686868. Windows color (decimal): -9080553 or 1536373. OLE color: 1536373.
HSL color Cylindrical-coordinate representation of color #757117: hue angle of 57.45º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #757117 is Cyan = 0, Magento = 0.03, Yellow = 0.80 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 113 | 23 | - |
| CMYK | 0 | 0.03 | 0.80 | 0.54 |
| HSL | 57.45º | 0.67% | 0.27% | - |
| HSV(B) | 57.45º | 0.8% | 0.46% | - |
| XYZ | 13.4 | 15.65 | 3.13 | - |
| YUV | 103.94 | 82.33 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 113 | 23 | 0 | 0.03 | 0.80 | 0.54 | 57.45 | 0.67 | 0.27 |
| Hex | 75 | 71 | 17 | 0 | 3 | 50 | 36 | 39 | 43 | 1B |
| Octal | 165 | 161 | 27 | 0 | 3 | 120 | 66 | 71 | 103 | 33 |
| Binary | 1110101 | 1110001 | 10111 | 0 | 11 | 1010000 | 110110 | 111001 | 1000011 | 11011 |
Color Harmonies of #757117
Complementary color
Monochromatic Colors of #757117
Black with #757117
Text Example
Text Example
White with #757117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757117; }
p { color: rgb(117,113,23); }
H1.HeaderClassName
{
color: #757117;
}
.AnyTagClassName
{
color: #757117;
}
</style>
background-color css
<style>
a { background-color: #757117; }
a { background-color: rgb(117,113,23); }
div.DivClassName
{
background-color: #757117;
}
.BgClassName
{
background-color: #757117;
}
</style>
border-color css
<style>
span { border-color: #757117; }
span { border-color: rgb(117,113,23); }
td.TdClassName
{
border-color: #757117;
}
.TagClassName
{
border-color: #757117;
}
</style>