Shades of Asparagus #76A157
Tints of Asparagus #76A157
RGB
CMYK
RGB Variations
Color information
#76A157 (or 0x76A157) is known color: Asparagus. HEX triplet: 76, A1 and 57. RGB value is (118,161,87). Sum of RGB (Red+Green+Blue) = 118+161+87=366 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.24% from 366); Green value is 161 (63.28% from 255 or 43.99% from 366); Blue value is 87 (34.38% from 255 or 23.77% from 366); Max value from RGB is 161 - color contains mainly: green. Hex color #76A157 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A157 is #895EA8. Grayscale: #8B8B8B. Windows color (decimal): -9002665 or 5742966. OLE color: 5742966.
HSL color Cylindrical-coordinate representation of color #76A157: hue angle of 94.86º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76A157 is Cyan = 0.27, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 118 | 161 | 87 | - |
| CMYK | 0.27 | 0 | 0.46 | 0.37 |
| HSL | 94.86º | 0.3% | 0.49% | - |
| HSV(B) | 94.86º | 0.46% | 0.63% | - |
| XYZ | 21.94 | 30.03 | 13.66 | - |
| YUV | 139.71 | 98.25 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 161 | 87 | 0.27 | 0 | 0.46 | 0.37 | 94.86 | 0.3 | 0.49 |
| Hex | 76 | A1 | 57 | 1B | 0 | 2E | 25 | 5F | 1E | 31 |
| Octal | 166 | 241 | 127 | 33 | 0 | 56 | 45 | 137 | 36 | 61 |
| Binary | 1110110 | 10100001 | 1010111 | 11011 | 0 | 101110 | 100101 | 1011111 | 11110 | 110001 |
Color Harmonies of #76A157
Complementary color
Monochromatic Colors of #76A157
Black with #76A157
Text Example
Text Example
White with #76A157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A157; }
p { color: rgb(118,161,87); }
H1.HeaderClassName
{
color: #76A157;
}
.AnyTagClassName
{
color: #76A157;
}
</style>
background-color css
<style>
a { background-color: #76A157; }
a { background-color: rgb(118,161,87); }
div.DivClassName
{
background-color: #76A157;
}
.BgClassName
{
background-color: #76A157;
}
</style>
border-color css
<style>
span { border-color: #76A157; }
span { border-color: rgb(118,161,87); }
td.TdClassName
{
border-color: #76A157;
}
.TagClassName
{
border-color: #76A157;
}
</style>