Shades of Asparagus #76A652
Tints of Asparagus #76A652
RGB
CMYK
RGB Variations
Color information
#76A652 (or 0x76A652) is known color: Asparagus. HEX triplet: 76, A6 and 52. RGB value is (118,166,82). Sum of RGB (Red+Green+Blue) = 118+166+82=366 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.24% from 366); Green value is 166 (65.23% from 255 or 45.36% from 366); Blue value is 82 (32.42% from 255 or 22.40% from 366); Max value from RGB is 166 - color contains mainly: green. Hex color #76A652 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A652 is #8959AD. Grayscale: #8E8E8E. Windows color (decimal): -9001390 or 5416566. OLE color: 5416566.
HSL color Cylindrical-coordinate representation of color #76A652: hue angle of 94.29º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76A652 is Cyan = 0.29, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 118 | 166 | 82 | - |
| CMYK | 0.29 | 0 | 0.51 | 0.35 |
| HSL | 94.29º | 0.34% | 0.49% | - |
| HSV(B) | 94.29º | 0.51% | 0.65% | - |
| XYZ | 22.63 | 31.73 | 12.92 | - |
| YUV | 142.07 | 94.1 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 166 | 82 | 0.29 | 0 | 0.51 | 0.35 | 94.29 | 0.34 | 0.49 |
| Hex | 76 | A6 | 52 | 1D | 0 | 33 | 23 | 5E | 22 | 31 |
| Octal | 166 | 246 | 122 | 35 | 0 | 63 | 43 | 136 | 42 | 61 |
| Binary | 1110110 | 10100110 | 1010010 | 11101 | 0 | 110011 | 100011 | 1011110 | 100010 | 110001 |
Color Harmonies of #76A652
Complementary color
Monochromatic Colors of #76A652
Black with #76A652
Text Example
Text Example
White with #76A652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A652; }
p { color: rgb(118,166,82); }
H1.HeaderClassName
{
color: #76A652;
}
.AnyTagClassName
{
color: #76A652;
}
</style>
background-color css
<style>
a { background-color: #76A652; }
a { background-color: rgb(118,166,82); }
div.DivClassName
{
background-color: #76A652;
}
.BgClassName
{
background-color: #76A652;
}
</style>
border-color css
<style>
span { border-color: #76A652; }
span { border-color: rgb(118,166,82); }
td.TdClassName
{
border-color: #76A652;
}
.TagClassName
{
border-color: #76A652;
}
</style>