Shades of Asparagus #76A554
Tints of Asparagus #76A554
RGB
CMYK
RGB Variations
Color information
#76A554 (or 0x76A554) is known color: Asparagus. HEX triplet: 76, A5 and 54. RGB value is (118,165,84). Sum of RGB (Red+Green+Blue) = 118+165+84=367 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.15% from 367); Green value is 165 (64.84% from 255 or 44.96% from 367); Blue value is 84 (33.20% from 255 or 22.89% from 367); Max value from RGB is 165 - color contains mainly: green. Hex color #76A554 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A554 is #895AAB. Grayscale: #8D8D8D. Windows color (decimal): -9001644 or 5547382. OLE color: 5547382.
HSL color Cylindrical-coordinate representation of color #76A554: hue angle of 94.81º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #76A554 is Cyan = 0.28, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 118 | 165 | 84 | - |
| CMYK | 0.28 | 0 | 0.49 | 0.35 |
| HSL | 94.81º | 0.33% | 0.49% | - |
| HSV(B) | 94.81º | 0.49% | 0.65% | - |
| XYZ | 22.53 | 31.4 | 13.26 | - |
| YUV | 141.71 | 95.43 | 111.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 165 | 84 | 0.28 | 0 | 0.49 | 0.35 | 94.81 | 0.33 | 0.49 |
| Hex | 76 | A5 | 54 | 1C | 0 | 31 | 23 | 5F | 21 | 31 |
| Octal | 166 | 245 | 124 | 34 | 0 | 61 | 43 | 137 | 41 | 61 |
| Binary | 1110110 | 10100101 | 1010100 | 11100 | 0 | 110001 | 100011 | 1011111 | 100001 | 110001 |
Color Harmonies of #76A554
Complementary color
Monochromatic Colors of #76A554
Black with #76A554
Text Example
Text Example
White with #76A554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A554; }
p { color: rgb(118,165,84); }
H1.HeaderClassName
{
color: #76A554;
}
.AnyTagClassName
{
color: #76A554;
}
</style>
background-color css
<style>
a { background-color: #76A554; }
a { background-color: rgb(118,165,84); }
div.DivClassName
{
background-color: #76A554;
}
.BgClassName
{
background-color: #76A554;
}
</style>
border-color css
<style>
span { border-color: #76A554; }
span { border-color: rgb(118,165,84); }
td.TdClassName
{
border-color: #76A554;
}
.TagClassName
{
border-color: #76A554;
}
</style>