Shades of Asparagus #77A550
Tints of Asparagus #77A550
RGB
CMYK
RGB Variations
Color information
#77A550 (or 0x77A550) is known color: Asparagus. HEX triplet: 77, A5 and 50. RGB value is (119,165,80). Sum of RGB (Red+Green+Blue) = 119+165+80=364 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.69% from 364); Green value is 165 (64.84% from 255 or 45.33% from 364); Blue value is 80 (31.64% from 255 or 21.98% from 364); Max value from RGB is 165 - color contains mainly: green. Hex color #77A550 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77A550 is #885AAF. Grayscale: #8D8D8D. Windows color (decimal): -8936112 or 5285239. OLE color: 5285239.
HSL color Cylindrical-coordinate representation of color #77A550: hue angle of 92.47º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #77A550 is Cyan = 0.28, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 119 | 165 | 80 | - |
| CMYK | 0.28 | 0 | 0.52 | 0.35 |
| HSL | 92.47º | 0.35% | 0.48% | - |
| HSV(B) | 92.47º | 0.52% | 0.65% | - |
| XYZ | 22.51 | 31.41 | 12.47 | - |
| YUV | 141.56 | 93.26 | 111.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 165 | 80 | 0.28 | 0 | 0.52 | 0.35 | 92.47 | 0.35 | 0.48 |
| Hex | 77 | A5 | 50 | 1C | 0 | 34 | 23 | 5C | 23 | 30 |
| Octal | 167 | 245 | 120 | 34 | 0 | 64 | 43 | 134 | 43 | 60 |
| Binary | 1110111 | 10100101 | 1010000 | 11100 | 0 | 110100 | 100011 | 1011100 | 100011 | 110000 |
Color Harmonies of #77A550
Complementary color
Monochromatic Colors of #77A550
Black with #77A550
Text Example
Text Example
White with #77A550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A550; }
p { color: rgb(119,165,80); }
H1.HeaderClassName
{
color: #77A550;
}
.AnyTagClassName
{
color: #77A550;
}
</style>
background-color css
<style>
a { background-color: #77A550; }
a { background-color: rgb(119,165,80); }
div.DivClassName
{
background-color: #77A550;
}
.BgClassName
{
background-color: #77A550;
}
</style>
border-color css
<style>
span { border-color: #77A550; }
span { border-color: rgb(119,165,80); }
td.TdClassName
{
border-color: #77A550;
}
.TagClassName
{
border-color: #77A550;
}
</style>