Shades of Asparagus #769A46
Tints of Asparagus #769A46
RGB
CMYK
RGB Variations
Color information
#769A46 (or 0x769A46) is known color: Asparagus. HEX triplet: 76, 9A and 46. RGB value is (118,154,70). Sum of RGB (Red+Green+Blue) = 118+154+70=342 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.50% from 342); Green value is 154 (60.55% from 255 or 45.03% from 342); Blue value is 70 (27.73% from 255 or 20.47% from 342); Max value from RGB is 154 - color contains mainly: green. Hex color #769A46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769A46 is #8965B9. Grayscale: #858585. Windows color (decimal): -9004474 or 4627062. OLE color: 4627062.
HSL color Cylindrical-coordinate representation of color #769A46: hue angle of 85.71º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #769A46 is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 118 | 154 | 70 | - |
| CMYK | 0.23 | 0 | 0.55 | 0.40 |
| HSL | 85.71º | 0.38% | 0.44% | - |
| HSV(B) | 85.71º | 0.55% | 0.6% | - |
| XYZ | 20.13 | 27.4 | 10.02 | - |
| YUV | 133.66 | 92.07 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 154 | 70 | 0.23 | 0 | 0.55 | 0.40 | 85.71 | 0.38 | 0.44 |
| Hex | 76 | 9A | 46 | 17 | 0 | 37 | 28 | 56 | 26 | 2C |
| Octal | 166 | 232 | 106 | 27 | 0 | 67 | 50 | 126 | 46 | 54 |
| Binary | 1110110 | 10011010 | 1000110 | 10111 | 0 | 110111 | 101000 | 1010110 | 100110 | 101100 |
Color Harmonies of #769A46
Complementary color
Monochromatic Colors of #769A46
Black with #769A46
Text Example
Text Example
White with #769A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769A46; }
p { color: rgb(118,154,70); }
H1.HeaderClassName
{
color: #769A46;
}
.AnyTagClassName
{
color: #769A46;
}
</style>
background-color css
<style>
a { background-color: #769A46; }
a { background-color: rgb(118,154,70); }
div.DivClassName
{
background-color: #769A46;
}
.BgClassName
{
background-color: #769A46;
}
</style>
border-color css
<style>
span { border-color: #769A46; }
span { border-color: rgb(118,154,70); }
td.TdClassName
{
border-color: #769A46;
}
.TagClassName
{
border-color: #769A46;
}
</style>