Shades of Asparagus #759B47
Tints of Asparagus #759B47
RGB
CMYK
RGB Variations
Color information
#759B47 (or 0x759B47) is known color: Asparagus. HEX triplet: 75, 9B and 47. RGB value is (117,155,71). Sum of RGB (Red+Green+Blue) = 117+155+71=343 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.11% from 343); Green value is 155 (60.94% from 255 or 45.19% from 343); Blue value is 71 (28.12% from 255 or 20.70% from 343); Max value from RGB is 155 - color contains mainly: green. Hex color #759B47 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759B47 is #8A64B8. Grayscale: #868686. Windows color (decimal): -9069753 or 4692853. OLE color: 4692853.
HSL color Cylindrical-coordinate representation of color #759B47: hue angle of 87.14º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #759B47 is Cyan = 0.25, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 117 | 155 | 71 | - |
| CMYK | 0.25 | 0 | 0.54 | 0.39 |
| HSL | 87.14º | 0.37% | 0.44% | - |
| HSV(B) | 87.14º | 0.54% | 0.61% | - |
| XYZ | 20.19 | 27.68 | 10.24 | - |
| YUV | 134.06 | 92.41 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 155 | 71 | 0.25 | 0 | 0.54 | 0.39 | 87.14 | 0.37 | 0.44 |
| Hex | 75 | 9B | 47 | 19 | 0 | 36 | 27 | 57 | 25 | 2C |
| Octal | 165 | 233 | 107 | 31 | 0 | 66 | 47 | 127 | 45 | 54 |
| Binary | 1110101 | 10011011 | 1000111 | 11001 | 0 | 110110 | 100111 | 1010111 | 100101 | 101100 |
Color Harmonies of #759B47
Complementary color
Monochromatic Colors of #759B47
Black with #759B47
Text Example
Text Example
White with #759B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759B47; }
p { color: rgb(117,155,71); }
H1.HeaderClassName
{
color: #759B47;
}
.AnyTagClassName
{
color: #759B47;
}
</style>
background-color css
<style>
a { background-color: #759B47; }
a { background-color: rgb(117,155,71); }
div.DivClassName
{
background-color: #759B47;
}
.BgClassName
{
background-color: #759B47;
}
</style>
border-color css
<style>
span { border-color: #759B47; }
span { border-color: rgb(117,155,71); }
td.TdClassName
{
border-color: #759B47;
}
.TagClassName
{
border-color: #759B47;
}
</style>