Shades of Asparagus #769649
Tints of Asparagus #769649
RGB
CMYK
RGB Variations
Color information
#769649 (or 0x769649) is known color: Asparagus. HEX triplet: 76, 96 and 49. RGB value is (118,150,73). Sum of RGB (Red+Green+Blue) = 118+150+73=341 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.60% from 341); Green value is 150 (58.98% from 255 or 43.99% from 341); Blue value is 73 (28.91% from 255 or 21.41% from 341); Max value from RGB is 150 - color contains mainly: green. Hex color #769649 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769649 is #8969B6. Grayscale: #838383. Windows color (decimal): -9005495 or 4822646. OLE color: 4822646.
HSL color Cylindrical-coordinate representation of color #769649: hue angle of 84.94º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #769649 is Cyan = 0.21, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 118 | 150 | 73 | - |
| CMYK | 0.21 | 0 | 0.51 | 0.41 |
| HSL | 84.94º | 0.35% | 0.44% | - |
| HSV(B) | 84.94º | 0.51% | 0.59% | - |
| XYZ | 19.58 | 26.15 | 10.32 | - |
| YUV | 131.65 | 94.9 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 150 | 73 | 0.21 | 0 | 0.51 | 0.41 | 84.94 | 0.35 | 0.44 |
| Hex | 76 | 96 | 49 | 15 | 0 | 33 | 29 | 55 | 23 | 2C |
| Octal | 166 | 226 | 111 | 25 | 0 | 63 | 51 | 125 | 43 | 54 |
| Binary | 1110110 | 10010110 | 1001001 | 10101 | 0 | 110011 | 101001 | 1010101 | 100011 | 101100 |
Color Harmonies of #769649
Complementary color
Monochromatic Colors of #769649
Black with #769649
Text Example
Text Example
White with #769649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769649; }
p { color: rgb(118,150,73); }
H1.HeaderClassName
{
color: #769649;
}
.AnyTagClassName
{
color: #769649;
}
</style>
background-color css
<style>
a { background-color: #769649; }
a { background-color: rgb(118,150,73); }
div.DivClassName
{
background-color: #769649;
}
.BgClassName
{
background-color: #769649;
}
</style>
border-color css
<style>
span { border-color: #769649; }
span { border-color: rgb(118,150,73); }
td.TdClassName
{
border-color: #769649;
}
.TagClassName
{
border-color: #769649;
}
</style>