Shades of Asparagus #77A14E
Tints of Asparagus #77A14E
RGB
CMYK
RGB Variations
Color information
#77A14E (or 0x77A14E) is known color: Asparagus. HEX triplet: 77, A1 and 4E. RGB value is (119,161,78). Sum of RGB (Red+Green+Blue) = 119+161+78=358 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.24% from 358); Green value is 161 (63.28% from 255 or 44.97% from 358); Blue value is 78 (30.86% from 255 or 21.79% from 358); Max value from RGB is 161 - color contains mainly: green. Hex color #77A14E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77A14E is #885EB1. Grayscale: #8B8B8B. Windows color (decimal): -8937138 or 5153143. OLE color: 5153143.
HSL color Cylindrical-coordinate representation of color #77A14E: hue angle of 90.36º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #77A14E is Cyan = 0.26, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 119 | 161 | 78 | - |
| CMYK | 0.26 | 0 | 0.52 | 0.37 |
| HSL | 90.36º | 0.35% | 0.47% | - |
| HSV(B) | 90.36º | 0.52% | 0.63% | - |
| XYZ | 21.73 | 29.96 | 11.85 | - |
| YUV | 138.98 | 93.59 | 113.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 161 | 78 | 0.26 | 0 | 0.52 | 0.37 | 90.36 | 0.35 | 0.47 |
| Hex | 77 | A1 | 4E | 1A | 0 | 34 | 25 | 5A | 23 | 2F |
| Octal | 167 | 241 | 116 | 32 | 0 | 64 | 45 | 132 | 43 | 57 |
| Binary | 1110111 | 10100001 | 1001110 | 11010 | 0 | 110100 | 100101 | 1011010 | 100011 | 101111 |
Color Harmonies of #77A14E
Complementary color
Monochromatic Colors of #77A14E
Black with #77A14E
Text Example
Text Example
White with #77A14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A14E; }
p { color: rgb(119,161,78); }
H1.HeaderClassName
{
color: #77A14E;
}
.AnyTagClassName
{
color: #77A14E;
}
</style>
background-color css
<style>
a { background-color: #77A14E; }
a { background-color: rgb(119,161,78); }
div.DivClassName
{
background-color: #77A14E;
}
.BgClassName
{
background-color: #77A14E;
}
</style>
border-color css
<style>
span { border-color: #77A14E; }
span { border-color: rgb(119,161,78); }
td.TdClassName
{
border-color: #77A14E;
}
.TagClassName
{
border-color: #77A14E;
}
</style>