Shades of Asparagus #77A04D
Tints of Asparagus #77A04D
RGB
CMYK
RGB Variations
Color information
#77A04D (or 0x77A04D) is known color: Asparagus. HEX triplet: 77, A0 and 4D. RGB value is (119,160,77). Sum of RGB (Red+Green+Blue) = 119+160+77=356 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.43% from 356); Green value is 160 (62.89% from 255 or 44.94% from 356); Blue value is 77 (30.47% from 255 or 21.63% from 356); Max value from RGB is 160 - color contains mainly: green. Hex color #77A04D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77A04D is #885FB2. Grayscale: #8A8A8A. Windows color (decimal): -8937395 or 5087351. OLE color: 5087351.
HSL color Cylindrical-coordinate representation of color #77A04D: hue angle of 89.64º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #77A04D is Cyan = 0.26, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 119 | 160 | 77 | - |
| CMYK | 0.26 | 0 | 0.52 | 0.37 |
| HSL | 89.64º | 0.35% | 0.46% | - |
| HSV(B) | 89.64º | 0.52% | 0.63% | - |
| XYZ | 21.52 | 29.6 | 11.6 | - |
| YUV | 138.28 | 93.42 | 114.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 160 | 77 | 0.26 | 0 | 0.52 | 0.37 | 89.64 | 0.35 | 0.46 |
| Hex | 77 | A0 | 4D | 1A | 0 | 34 | 25 | 5A | 23 | 2E |
| Octal | 167 | 240 | 115 | 32 | 0 | 64 | 45 | 132 | 43 | 56 |
| Binary | 1110111 | 10100000 | 1001101 | 11010 | 0 | 110100 | 100101 | 1011010 | 100011 | 101110 |
Color Harmonies of #77A04D
Complementary color
Monochromatic Colors of #77A04D
Black with #77A04D
Text Example
Text Example
White with #77A04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A04D; }
p { color: rgb(119,160,77); }
H1.HeaderClassName
{
color: #77A04D;
}
.AnyTagClassName
{
color: #77A04D;
}
</style>
background-color css
<style>
a { background-color: #77A04D; }
a { background-color: rgb(119,160,77); }
div.DivClassName
{
background-color: #77A04D;
}
.BgClassName
{
background-color: #77A04D;
}
</style>
border-color css
<style>
span { border-color: #77A04D; }
span { border-color: rgb(119,160,77); }
td.TdClassName
{
border-color: #77A04D;
}
.TagClassName
{
border-color: #77A04D;
}
</style>