Shades of Asparagus #769F56
Tints of Asparagus #769F56
RGB
CMYK
RGB Variations
Color information
#769F56 (or 0x769F56) is known color: Asparagus. HEX triplet: 76, 9F and 56. RGB value is (118,159,86). Sum of RGB (Red+Green+Blue) = 118+159+86=363 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.51% from 363); Green value is 159 (62.5% from 255 or 43.80% from 363); Blue value is 86 (33.98% from 255 or 23.69% from 363); Max value from RGB is 159 - color contains mainly: green. Hex color #769F56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769F56 is #8960A9. Grayscale: #8A8A8A. Windows color (decimal): -9003178 or 5676918. OLE color: 5676918.
HSL color Cylindrical-coordinate representation of color #769F56: hue angle of 93.7º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #769F56 is Cyan = 0.26, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 118 | 159 | 86 | - |
| CMYK | 0.26 | 0 | 0.46 | 0.38 |
| HSL | 93.7º | 0.3% | 0.48% | - |
| HSV(B) | 93.7º | 0.46% | 0.62% | - |
| XYZ | 21.55 | 29.32 | 13.33 | - |
| YUV | 138.42 | 98.42 | 113.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 159 | 86 | 0.26 | 0 | 0.46 | 0.38 | 93.7 | 0.3 | 0.48 |
| Hex | 76 | 9F | 56 | 1A | 0 | 2E | 26 | 5E | 1E | 30 |
| Octal | 166 | 237 | 126 | 32 | 0 | 56 | 46 | 136 | 36 | 60 |
| Binary | 1110110 | 10011111 | 1010110 | 11010 | 0 | 101110 | 100110 | 1011110 | 11110 | 110000 |
Color Harmonies of #769F56
Complementary color
Monochromatic Colors of #769F56
Black with #769F56
Text Example
Text Example
White with #769F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769F56; }
p { color: rgb(118,159,86); }
H1.HeaderClassName
{
color: #769F56;
}
.AnyTagClassName
{
color: #769F56;
}
</style>
background-color css
<style>
a { background-color: #769F56; }
a { background-color: rgb(118,159,86); }
div.DivClassName
{
background-color: #769F56;
}
.BgClassName
{
background-color: #769F56;
}
</style>
border-color css
<style>
span { border-color: #769F56; }
span { border-color: rgb(118,159,86); }
td.TdClassName
{
border-color: #769F56;
}
.TagClassName
{
border-color: #769F56;
}
</style>