Shades of Asparagus #769D57
Tints of Asparagus #769D57
RGB
CMYK
RGB Variations
Color information
#769D57 (or 0x769D57) is known color: Asparagus. HEX triplet: 76, 9D and 57. RGB value is (118,157,87). Sum of RGB (Red+Green+Blue) = 118+157+87=362 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.60% from 362); Green value is 157 (61.72% from 255 or 43.37% from 362); Blue value is 87 (34.38% from 255 or 24.03% from 362); Max value from RGB is 157 - color contains mainly: green. Hex color #769D57 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769D57 is #8962A8. Grayscale: #898989. Windows color (decimal): -9003689 or 5741942. OLE color: 5741942.
HSL color Cylindrical-coordinate representation of color #769D57: hue angle of 93.43º 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 #769D57 is Cyan = 0.25, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 118 | 157 | 87 | - |
| CMYK | 0.25 | 0 | 0.45 | 0.38 |
| HSL | 93.43º | 0.29% | 0.48% | - |
| HSV(B) | 93.43º | 0.45% | 0.62% | - |
| XYZ | 21.25 | 28.65 | 13.43 | - |
| YUV | 137.36 | 99.58 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 157 | 87 | 0.25 | 0 | 0.45 | 0.38 | 93.43 | 0.29 | 0.48 |
| Hex | 76 | 9D | 57 | 19 | 0 | 2D | 26 | 5D | 1D | 30 |
| Octal | 166 | 235 | 127 | 31 | 0 | 55 | 46 | 135 | 35 | 60 |
| Binary | 1110110 | 10011101 | 1010111 | 11001 | 0 | 101101 | 100110 | 1011101 | 11101 | 110000 |
Color Harmonies of #769D57
Complementary color
Monochromatic Colors of #769D57
Black with #769D57
Text Example
Text Example
White with #769D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769D57; }
p { color: rgb(118,157,87); }
H1.HeaderClassName
{
color: #769D57;
}
.AnyTagClassName
{
color: #769D57;
}
</style>
background-color css
<style>
a { background-color: #769D57; }
a { background-color: rgb(118,157,87); }
div.DivClassName
{
background-color: #769D57;
}
.BgClassName
{
background-color: #769D57;
}
</style>
border-color css
<style>
span { border-color: #769D57; }
span { border-color: rgb(118,157,87); }
td.TdClassName
{
border-color: #769D57;
}
.TagClassName
{
border-color: #769D57;
}
</style>