Shades of Asparagus #77A158
Tints of Asparagus #77A158
RGB
CMYK
RGB Variations
Color information
#77A158 (or 0x77A158) is known color: Asparagus. HEX triplet: 77, A1 and 58. RGB value is (119,161,88). Sum of RGB (Red+Green+Blue) = 119+161+88=368 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.34% from 368); Green value is 161 (63.28% from 255 or 43.75% from 368); Blue value is 88 (34.77% from 255 or 23.91% from 368); Max value from RGB is 161 - color contains mainly: green. Hex color #77A158 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77A158 is #885EA7. Grayscale: #8C8C8C. Windows color (decimal): -8937128 or 5808503. OLE color: 5808503.
HSL color Cylindrical-coordinate representation of color #77A158: hue angle of 94.52º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #77A158 is Cyan = 0.26, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 119 | 161 | 88 | - |
| CMYK | 0.26 | 0 | 0.45 | 0.37 |
| HSL | 94.52º | 0.29% | 0.49% | - |
| HSV(B) | 94.52º | 0.45% | 0.63% | - |
| XYZ | 22.11 | 30.12 | 13.88 | - |
| YUV | 140.12 | 98.59 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 161 | 88 | 0.26 | 0 | 0.45 | 0.37 | 94.52 | 0.29 | 0.49 |
| Hex | 77 | A1 | 58 | 1A | 0 | 2D | 25 | 5F | 1D | 31 |
| Octal | 167 | 241 | 130 | 32 | 0 | 55 | 45 | 137 | 35 | 61 |
| Binary | 1110111 | 10100001 | 1011000 | 11010 | 0 | 101101 | 100101 | 1011111 | 11101 | 110001 |
Color Harmonies of #77A158
Complementary color
Monochromatic Colors of #77A158
Black with #77A158
Text Example
Text Example
White with #77A158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A158; }
p { color: rgb(119,161,88); }
H1.HeaderClassName
{
color: #77A158;
}
.AnyTagClassName
{
color: #77A158;
}
</style>
background-color css
<style>
a { background-color: #77A158; }
a { background-color: rgb(119,161,88); }
div.DivClassName
{
background-color: #77A158;
}
.BgClassName
{
background-color: #77A158;
}
</style>
border-color css
<style>
span { border-color: #77A158; }
span { border-color: rgb(119,161,88); }
td.TdClassName
{
border-color: #77A158;
}
.TagClassName
{
border-color: #77A158;
}
</style>