Shades of Asparagus #769F4E
Tints of Asparagus #769F4E
RGB
CMYK
RGB Variations
Color information
#769F4E (or 0x769F4E) is known color: Asparagus. HEX triplet: 76, 9F and 4E. RGB value is (118,159,78). Sum of RGB (Red+Green+Blue) = 118+159+78=355 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.24% from 355); Green value is 159 (62.5% from 255 or 44.79% from 355); Blue value is 78 (30.86% from 255 or 21.97% from 355); Max value from RGB is 159 - color contains mainly: green. Hex color #769F4E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769F4E is #8960B1. Grayscale: #898989. Windows color (decimal): -9003186 or 5152630. OLE color: 5152630.
HSL color Cylindrical-coordinate representation of color #769F4E: hue angle of 90.37º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #769F4E is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 118 | 159 | 78 | - |
| CMYK | 0.26 | 0 | 0.51 | 0.38 |
| HSL | 90.37º | 0.34% | 0.46% | - |
| HSV(B) | 90.37º | 0.51% | 0.62% | - |
| XYZ | 21.24 | 29.2 | 11.72 | - |
| YUV | 137.51 | 94.42 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 159 | 78 | 0.26 | 0 | 0.51 | 0.38 | 90.37 | 0.34 | 0.46 |
| Hex | 76 | 9F | 4E | 1A | 0 | 33 | 26 | 5A | 22 | 2E |
| Octal | 166 | 237 | 116 | 32 | 0 | 63 | 46 | 132 | 42 | 56 |
| Binary | 1110110 | 10011111 | 1001110 | 11010 | 0 | 110011 | 100110 | 1011010 | 100010 | 101110 |
Color Harmonies of #769F4E
Complementary color
Monochromatic Colors of #769F4E
Black with #769F4E
Text Example
Text Example
White with #769F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769F4E; }
p { color: rgb(118,159,78); }
H1.HeaderClassName
{
color: #769F4E;
}
.AnyTagClassName
{
color: #769F4E;
}
</style>
background-color css
<style>
a { background-color: #769F4E; }
a { background-color: rgb(118,159,78); }
div.DivClassName
{
background-color: #769F4E;
}
.BgClassName
{
background-color: #769F4E;
}
</style>
border-color css
<style>
span { border-color: #769F4E; }
span { border-color: rgb(118,159,78); }
td.TdClassName
{
border-color: #769F4E;
}
.TagClassName
{
border-color: #769F4E;
}
</style>