Shades of Asparagus #76A850
Tints of Asparagus #76A850
RGB
CMYK
RGB Variations
Color information
#76A850 (or 0x76A850) is known color: Asparagus. HEX triplet: 76, A8 and 50. RGB value is (118,168,80). Sum of RGB (Red+Green+Blue) = 118+168+80=366 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.24% from 366); Green value is 168 (66.02% from 255 or 45.90% from 366); Blue value is 80 (31.64% from 255 or 21.86% from 366); Max value from RGB is 168 - color contains mainly: green. Hex color #76A850 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A850 is #8957AF. Grayscale: #8F8F8F. Windows color (decimal): -9000880 or 5286006. OLE color: 5286006.
HSL color Cylindrical-coordinate representation of color #76A850: hue angle of 94.09º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #76A850 is Cyan = 0.30, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 118 | 168 | 80 | - |
| CMYK | 0.30 | 0 | 0.52 | 0.34 |
| HSL | 94.09º | 0.35% | 0.49% | - |
| HSV(B) | 94.09º | 0.52% | 0.66% | - |
| XYZ | 22.92 | 32.44 | 12.64 | - |
| YUV | 143.02 | 92.44 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 168 | 80 | 0.30 | 0 | 0.52 | 0.34 | 94.09 | 0.35 | 0.49 |
| Hex | 76 | A8 | 50 | 1E | 0 | 34 | 22 | 5E | 23 | 31 |
| Octal | 166 | 250 | 120 | 36 | 0 | 64 | 42 | 136 | 43 | 61 |
| Binary | 1110110 | 10101000 | 1010000 | 11110 | 0 | 110100 | 100010 | 1011110 | 100011 | 110001 |
Color Harmonies of #76A850
Complementary color
Monochromatic Colors of #76A850
Black with #76A850
Text Example
Text Example
White with #76A850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A850; }
p { color: rgb(118,168,80); }
H1.HeaderClassName
{
color: #76A850;
}
.AnyTagClassName
{
color: #76A850;
}
</style>
background-color css
<style>
a { background-color: #76A850; }
a { background-color: rgb(118,168,80); }
div.DivClassName
{
background-color: #76A850;
}
.BgClassName
{
background-color: #76A850;
}
</style>
border-color css
<style>
span { border-color: #76A850; }
span { border-color: rgb(118,168,80); }
td.TdClassName
{
border-color: #76A850;
}
.TagClassName
{
border-color: #76A850;
}
</style>