Shades of Asparagus #759F57
Tints of Asparagus #759F57
RGB
CMYK
RGB Variations
Color information
#759F57 (or 0x759F57) is known color: Asparagus. HEX triplet: 75, 9F and 57. RGB value is (117,159,87). Sum of RGB (Red+Green+Blue) = 117+159+87=363 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.23% from 363); Green value is 159 (62.5% from 255 or 43.80% from 363); Blue value is 87 (34.38% from 255 or 23.97% from 363); Max value from RGB is 159 - color contains mainly: green. Hex color #759F57 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759F57 is #8A60A8. Grayscale: #8A8A8A. Windows color (decimal): -9068713 or 5742453. OLE color: 5742453.
HSL color Cylindrical-coordinate representation of color #759F57: hue angle of 95º 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 #759F57 is Cyan = 0.26, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 159 | 87 | - |
| CMYK | 0.26 | 0 | 0.45 | 0.38 |
| HSL | 95º | 0.29% | 0.48% | - |
| HSV(B) | 95º | 0.45% | 0.62% | - |
| XYZ | 21.45 | 29.27 | 13.54 | - |
| YUV | 138.23 | 99.09 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 159 | 87 | 0.26 | 0 | 0.45 | 0.38 | 95 | 0.29 | 0.48 |
| Hex | 75 | 9F | 57 | 1A | 0 | 2D | 26 | 5F | 1D | 30 |
| Octal | 165 | 237 | 127 | 32 | 0 | 55 | 46 | 137 | 35 | 60 |
| Binary | 1110101 | 10011111 | 1010111 | 11010 | 0 | 101101 | 100110 | 1011111 | 11101 | 110000 |
Color Harmonies of #759F57
Complementary color
Monochromatic Colors of #759F57
Black with #759F57
Text Example
Text Example
White with #759F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759F57; }
p { color: rgb(117,159,87); }
H1.HeaderClassName
{
color: #759F57;
}
.AnyTagClassName
{
color: #759F57;
}
</style>
background-color css
<style>
a { background-color: #759F57; }
a { background-color: rgb(117,159,87); }
div.DivClassName
{
background-color: #759F57;
}
.BgClassName
{
background-color: #759F57;
}
</style>
border-color css
<style>
span { border-color: #759F57; }
span { border-color: rgb(117,159,87); }
td.TdClassName
{
border-color: #759F57;
}
.TagClassName
{
border-color: #759F57;
}
</style>