Shades of Asparagus #77B150
Tints of Asparagus #77B150
RGB
CMYK
RGB Variations
Color information
#77B150 (or 0x77B150) is known color: Asparagus. HEX triplet: 77, B1 and 50. RGB value is (119,177,80). Sum of RGB (Red+Green+Blue) = 119+177+80=376 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.65% from 376); Green value is 177 (69.53% from 255 or 47.07% from 376); Blue value is 80 (31.64% from 255 or 21.28% from 376); Max value from RGB is 177 - color contains mainly: green. Hex color #77B150 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77B150 is #884EAF. Grayscale: #949494. Windows color (decimal): -8933040 or 5288311. OLE color: 5288311.
HSL color Cylindrical-coordinate representation of color #77B150: hue angle of 95.88º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #77B150 is Cyan = 0.33, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 119 | 177 | 80 | - |
| CMYK | 0.33 | 0 | 0.55 | 0.31 |
| HSL | 95.88º | 0.38% | 0.5% | - |
| HSV(B) | 95.88º | 0.55% | 0.69% | - |
| XYZ | 24.78 | 35.95 | 13.22 | - |
| YUV | 148.6 | 89.28 | 106.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 177 | 80 | 0.33 | 0 | 0.55 | 0.31 | 95.88 | 0.38 | 0.5 |
| Hex | 77 | B1 | 50 | 21 | 0 | 37 | 1F | 60 | 26 | 32 |
| Octal | 167 | 261 | 120 | 41 | 0 | 67 | 37 | 140 | 46 | 62 |
| Binary | 1110111 | 10110001 | 1010000 | 100001 | 0 | 110111 | 11111 | 1100000 | 100110 | 110010 |
Color Harmonies of #77B150
Complementary color
Monochromatic Colors of #77B150
Black with #77B150
Text Example
Text Example
White with #77B150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B150; }
p { color: rgb(119,177,80); }
H1.HeaderClassName
{
color: #77B150;
}
.AnyTagClassName
{
color: #77B150;
}
</style>
background-color css
<style>
a { background-color: #77B150; }
a { background-color: rgb(119,177,80); }
div.DivClassName
{
background-color: #77B150;
}
.BgClassName
{
background-color: #77B150;
}
</style>
border-color css
<style>
span { border-color: #77B150; }
span { border-color: rgb(119,177,80); }
td.TdClassName
{
border-color: #77B150;
}
.TagClassName
{
border-color: #77B150;
}
</style>