Shades of Asparagus #759A51
Tints of Asparagus #759A51
RGB
CMYK
RGB Variations
Color information
#759A51 (or 0x759A51) is known color: Asparagus. HEX triplet: 75, 9A and 51. RGB value is (117,154,81). Sum of RGB (Red+Green+Blue) = 117+154+81=352 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.24% from 352); Green value is 154 (60.55% from 255 or 43.75% from 352); Blue value is 81 (32.03% from 255 or 23.01% from 352); Max value from RGB is 154 - color contains mainly: green. Hex color #759A51 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759A51 is #8A65AE. Grayscale: #868686. Windows color (decimal): -9069999 or 5347957. OLE color: 5347957.
HSL color Cylindrical-coordinate representation of color #759A51: hue angle of 90.41º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #759A51 is Cyan = 0.24, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 117 | 154 | 81 | - |
| CMYK | 0.24 | 0 | 0.47 | 0.40 |
| HSL | 90.41º | 0.31% | 0.46% | - |
| HSV(B) | 90.41º | 0.47% | 0.6% | - |
| XYZ | 20.38 | 27.49 | 12.02 | - |
| YUV | 134.62 | 97.74 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 154 | 81 | 0.24 | 0 | 0.47 | 0.40 | 90.41 | 0.31 | 0.46 |
| Hex | 75 | 9A | 51 | 18 | 0 | 2F | 28 | 5A | 1F | 2E |
| Octal | 165 | 232 | 121 | 30 | 0 | 57 | 50 | 132 | 37 | 56 |
| Binary | 1110101 | 10011010 | 1010001 | 11000 | 0 | 101111 | 101000 | 1011010 | 11111 | 101110 |
Color Harmonies of #759A51
Complementary color
Monochromatic Colors of #759A51
Black with #759A51
Text Example
Text Example
White with #759A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759A51; }
p { color: rgb(117,154,81); }
H1.HeaderClassName
{
color: #759A51;
}
.AnyTagClassName
{
color: #759A51;
}
</style>
background-color css
<style>
a { background-color: #759A51; }
a { background-color: rgb(117,154,81); }
div.DivClassName
{
background-color: #759A51;
}
.BgClassName
{
background-color: #759A51;
}
</style>
border-color css
<style>
span { border-color: #759A51; }
span { border-color: rgb(117,154,81); }
td.TdClassName
{
border-color: #759A51;
}
.TagClassName
{
border-color: #759A51;
}
</style>