Shades of Asparagus #769859
Tints of Asparagus #769859
RGB
CMYK
RGB Variations
Color information
#769859 (or 0x769859) is known color: Asparagus. HEX triplet: 76, 98 and 59. RGB value is (118,152,89). Sum of RGB (Red+Green+Blue) = 118+152+89=359 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.87% from 359); Green value is 152 (59.77% from 255 or 42.34% from 359); Blue value is 89 (35.16% from 255 or 24.79% from 359); Max value from RGB is 152 - color contains mainly: green. Hex color #769859 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769859 is #8967A6. Grayscale: #868686. Windows color (decimal): -9004967 or 5871734. OLE color: 5871734.
HSL color Cylindrical-coordinate representation of color #769859: hue angle of 92.38º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #769859 is Cyan = 0.22, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 118 | 152 | 89 | - |
| CMYK | 0.22 | 0 | 0.41 | 0.40 |
| HSL | 92.38º | 0.26% | 0.47% | - |
| HSV(B) | 92.38º | 0.41% | 0.6% | - |
| XYZ | 20.5 | 27.03 | 13.59 | - |
| YUV | 134.65 | 102.24 | 116.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 152 | 89 | 0.22 | 0 | 0.41 | 0.40 | 92.38 | 0.26 | 0.47 |
| Hex | 76 | 98 | 59 | 16 | 0 | 29 | 28 | 5C | 1A | 2F |
| Octal | 166 | 230 | 131 | 26 | 0 | 51 | 50 | 134 | 32 | 57 |
| Binary | 1110110 | 10011000 | 1011001 | 10110 | 0 | 101001 | 101000 | 1011100 | 11010 | 101111 |
Color Harmonies of #769859
Complementary color
Monochromatic Colors of #769859
Black with #769859
Text Example
Text Example
White with #769859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769859; }
p { color: rgb(118,152,89); }
H1.HeaderClassName
{
color: #769859;
}
.AnyTagClassName
{
color: #769859;
}
</style>
background-color css
<style>
a { background-color: #769859; }
a { background-color: rgb(118,152,89); }
div.DivClassName
{
background-color: #769859;
}
.BgClassName
{
background-color: #769859;
}
</style>
border-color css
<style>
span { border-color: #769859; }
span { border-color: rgb(118,152,89); }
td.TdClassName
{
border-color: #769859;
}
.TagClassName
{
border-color: #769859;
}
</style>