Shades of Asparagus #769650
Tints of Asparagus #769650
RGB
CMYK
RGB Variations
Color information
#769650 (or 0x769650) is known color: Asparagus. HEX triplet: 76, 96 and 50. RGB value is (118,150,80). Sum of RGB (Red+Green+Blue) = 118+150+80=348 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.91% from 348); Green value is 150 (58.98% from 255 or 43.10% from 348); Blue value is 80 (31.64% from 255 or 22.99% from 348); Max value from RGB is 150 - color contains mainly: green. Hex color #769650 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769650 is #8969AF. Grayscale: #848484. Windows color (decimal): -9005488 or 5281398. OLE color: 5281398.
HSL color Cylindrical-coordinate representation of color #769650: hue angle of 87.43º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #769650 is Cyan = 0.21, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 118 | 150 | 80 | - |
| CMYK | 0.21 | 0 | 0.47 | 0.41 |
| HSL | 87.43º | 0.3% | 0.45% | - |
| HSV(B) | 87.43º | 0.47% | 0.59% | - |
| XYZ | 19.83 | 26.24 | 11.61 | - |
| YUV | 132.45 | 98.4 | 117.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 150 | 80 | 0.21 | 0 | 0.47 | 0.41 | 87.43 | 0.3 | 0.45 |
| Hex | 76 | 96 | 50 | 15 | 0 | 2F | 29 | 57 | 1E | 2D |
| Octal | 166 | 226 | 120 | 25 | 0 | 57 | 51 | 127 | 36 | 55 |
| Binary | 1110110 | 10010110 | 1010000 | 10101 | 0 | 101111 | 101001 | 1010111 | 11110 | 101101 |
Color Harmonies of #769650
Complementary color
Monochromatic Colors of #769650
Black with #769650
Text Example
Text Example
White with #769650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769650; }
p { color: rgb(118,150,80); }
H1.HeaderClassName
{
color: #769650;
}
.AnyTagClassName
{
color: #769650;
}
</style>
background-color css
<style>
a { background-color: #769650; }
a { background-color: rgb(118,150,80); }
div.DivClassName
{
background-color: #769650;
}
.BgClassName
{
background-color: #769650;
}
</style>
border-color css
<style>
span { border-color: #769650; }
span { border-color: rgb(118,150,80); }
td.TdClassName
{
border-color: #769650;
}
.TagClassName
{
border-color: #769650;
}
</style>