Shades of Asparagus #76A557
Tints of Asparagus #76A557
RGB
CMYK
RGB Variations
Color information
#76A557 (or 0x76A557) is known color: Asparagus. HEX triplet: 76, A5 and 57. RGB value is (118,165,87). Sum of RGB (Red+Green+Blue) = 118+165+87=370 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.89% from 370); Green value is 165 (64.84% from 255 or 44.59% from 370); Blue value is 87 (34.38% from 255 or 23.51% from 370); Max value from RGB is 165 - color contains mainly: green. Hex color #76A557 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A557 is #895AA8. Grayscale: #8E8E8E. Windows color (decimal): -9001641 or 5743990. OLE color: 5743990.
HSL color Cylindrical-coordinate representation of color #76A557: hue angle of 96.15º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76A557 is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 118 | 165 | 87 | - |
| CMYK | 0.28 | 0 | 0.47 | 0.35 |
| HSL | 96.15º | 0.31% | 0.49% | - |
| HSV(B) | 96.15º | 0.47% | 0.65% | - |
| XYZ | 22.65 | 31.45 | 13.89 | - |
| YUV | 142.06 | 96.93 | 110.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 165 | 87 | 0.28 | 0 | 0.47 | 0.35 | 96.15 | 0.31 | 0.49 |
| Hex | 76 | A5 | 57 | 1C | 0 | 2F | 23 | 60 | 1F | 31 |
| Octal | 166 | 245 | 127 | 34 | 0 | 57 | 43 | 140 | 37 | 61 |
| Binary | 1110110 | 10100101 | 1010111 | 11100 | 0 | 101111 | 100011 | 1100000 | 11111 | 110001 |
Color Harmonies of #76A557
Complementary color
Monochromatic Colors of #76A557
Black with #76A557
Text Example
Text Example
White with #76A557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A557; }
p { color: rgb(118,165,87); }
H1.HeaderClassName
{
color: #76A557;
}
.AnyTagClassName
{
color: #76A557;
}
</style>
background-color css
<style>
a { background-color: #76A557; }
a { background-color: rgb(118,165,87); }
div.DivClassName
{
background-color: #76A557;
}
.BgClassName
{
background-color: #76A557;
}
</style>
border-color css
<style>
span { border-color: #76A557; }
span { border-color: rgb(118,165,87); }
td.TdClassName
{
border-color: #76A557;
}
.TagClassName
{
border-color: #76A557;
}
</style>