Shades of Asparagus #75AD50
Tints of Asparagus #75AD50
RGB
CMYK
RGB Variations
Color information
#75AD50 (or 0x75AD50) is known color: Asparagus. HEX triplet: 75, AD and 50. RGB value is (117,173,80). Sum of RGB (Red+Green+Blue) = 117+173+80=370 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.62% from 370); Green value is 173 (67.97% from 255 or 46.76% from 370); Blue value is 80 (31.64% from 255 or 21.62% from 370); Max value from RGB is 173 - color contains mainly: green. Hex color #75AD50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75AD50 is #8A52AF. Grayscale: #919191. Windows color (decimal): -9065136 or 5287285. OLE color: 5287285.
HSL color Cylindrical-coordinate representation of color #75AD50: hue angle of 96.13º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75AD50 is Cyan = 0.32, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 117 | 173 | 80 | - |
| CMYK | 0.32 | 0 | 0.54 | 0.32 |
| HSL | 96.13º | 0.37% | 0.5% | - |
| HSV(B) | 96.13º | 0.54% | 0.68% | - |
| XYZ | 23.73 | 34.25 | 12.95 | - |
| YUV | 145.65 | 90.95 | 107.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 173 | 80 | 0.32 | 0 | 0.54 | 0.32 | 96.13 | 0.37 | 0.5 |
| Hex | 75 | AD | 50 | 20 | 0 | 36 | 20 | 60 | 25 | 32 |
| Octal | 165 | 255 | 120 | 40 | 0 | 66 | 40 | 140 | 45 | 62 |
| Binary | 1110101 | 10101101 | 1010000 | 100000 | 0 | 110110 | 100000 | 1100000 | 100101 | 110010 |
Color Harmonies of #75AD50
Complementary color
Monochromatic Colors of #75AD50
Black with #75AD50
Text Example
Text Example
White with #75AD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75AD50; }
p { color: rgb(117,173,80); }
H1.HeaderClassName
{
color: #75AD50;
}
.AnyTagClassName
{
color: #75AD50;
}
</style>
background-color css
<style>
a { background-color: #75AD50; }
a { background-color: rgb(117,173,80); }
div.DivClassName
{
background-color: #75AD50;
}
.BgClassName
{
background-color: #75AD50;
}
</style>
border-color css
<style>
span { border-color: #75AD50; }
span { border-color: rgb(117,173,80); }
td.TdClassName
{
border-color: #75AD50;
}
.TagClassName
{
border-color: #75AD50;
}
</style>