Shades of Asparagus #769E58
Tints of Asparagus #769E58
RGB
CMYK
RGB Variations
Color information
#769E58 (or 0x769E58) is known color: Asparagus. HEX triplet: 76, 9E and 58. RGB value is (118,158,88). Sum of RGB (Red+Green+Blue) = 118+158+88=364 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.42% from 364); Green value is 158 (62.11% from 255 or 43.41% from 364); Blue value is 88 (34.77% from 255 or 24.18% from 364); Max value from RGB is 158 - color contains mainly: green. Hex color #769E58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769E58 is #8961A7. Grayscale: #8A8A8A. Windows color (decimal): -9003432 or 5807734. OLE color: 5807734.
HSL color Cylindrical-coordinate representation of color #769E58: hue angle of 94.29º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #769E58 is Cyan = 0.25, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 118 | 158 | 88 | - |
| CMYK | 0.25 | 0 | 0.44 | 0.38 |
| HSL | 94.29º | 0.28% | 0.48% | - |
| HSV(B) | 94.29º | 0.44% | 0.62% | - |
| XYZ | 21.46 | 29.01 | 13.7 | - |
| YUV | 138.06 | 99.75 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 158 | 88 | 0.25 | 0 | 0.44 | 0.38 | 94.29 | 0.28 | 0.48 |
| Hex | 76 | 9E | 58 | 19 | 0 | 2C | 26 | 5E | 1C | 30 |
| Octal | 166 | 236 | 130 | 31 | 0 | 54 | 46 | 136 | 34 | 60 |
| Binary | 1110110 | 10011110 | 1011000 | 11001 | 0 | 101100 | 100110 | 1011110 | 11100 | 110000 |
Color Harmonies of #769E58
Complementary color
Monochromatic Colors of #769E58
Black with #769E58
Text Example
Text Example
White with #769E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769E58; }
p { color: rgb(118,158,88); }
H1.HeaderClassName
{
color: #769E58;
}
.AnyTagClassName
{
color: #769E58;
}
</style>
background-color css
<style>
a { background-color: #769E58; }
a { background-color: rgb(118,158,88); }
div.DivClassName
{
background-color: #769E58;
}
.BgClassName
{
background-color: #769E58;
}
</style>
border-color css
<style>
span { border-color: #769E58; }
span { border-color: rgb(118,158,88); }
td.TdClassName
{
border-color: #769E58;
}
.TagClassName
{
border-color: #769E58;
}
</style>