Shades of Asparagus #77B151
Tints of Asparagus #77B151
RGB
CMYK
RGB Variations
Color information
#77B151 (or 0x77B151) is known color: Asparagus. HEX triplet: 77, B1 and 51. RGB value is (119,177,81). Sum of RGB (Red+Green+Blue) = 119+177+81=377 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.56% from 377); Green value is 177 (69.53% from 255 or 46.95% from 377); Blue value is 81 (32.03% from 255 or 21.49% from 377); Max value from RGB is 177 - color contains mainly: green. Hex color #77B151 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77B151 is #884EAE. Grayscale: #959595. Windows color (decimal): -8933039 or 5353847. OLE color: 5353847.
HSL color Cylindrical-coordinate representation of color #77B151: hue angle of 96.25º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #77B151 is Cyan = 0.33, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 119 | 177 | 81 | - |
| CMYK | 0.33 | 0 | 0.54 | 0.31 |
| HSL | 96.25º | 0.38% | 0.51% | - |
| HSV(B) | 96.25º | 0.54% | 0.69% | - |
| XYZ | 24.82 | 35.96 | 13.42 | - |
| YUV | 148.71 | 89.78 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 177 | 81 | 0.33 | 0 | 0.54 | 0.31 | 96.25 | 0.38 | 0.51 |
| Hex | 77 | B1 | 51 | 21 | 0 | 36 | 1F | 60 | 26 | 33 |
| Octal | 167 | 261 | 121 | 41 | 0 | 66 | 37 | 140 | 46 | 63 |
| Binary | 1110111 | 10110001 | 1010001 | 100001 | 0 | 110110 | 11111 | 1100000 | 100110 | 110011 |
Color Harmonies of #77B151
Complementary color
Monochromatic Colors of #77B151
Black with #77B151
Text Example
Text Example
White with #77B151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B151; }
p { color: rgb(119,177,81); }
H1.HeaderClassName
{
color: #77B151;
}
.AnyTagClassName
{
color: #77B151;
}
</style>
background-color css
<style>
a { background-color: #77B151; }
a { background-color: rgb(119,177,81); }
div.DivClassName
{
background-color: #77B151;
}
.BgClassName
{
background-color: #77B151;
}
</style>
border-color css
<style>
span { border-color: #77B151; }
span { border-color: rgb(119,177,81); }
td.TdClassName
{
border-color: #77B151;
}
.TagClassName
{
border-color: #77B151;
}
</style>