Shades of Asparagus #769854
Tints of Asparagus #769854
RGB
CMYK
RGB Variations
Color information
#769854 (or 0x769854) is known color: Asparagus. HEX triplet: 76, 98 and 54. RGB value is (118,152,84). Sum of RGB (Red+Green+Blue) = 118+152+84=354 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.33% from 354); Green value is 152 (59.77% from 255 or 42.94% from 354); Blue value is 84 (33.20% from 255 or 23.73% from 354); Max value from RGB is 152 - color contains mainly: green. Hex color #769854 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769854 is #8967AB. Grayscale: #868686. Windows color (decimal): -9004972 or 5544054. OLE color: 5544054.
HSL color Cylindrical-coordinate representation of color #769854: hue angle of 90º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #769854 is Cyan = 0.22, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 118 | 152 | 84 | - |
| CMYK | 0.22 | 0 | 0.45 | 0.40 |
| HSL | 90º | 0.29% | 0.46% | - |
| HSV(B) | 90º | 0.45% | 0.6% | - |
| XYZ | 20.3 | 26.95 | 12.52 | - |
| YUV | 134.08 | 99.74 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 152 | 84 | 0.22 | 0 | 0.45 | 0.40 | 90 | 0.29 | 0.46 |
| Hex | 76 | 98 | 54 | 16 | 0 | 2D | 28 | 5A | 1D | 2E |
| Octal | 166 | 230 | 124 | 26 | 0 | 55 | 50 | 132 | 35 | 56 |
| Binary | 1110110 | 10011000 | 1010100 | 10110 | 0 | 101101 | 101000 | 1011010 | 11101 | 101110 |
Color Harmonies of #769854
Complementary color
Monochromatic Colors of #769854
Black with #769854
Text Example
Text Example
White with #769854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769854; }
p { color: rgb(118,152,84); }
H1.HeaderClassName
{
color: #769854;
}
.AnyTagClassName
{
color: #769854;
}
</style>
background-color css
<style>
a { background-color: #769854; }
a { background-color: rgb(118,152,84); }
div.DivClassName
{
background-color: #769854;
}
.BgClassName
{
background-color: #769854;
}
</style>
border-color css
<style>
span { border-color: #769854; }
span { border-color: rgb(118,152,84); }
td.TdClassName
{
border-color: #769854;
}
.TagClassName
{
border-color: #769854;
}
</style>