Shades of Olive #757711
Tints of Olive #757711
RGB
CMYK
RGB Variations
Color information
#757711 (or 0x757711) is known color: Olive. HEX triplet: 75, 77 and 11. RGB value is (117,119,17). Sum of RGB (Red+Green+Blue) = 117+119+17=253 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.25% from 253); Green value is 119 (46.88% from 255 or 47.04% from 253); Blue value is 17 (7.03% from 255 or 6.72% from 253); Max value from RGB is 119 - color contains mainly: green. Hex color #757711 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757711 is #8A88EE. Grayscale: #6B6B6B. Windows color (decimal): -9079023 or 1144693. OLE color: 1144693.
HSL color Cylindrical-coordinate representation of color #757711: hue angle of 61.18º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #757711 is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 117 | 119 | 17 | - |
| CMYK | 0.02 | 0 | 0.86 | 0.53 |
| HSL | 61.18º | 0.75% | 0.27% | - |
| HSV(B) | 61.18º | 0.86% | 0.47% | - |
| XYZ | 14.03 | 17.02 | 3.08 | - |
| YUV | 106.77 | 77.34 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 119 | 17 | 0.02 | 0 | 0.86 | 0.53 | 61.18 | 0.75 | 0.27 |
| Hex | 75 | 77 | 11 | 2 | 0 | 56 | 35 | 3D | 4B | 1B |
| Octal | 165 | 167 | 21 | 2 | 0 | 126 | 65 | 75 | 113 | 33 |
| Binary | 1110101 | 1110111 | 10001 | 10 | 0 | 1010110 | 110101 | 111101 | 1001011 | 11011 |
Color Harmonies of #757711
Complementary color
Monochromatic Colors of #757711
Black with #757711
Text Example
Text Example
White with #757711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757711; }
p { color: rgb(117,119,17); }
H1.HeaderClassName
{
color: #757711;
}
.AnyTagClassName
{
color: #757711;
}
</style>
background-color css
<style>
a { background-color: #757711; }
a { background-color: rgb(117,119,17); }
div.DivClassName
{
background-color: #757711;
}
.BgClassName
{
background-color: #757711;
}
</style>
border-color css
<style>
span { border-color: #757711; }
span { border-color: rgb(117,119,17); }
td.TdClassName
{
border-color: #757711;
}
.TagClassName
{
border-color: #757711;
}
</style>