Shades of Asparagus #769F57
Tints of Asparagus #769F57
RGB
CMYK
RGB Variations
Color information
#769F57 (or 0x769F57) is known color: Asparagus. HEX triplet: 76, 9F and 57. RGB value is (118,159,87). Sum of RGB (Red+Green+Blue) = 118+159+87=364 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.42% from 364); Green value is 159 (62.5% from 255 or 43.68% from 364); Blue value is 87 (34.38% from 255 or 23.90% from 364); Max value from RGB is 159 - color contains mainly: green. Hex color #769F57 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769F57 is #8960A8. Grayscale: #8A8A8A. Windows color (decimal): -9003177 or 5742454. OLE color: 5742454.
HSL color Cylindrical-coordinate representation of color #769F57: hue angle of 94.17º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #769F57 is Cyan = 0.26, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 118 | 159 | 87 | - |
| CMYK | 0.26 | 0 | 0.45 | 0.38 |
| HSL | 94.17º | 0.29% | 0.48% | - |
| HSV(B) | 94.17º | 0.45% | 0.62% | - |
| XYZ | 21.59 | 29.34 | 13.54 | - |
| YUV | 138.53 | 98.92 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 159 | 87 | 0.26 | 0 | 0.45 | 0.38 | 94.17 | 0.29 | 0.48 |
| Hex | 76 | 9F | 57 | 1A | 0 | 2D | 26 | 5E | 1D | 30 |
| Octal | 166 | 237 | 127 | 32 | 0 | 55 | 46 | 136 | 35 | 60 |
| Binary | 1110110 | 10011111 | 1010111 | 11010 | 0 | 101101 | 100110 | 1011110 | 11101 | 110000 |
Color Harmonies of #769F57
Complementary color
Monochromatic Colors of #769F57
Black with #769F57
Text Example
Text Example
White with #769F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769F57; }
p { color: rgb(118,159,87); }
H1.HeaderClassName
{
color: #769F57;
}
.AnyTagClassName
{
color: #769F57;
}
</style>
background-color css
<style>
a { background-color: #769F57; }
a { background-color: rgb(118,159,87); }
div.DivClassName
{
background-color: #769F57;
}
.BgClassName
{
background-color: #769F57;
}
</style>
border-color css
<style>
span { border-color: #769F57; }
span { border-color: rgb(118,159,87); }
td.TdClassName
{
border-color: #769F57;
}
.TagClassName
{
border-color: #769F57;
}
</style>