Shades of Asparagus #75AD55
Tints of Asparagus #75AD55
RGB
CMYK
RGB Variations
Color information
#75AD55 (or 0x75AD55) is known color: Asparagus. HEX triplet: 75, AD and 55. RGB value is (117,173,85). Sum of RGB (Red+Green+Blue) = 117+173+85=375 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.2% from 375); Green value is 173 (67.97% from 255 or 46.13% from 375); Blue value is 85 (33.59% from 255 or 22.67% from 375); Max value from RGB is 173 - color contains mainly: green. Hex color #75AD55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75AD55 is #8A52AA. Grayscale: #929292. Windows color (decimal): -9065131 or 5614965. OLE color: 5614965.
HSL color Cylindrical-coordinate representation of color #75AD55: hue angle of 98.18º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75AD55 is Cyan = 0.32, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 117 | 173 | 85 | - |
| CMYK | 0.32 | 0 | 0.51 | 0.32 |
| HSL | 98.18º | 0.35% | 0.51% | - |
| HSV(B) | 98.18º | 0.51% | 0.68% | - |
| XYZ | 23.92 | 34.32 | 13.96 | - |
| YUV | 146.22 | 93.45 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 173 | 85 | 0.32 | 0 | 0.51 | 0.32 | 98.18 | 0.35 | 0.51 |
| Hex | 75 | AD | 55 | 20 | 0 | 33 | 20 | 62 | 23 | 33 |
| Octal | 165 | 255 | 125 | 40 | 0 | 63 | 40 | 142 | 43 | 63 |
| Binary | 1110101 | 10101101 | 1010101 | 100000 | 0 | 110011 | 100000 | 1100010 | 100011 | 110011 |
Color Harmonies of #75AD55
Complementary color
Monochromatic Colors of #75AD55
Black with #75AD55
Text Example
Text Example
White with #75AD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75AD55; }
p { color: rgb(117,173,85); }
H1.HeaderClassName
{
color: #75AD55;
}
.AnyTagClassName
{
color: #75AD55;
}
</style>
background-color css
<style>
a { background-color: #75AD55; }
a { background-color: rgb(117,173,85); }
div.DivClassName
{
background-color: #75AD55;
}
.BgClassName
{
background-color: #75AD55;
}
</style>
border-color css
<style>
span { border-color: #75AD55; }
span { border-color: rgb(117,173,85); }
td.TdClassName
{
border-color: #75AD55;
}
.TagClassName
{
border-color: #75AD55;
}
</style>