Shades of Asparagus #77B056
Tints of Asparagus #77B056
RGB
CMYK
RGB Variations
Color information
#77B056 (or 0x77B056) is known color: Asparagus. HEX triplet: 77, B0 and 56. RGB value is (119,176,86). Sum of RGB (Red+Green+Blue) = 119+176+86=381 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.23% from 381); Green value is 176 (69.14% from 255 or 46.19% from 381); Blue value is 86 (33.98% from 255 or 22.57% from 381); Max value from RGB is 176 - color contains mainly: green. Hex color #77B056 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77B056 is #884FA9. Grayscale: #959595. Windows color (decimal): -8933290 or 5681271. OLE color: 5681271.
HSL color Cylindrical-coordinate representation of color #77B056: hue angle of 98º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #77B056 is Cyan = 0.32, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 119 | 176 | 86 | - |
| CMYK | 0.32 | 0 | 0.51 | 0.31 |
| HSL | 98º | 0.36% | 0.51% | - |
| HSV(B) | 98º | 0.51% | 0.69% | - |
| XYZ | 24.81 | 35.64 | 14.38 | - |
| YUV | 148.7 | 92.62 | 106.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 176 | 86 | 0.32 | 0 | 0.51 | 0.31 | 98 | 0.36 | 0.51 |
| Hex | 77 | B0 | 56 | 20 | 0 | 33 | 1F | 62 | 24 | 33 |
| Octal | 167 | 260 | 126 | 40 | 0 | 63 | 37 | 142 | 44 | 63 |
| Binary | 1110111 | 10110000 | 1010110 | 100000 | 0 | 110011 | 11111 | 1100010 | 100100 | 110011 |
Color Harmonies of #77B056
Complementary color
Monochromatic Colors of #77B056
Black with #77B056
Text Example
Text Example
White with #77B056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B056; }
p { color: rgb(119,176,86); }
H1.HeaderClassName
{
color: #77B056;
}
.AnyTagClassName
{
color: #77B056;
}
</style>
background-color css
<style>
a { background-color: #77B056; }
a { background-color: rgb(119,176,86); }
div.DivClassName
{
background-color: #77B056;
}
.BgClassName
{
background-color: #77B056;
}
</style>
border-color css
<style>
span { border-color: #77B056; }
span { border-color: rgb(119,176,86); }
td.TdClassName
{
border-color: #77B056;
}
.TagClassName
{
border-color: #77B056;
}
</style>