Shades of Asparagus #77AA50
Tints of Asparagus #77AA50
RGB
CMYK
RGB Variations
Color information
#77AA50 (or 0x77AA50) is known color: Asparagus. HEX triplet: 77, AA and 50. RGB value is (119,170,80). Sum of RGB (Red+Green+Blue) = 119+170+80=369 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.25% from 369); Green value is 170 (66.80% from 255 or 46.07% from 369); Blue value is 80 (31.64% from 255 or 21.68% from 369); Max value from RGB is 170 - color contains mainly: green. Hex color #77AA50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77AA50 is #8855AF. Grayscale: #909090. Windows color (decimal): -8934832 or 5286519. OLE color: 5286519.
HSL color Cylindrical-coordinate representation of color #77AA50: hue angle of 94º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77AA50 is Cyan = 0.3, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 170 | 80 | - |
| CMYK | 0.3 | 0 | 0.53 | 0.33 |
| HSL | 94º | 0.36% | 0.49% | - |
| HSV(B) | 94º | 0.53% | 0.67% | - |
| XYZ | 23.43 | 33.25 | 12.77 | - |
| YUV | 144.49 | 91.6 | 109.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 170 | 80 | 0.3 | 0 | 0.53 | 0.33 | 94 | 0.36 | 0.49 |
| Hex | 77 | AA | 50 | 1E | 0 | 35 | 21 | 5E | 24 | 31 |
| Octal | 167 | 252 | 120 | 36 | 0 | 65 | 41 | 136 | 44 | 61 |
| Binary | 1110111 | 10101010 | 1010000 | 11110 | 0 | 110101 | 100001 | 1011110 | 100100 | 110001 |
Color Harmonies of #77AA50
Complementary color
Monochromatic Colors of #77AA50
Black with #77AA50
Text Example
Text Example
White with #77AA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77AA50; }
p { color: rgb(119,170,80); }
H1.HeaderClassName
{
color: #77AA50;
}
.AnyTagClassName
{
color: #77AA50;
}
</style>
background-color css
<style>
a { background-color: #77AA50; }
a { background-color: rgb(119,170,80); }
div.DivClassName
{
background-color: #77AA50;
}
.BgClassName
{
background-color: #77AA50;
}
</style>
border-color css
<style>
span { border-color: #77AA50; }
span { border-color: rgb(119,170,80); }
td.TdClassName
{
border-color: #77AA50;
}
.TagClassName
{
border-color: #77AA50;
}
</style>