Shades of Asparagus #75AD59
Tints of Asparagus #75AD59
RGB
CMYK
RGB Variations
Color information
#75AD59 (or 0x75AD59) is known color: Asparagus. HEX triplet: 75, AD and 59. RGB value is (117,173,89). Sum of RGB (Red+Green+Blue) = 117+173+89=379 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.87% from 379); Green value is 173 (67.97% from 255 or 45.65% from 379); Blue value is 89 (35.16% from 255 or 23.48% from 379); Max value from RGB is 173 - color contains mainly: green. Hex color #75AD59 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75AD59 is #8A52A6. Grayscale: #929292. Windows color (decimal): -9065127 or 5877109. OLE color: 5877109.
HSL color Cylindrical-coordinate representation of color #75AD59: hue angle of 100º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #75AD59 is Cyan = 0.32, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 117 | 173 | 89 | - |
| CMYK | 0.32 | 0 | 0.49 | 0.32 |
| HSL | 100º | 0.34% | 0.51% | - |
| HSV(B) | 100º | 0.49% | 0.68% | - |
| XYZ | 24.08 | 34.39 | 14.82 | - |
| YUV | 146.68 | 95.45 | 106.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 173 | 89 | 0.32 | 0 | 0.49 | 0.32 | 100 | 0.34 | 0.51 |
| Hex | 75 | AD | 59 | 20 | 0 | 31 | 20 | 64 | 22 | 33 |
| Octal | 165 | 255 | 131 | 40 | 0 | 61 | 40 | 144 | 42 | 63 |
| Binary | 1110101 | 10101101 | 1011001 | 100000 | 0 | 110001 | 100000 | 1100100 | 100010 | 110011 |
Color Harmonies of #75AD59
Complementary color
Monochromatic Colors of #75AD59
Black with #75AD59
Text Example
Text Example
White with #75AD59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75AD59; }
p { color: rgb(117,173,89); }
H1.HeaderClassName
{
color: #75AD59;
}
.AnyTagClassName
{
color: #75AD59;
}
</style>
background-color css
<style>
a { background-color: #75AD59; }
a { background-color: rgb(117,173,89); }
div.DivClassName
{
background-color: #75AD59;
}
.BgClassName
{
background-color: #75AD59;
}
</style>
border-color css
<style>
span { border-color: #75AD59; }
span { border-color: rgb(117,173,89); }
td.TdClassName
{
border-color: #75AD59;
}
.TagClassName
{
border-color: #75AD59;
}
</style>