Shades of Asparagus #77A146
Tints of Asparagus #77A146
RGB
CMYK
RGB Variations
Color information
#77A146 (or 0x77A146) is known color: Asparagus. HEX triplet: 77, A1 and 46. RGB value is (119,161,70). Sum of RGB (Red+Green+Blue) = 119+161+70=350 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34% from 350); Green value is 161 (63.28% from 255 or 46% from 350); Blue value is 70 (27.73% from 255 or 20% from 350); Max value from RGB is 161 - color contains mainly: green. Hex color #77A146 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77A146 is #885EB9. Grayscale: #8A8A8A. Windows color (decimal): -8937146 or 4628855. OLE color: 4628855.
HSL color Cylindrical-coordinate representation of color #77A146: hue angle of 87.69º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #77A146 is Cyan = 0.26, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 119 | 161 | 70 | - |
| CMYK | 0.26 | 0 | 0.57 | 0.37 |
| HSL | 87.69º | 0.39% | 0.45% | - |
| HSV(B) | 87.69º | 0.57% | 0.63% | - |
| XYZ | 21.46 | 29.85 | 10.43 | - |
| YUV | 138.07 | 89.59 | 114.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 161 | 70 | 0.26 | 0 | 0.57 | 0.37 | 87.69 | 0.39 | 0.45 |
| Hex | 77 | A1 | 46 | 1A | 0 | 39 | 25 | 58 | 27 | 2D |
| Octal | 167 | 241 | 106 | 32 | 0 | 71 | 45 | 130 | 47 | 55 |
| Binary | 1110111 | 10100001 | 1000110 | 11010 | 0 | 111001 | 100101 | 1011000 | 100111 | 101101 |
Color Harmonies of #77A146
Complementary color
Monochromatic Colors of #77A146
Black with #77A146
Text Example
Text Example
White with #77A146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A146; }
p { color: rgb(119,161,70); }
H1.HeaderClassName
{
color: #77A146;
}
.AnyTagClassName
{
color: #77A146;
}
</style>
background-color css
<style>
a { background-color: #77A146; }
a { background-color: rgb(119,161,70); }
div.DivClassName
{
background-color: #77A146;
}
.BgClassName
{
background-color: #77A146;
}
</style>
border-color css
<style>
span { border-color: #77A146; }
span { border-color: rgb(119,161,70); }
td.TdClassName
{
border-color: #77A146;
}
.TagClassName
{
border-color: #77A146;
}
</style>