Shades of Asparagus #76A552
Tints of Asparagus #76A552
RGB
CMYK
RGB Variations
Color information
#76A552 (or 0x76A552) is known color: Asparagus. HEX triplet: 76, A5 and 52. RGB value is (118,165,82). Sum of RGB (Red+Green+Blue) = 118+165+82=365 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.33% from 365); Green value is 165 (64.84% from 255 or 45.21% from 365); Blue value is 82 (32.42% from 255 or 22.47% from 365); Max value from RGB is 165 - color contains mainly: green. Hex color #76A552 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A552 is #895AAD. Grayscale: #8D8D8D. Windows color (decimal): -9001646 or 5416310. OLE color: 5416310.
HSL color Cylindrical-coordinate representation of color #76A552: hue angle of 93.98º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76A552 is Cyan = 0.28, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 118 | 165 | 82 | - |
| CMYK | 0.28 | 0 | 0.50 | 0.35 |
| HSL | 93.98º | 0.34% | 0.48% | - |
| HSV(B) | 93.98º | 0.5% | 0.65% | - |
| XYZ | 22.45 | 31.37 | 12.85 | - |
| YUV | 141.49 | 94.43 | 111.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 165 | 82 | 0.28 | 0 | 0.50 | 0.35 | 93.98 | 0.34 | 0.48 |
| Hex | 76 | A5 | 52 | 1C | 0 | 32 | 23 | 5E | 22 | 30 |
| Octal | 166 | 245 | 122 | 34 | 0 | 62 | 43 | 136 | 42 | 60 |
| Binary | 1110110 | 10100101 | 1010010 | 11100 | 0 | 110010 | 100011 | 1011110 | 100010 | 110000 |
Color Harmonies of #76A552
Complementary color
Monochromatic Colors of #76A552
Black with #76A552
Text Example
Text Example
White with #76A552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A552; }
p { color: rgb(118,165,82); }
H1.HeaderClassName
{
color: #76A552;
}
.AnyTagClassName
{
color: #76A552;
}
</style>
background-color css
<style>
a { background-color: #76A552; }
a { background-color: rgb(118,165,82); }
div.DivClassName
{
background-color: #76A552;
}
.BgClassName
{
background-color: #76A552;
}
</style>
border-color css
<style>
span { border-color: #76A552; }
span { border-color: rgb(118,165,82); }
td.TdClassName
{
border-color: #76A552;
}
.TagClassName
{
border-color: #76A552;
}
</style>