Shades of Asparagus #769A50
Tints of Asparagus #769A50
RGB
CMYK
RGB Variations
Color information
#769A50 (or 0x769A50) is known color: Asparagus. HEX triplet: 76, 9A and 50. RGB value is (118,154,80). Sum of RGB (Red+Green+Blue) = 118+154+80=352 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.52% from 352); Green value is 154 (60.55% from 255 or 43.75% from 352); Blue value is 80 (31.64% from 255 or 22.73% from 352); Max value from RGB is 154 - color contains mainly: green. Hex color #769A50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769A50 is #8965AF. Grayscale: #878787. Windows color (decimal): -9004464 or 5282422. OLE color: 5282422.
HSL color Cylindrical-coordinate representation of color #769A50: hue angle of 89.19º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #769A50 is Cyan = 0.23, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 118 | 154 | 80 | - |
| CMYK | 0.23 | 0 | 0.48 | 0.40 |
| HSL | 89.19º | 0.32% | 0.46% | - |
| HSV(B) | 89.19º | 0.48% | 0.6% | - |
| XYZ | 20.47 | 27.54 | 11.83 | - |
| YUV | 134.8 | 97.07 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 154 | 80 | 0.23 | 0 | 0.48 | 0.40 | 89.19 | 0.32 | 0.46 |
| Hex | 76 | 9A | 50 | 17 | 0 | 30 | 28 | 59 | 20 | 2E |
| Octal | 166 | 232 | 120 | 27 | 0 | 60 | 50 | 131 | 40 | 56 |
| Binary | 1110110 | 10011010 | 1010000 | 10111 | 0 | 110000 | 101000 | 1011001 | 100000 | 101110 |
Color Harmonies of #769A50
Complementary color
Monochromatic Colors of #769A50
Black with #769A50
Text Example
Text Example
White with #769A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769A50; }
p { color: rgb(118,154,80); }
H1.HeaderClassName
{
color: #769A50;
}
.AnyTagClassName
{
color: #769A50;
}
</style>
background-color css
<style>
a { background-color: #769A50; }
a { background-color: rgb(118,154,80); }
div.DivClassName
{
background-color: #769A50;
}
.BgClassName
{
background-color: #769A50;
}
</style>
border-color css
<style>
span { border-color: #769A50; }
span { border-color: rgb(118,154,80); }
td.TdClassName
{
border-color: #769A50;
}
.TagClassName
{
border-color: #769A50;
}
</style>