Shades of Asparagus #76A752
Tints of Asparagus #76A752
RGB
CMYK
RGB Variations
Color information
#76A752 (or 0x76A752) is known color: Asparagus. HEX triplet: 76, A7 and 52. RGB value is (118,167,82). Sum of RGB (Red+Green+Blue) = 118+167+82=367 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.15% from 367); Green value is 167 (65.62% from 255 or 45.50% from 367); Blue value is 82 (32.42% from 255 or 22.34% from 367); Max value from RGB is 167 - color contains mainly: green. Hex color #76A752 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A752 is #8958AD. Grayscale: #8E8E8E. Windows color (decimal): -9001134 or 5416822. OLE color: 5416822.
HSL color Cylindrical-coordinate representation of color #76A752: hue angle of 94.59º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76A752 is Cyan = 0.29, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 118 | 167 | 82 | - |
| CMYK | 0.29 | 0 | 0.51 | 0.35 |
| HSL | 94.59º | 0.34% | 0.49% | - |
| HSV(B) | 94.59º | 0.51% | 0.65% | - |
| XYZ | 22.81 | 32.1 | 12.98 | - |
| YUV | 142.66 | 93.77 | 110.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 167 | 82 | 0.29 | 0 | 0.51 | 0.35 | 94.59 | 0.34 | 0.49 |
| Hex | 76 | A7 | 52 | 1D | 0 | 33 | 23 | 5F | 22 | 31 |
| Octal | 166 | 247 | 122 | 35 | 0 | 63 | 43 | 137 | 42 | 61 |
| Binary | 1110110 | 10100111 | 1010010 | 11101 | 0 | 110011 | 100011 | 1011111 | 100010 | 110001 |
Color Harmonies of #76A752
Complementary color
Monochromatic Colors of #76A752
Black with #76A752
Text Example
Text Example
White with #76A752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A752; }
p { color: rgb(118,167,82); }
H1.HeaderClassName
{
color: #76A752;
}
.AnyTagClassName
{
color: #76A752;
}
</style>
background-color css
<style>
a { background-color: #76A752; }
a { background-color: rgb(118,167,82); }
div.DivClassName
{
background-color: #76A752;
}
.BgClassName
{
background-color: #76A752;
}
</style>
border-color css
<style>
span { border-color: #76A752; }
span { border-color: rgb(118,167,82); }
td.TdClassName
{
border-color: #76A752;
}
.TagClassName
{
border-color: #76A752;
}
</style>