Shades of Asparagus #759D57
Tints of Asparagus #759D57
RGB
CMYK
RGB Variations
Color information
#759D57 (or 0x759D57) is known color: Asparagus. HEX triplet: 75, 9D and 57. RGB value is (117,157,87). Sum of RGB (Red+Green+Blue) = 117+157+87=361 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.41% from 361); Green value is 157 (61.72% from 255 or 43.49% from 361); Blue value is 87 (34.38% from 255 or 24.10% from 361); Max value from RGB is 157 - color contains mainly: green. Hex color #759D57 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759D57 is #8A62A8. Grayscale: #898989. Windows color (decimal): -9069225 or 5741941. OLE color: 5741941.
HSL color Cylindrical-coordinate representation of color #759D57: hue angle of 94.29º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #759D57 is Cyan = 0.25, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 157 | 87 | - |
| CMYK | 0.25 | 0 | 0.45 | 0.38 |
| HSL | 94.29º | 0.29% | 0.48% | - |
| HSV(B) | 94.29º | 0.45% | 0.62% | - |
| XYZ | 21.11 | 28.58 | 13.42 | - |
| YUV | 137.06 | 99.75 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 157 | 87 | 0.25 | 0 | 0.45 | 0.38 | 94.29 | 0.29 | 0.48 |
| Hex | 75 | 9D | 57 | 19 | 0 | 2D | 26 | 5E | 1D | 30 |
| Octal | 165 | 235 | 127 | 31 | 0 | 55 | 46 | 136 | 35 | 60 |
| Binary | 1110101 | 10011101 | 1010111 | 11001 | 0 | 101101 | 100110 | 1011110 | 11101 | 110000 |
Color Harmonies of #759D57
Complementary color
Monochromatic Colors of #759D57
Black with #759D57
Text Example
Text Example
White with #759D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759D57; }
p { color: rgb(117,157,87); }
H1.HeaderClassName
{
color: #759D57;
}
.AnyTagClassName
{
color: #759D57;
}
</style>
background-color css
<style>
a { background-color: #759D57; }
a { background-color: rgb(117,157,87); }
div.DivClassName
{
background-color: #759D57;
}
.BgClassName
{
background-color: #759D57;
}
</style>
border-color css
<style>
span { border-color: #759D57; }
span { border-color: rgb(117,157,87); }
td.TdClassName
{
border-color: #759D57;
}
.TagClassName
{
border-color: #759D57;
}
</style>