Shades of Asparagus #76A653
Tints of Asparagus #76A653
RGB
CMYK
RGB Variations
Color information
#76A653 (or 0x76A653) is known color: Asparagus. HEX triplet: 76, A6 and 53. RGB value is (118,166,83). Sum of RGB (Red+Green+Blue) = 118+166+83=367 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.15% from 367); Green value is 166 (65.23% from 255 or 45.23% from 367); Blue value is 83 (32.81% from 255 or 22.62% from 367); Max value from RGB is 166 - color contains mainly: green. Hex color #76A653 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A653 is #8959AC. Grayscale: #8E8E8E. Windows color (decimal): -9001389 or 5482102. OLE color: 5482102.
HSL color Cylindrical-coordinate representation of color #76A653: hue angle of 94.7º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76A653 is Cyan = 0.29, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 118 | 166 | 83 | - |
| CMYK | 0.29 | 0 | 0.50 | 0.35 |
| HSL | 94.7º | 0.33% | 0.49% | - |
| HSV(B) | 94.7º | 0.5% | 0.65% | - |
| XYZ | 22.67 | 31.75 | 13.12 | - |
| YUV | 142.19 | 94.6 | 110.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 166 | 83 | 0.29 | 0 | 0.50 | 0.35 | 94.7 | 0.33 | 0.49 |
| Hex | 76 | A6 | 53 | 1D | 0 | 32 | 23 | 5F | 21 | 31 |
| Octal | 166 | 246 | 123 | 35 | 0 | 62 | 43 | 137 | 41 | 61 |
| Binary | 1110110 | 10100110 | 1010011 | 11101 | 0 | 110010 | 100011 | 1011111 | 100001 | 110001 |
Color Harmonies of #76A653
Complementary color
Monochromatic Colors of #76A653
Black with #76A653
Text Example
Text Example
White with #76A653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A653; }
p { color: rgb(118,166,83); }
H1.HeaderClassName
{
color: #76A653;
}
.AnyTagClassName
{
color: #76A653;
}
</style>
background-color css
<style>
a { background-color: #76A653; }
a { background-color: rgb(118,166,83); }
div.DivClassName
{
background-color: #76A653;
}
.BgClassName
{
background-color: #76A653;
}
</style>
border-color css
<style>
span { border-color: #76A653; }
span { border-color: rgb(118,166,83); }
td.TdClassName
{
border-color: #76A653;
}
.TagClassName
{
border-color: #76A653;
}
</style>