Shades of Asparagus #769E60
Tints of Asparagus #769E60
RGB
CMYK
RGB Variations
Color information
#769E60 (or 0x769E60) is known color: Asparagus. HEX triplet: 76, 9E and 60. RGB value is (118,158,96). Sum of RGB (Red+Green+Blue) = 118+158+96=372 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.72% from 372); Green value is 158 (62.11% from 255 or 42.47% from 372); Blue value is 96 (37.89% from 255 or 25.81% from 372); Max value from RGB is 158 - color contains mainly: green. Hex color #769E60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769E60 is #89619F. Grayscale: #8B8B8B. Windows color (decimal): -9003424 or 6332022. OLE color: 6332022.
HSL color Cylindrical-coordinate representation of color #769E60: hue angle of 98.71º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #769E60 is Cyan = 0.25, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 118 | 158 | 96 | - |
| CMYK | 0.25 | 0 | 0.39 | 0.38 |
| HSL | 98.71º | 0.24% | 0.5% | - |
| HSV(B) | 98.71º | 0.39% | 0.62% | - |
| XYZ | 21.81 | 29.15 | 15.54 | - |
| YUV | 138.97 | 103.75 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 158 | 96 | 0.25 | 0 | 0.39 | 0.38 | 98.71 | 0.24 | 0.5 |
| Hex | 76 | 9E | 60 | 19 | 0 | 27 | 26 | 63 | 18 | 32 |
| Octal | 166 | 236 | 140 | 31 | 0 | 47 | 46 | 143 | 30 | 62 |
| Binary | 1110110 | 10011110 | 1100000 | 11001 | 0 | 100111 | 100110 | 1100011 | 11000 | 110010 |
Color Harmonies of #769E60
Complementary color
Monochromatic Colors of #769E60
Black with #769E60
Text Example
Text Example
White with #769E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769E60; }
p { color: rgb(118,158,96); }
H1.HeaderClassName
{
color: #769E60;
}
.AnyTagClassName
{
color: #769E60;
}
</style>
background-color css
<style>
a { background-color: #769E60; }
a { background-color: rgb(118,158,96); }
div.DivClassName
{
background-color: #769E60;
}
.BgClassName
{
background-color: #769E60;
}
</style>
border-color css
<style>
span { border-color: #769E60; }
span { border-color: rgb(118,158,96); }
td.TdClassName
{
border-color: #769E60;
}
.TagClassName
{
border-color: #769E60;
}
</style>