Shades of Asparagus #75AD60
Tints of Asparagus #75AD60
RGB
CMYK
RGB Variations
Color information
#75AD60 (or 0x75AD60) is known color: Asparagus. HEX triplet: 75, AD and 60. RGB value is (117,173,96). Sum of RGB (Red+Green+Blue) = 117+173+96=386 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.31% from 386); Green value is 173 (67.97% from 255 or 44.82% from 386); Blue value is 96 (37.89% from 255 or 24.87% from 386); Max value from RGB is 173 - color contains mainly: green. Hex color #75AD60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75AD60 is #8A529F. Grayscale: #939393. Windows color (decimal): -9065120 or 6335861. OLE color: 6335861.
HSL color Cylindrical-coordinate representation of color #75AD60: hue angle of 103.64º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #75AD60 is Cyan = 0.32, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 117 | 173 | 96 | - |
| CMYK | 0.32 | 0 | 0.45 | 0.32 |
| HSL | 103.64º | 0.32% | 0.53% | - |
| HSV(B) | 103.64º | 0.45% | 0.68% | - |
| XYZ | 24.39 | 34.51 | 16.44 | - |
| YUV | 147.48 | 98.95 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 173 | 96 | 0.32 | 0 | 0.45 | 0.32 | 103.64 | 0.32 | 0.53 |
| Hex | 75 | AD | 60 | 20 | 0 | 2D | 20 | 68 | 20 | 35 |
| Octal | 165 | 255 | 140 | 40 | 0 | 55 | 40 | 150 | 40 | 65 |
| Binary | 1110101 | 10101101 | 1100000 | 100000 | 0 | 101101 | 100000 | 1101000 | 100000 | 110101 |
Color Harmonies of #75AD60
Complementary color
Monochromatic Colors of #75AD60
Black with #75AD60
Text Example
Text Example
White with #75AD60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75AD60; }
p { color: rgb(117,173,96); }
H1.HeaderClassName
{
color: #75AD60;
}
.AnyTagClassName
{
color: #75AD60;
}
</style>
background-color css
<style>
a { background-color: #75AD60; }
a { background-color: rgb(117,173,96); }
div.DivClassName
{
background-color: #75AD60;
}
.BgClassName
{
background-color: #75AD60;
}
</style>
border-color css
<style>
span { border-color: #75AD60; }
span { border-color: rgb(117,173,96); }
td.TdClassName
{
border-color: #75AD60;
}
.TagClassName
{
border-color: #75AD60;
}
</style>