Shades of Asparagus #76A651
Tints of Asparagus #76A651
RGB
CMYK
RGB Variations
Color information
#76A651 (or 0x76A651) is known color: Asparagus. HEX triplet: 76, A6 and 51. RGB value is (118,166,81). Sum of RGB (Red+Green+Blue) = 118+166+81=365 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.33% from 365); Green value is 166 (65.23% from 255 or 45.48% from 365); Blue value is 81 (32.03% from 255 or 22.19% from 365); Max value from RGB is 166 - color contains mainly: green. Hex color #76A651 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A651 is #8959AE. Grayscale: #8E8E8E. Windows color (decimal): -9001391 or 5351030. OLE color: 5351030.
HSL color Cylindrical-coordinate representation of color #76A651: hue angle of 93.88º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76A651 is Cyan = 0.29, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 118 | 166 | 81 | - |
| CMYK | 0.29 | 0 | 0.51 | 0.35 |
| HSL | 93.88º | 0.34% | 0.48% | - |
| HSV(B) | 93.88º | 0.51% | 0.65% | - |
| XYZ | 22.59 | 31.72 | 12.72 | - |
| YUV | 141.96 | 93.6 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 166 | 81 | 0.29 | 0 | 0.51 | 0.35 | 93.88 | 0.34 | 0.48 |
| Hex | 76 | A6 | 51 | 1D | 0 | 33 | 23 | 5E | 22 | 30 |
| Octal | 166 | 246 | 121 | 35 | 0 | 63 | 43 | 136 | 42 | 60 |
| Binary | 1110110 | 10100110 | 1010001 | 11101 | 0 | 110011 | 100011 | 1011110 | 100010 | 110000 |
Color Harmonies of #76A651
Complementary color
Monochromatic Colors of #76A651
Black with #76A651
Text Example
Text Example
White with #76A651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A651; }
p { color: rgb(118,166,81); }
H1.HeaderClassName
{
color: #76A651;
}
.AnyTagClassName
{
color: #76A651;
}
</style>
background-color css
<style>
a { background-color: #76A651; }
a { background-color: rgb(118,166,81); }
div.DivClassName
{
background-color: #76A651;
}
.BgClassName
{
background-color: #76A651;
}
</style>
border-color css
<style>
span { border-color: #76A651; }
span { border-color: rgb(118,166,81); }
td.TdClassName
{
border-color: #76A651;
}
.TagClassName
{
border-color: #76A651;
}
</style>