Shades of Asparagus #769E52
Tints of Asparagus #769E52
RGB
CMYK
RGB Variations
Color information
#769E52 (or 0x769E52) is known color: Asparagus. HEX triplet: 76, 9E and 52. RGB value is (118,158,82). Sum of RGB (Red+Green+Blue) = 118+158+82=358 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.96% from 358); Green value is 158 (62.11% from 255 or 44.13% from 358); Blue value is 82 (32.42% from 255 or 22.91% from 358); Max value from RGB is 158 - color contains mainly: green. Hex color #769E52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769E52 is #8961AD. Grayscale: #898989. Windows color (decimal): -9003438 or 5414518. OLE color: 5414518.
HSL color Cylindrical-coordinate representation of color #769E52: hue angle of 91.58º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #769E52 is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 118 | 158 | 82 | - |
| CMYK | 0.25 | 0 | 0.48 | 0.38 |
| HSL | 91.58º | 0.32% | 0.47% | - |
| HSV(B) | 91.58º | 0.48% | 0.62% | - |
| XYZ | 21.22 | 28.91 | 12.45 | - |
| YUV | 137.38 | 96.75 | 114.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 158 | 82 | 0.25 | 0 | 0.48 | 0.38 | 91.58 | 0.32 | 0.47 |
| Hex | 76 | 9E | 52 | 19 | 0 | 30 | 26 | 5C | 20 | 2F |
| Octal | 166 | 236 | 122 | 31 | 0 | 60 | 46 | 134 | 40 | 57 |
| Binary | 1110110 | 10011110 | 1010010 | 11001 | 0 | 110000 | 100110 | 1011100 | 100000 | 101111 |
Color Harmonies of #769E52
Complementary color
Monochromatic Colors of #769E52
Black with #769E52
Text Example
Text Example
White with #769E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769E52; }
p { color: rgb(118,158,82); }
H1.HeaderClassName
{
color: #769E52;
}
.AnyTagClassName
{
color: #769E52;
}
</style>
background-color css
<style>
a { background-color: #769E52; }
a { background-color: rgb(118,158,82); }
div.DivClassName
{
background-color: #769E52;
}
.BgClassName
{
background-color: #769E52;
}
</style>
border-color css
<style>
span { border-color: #769E52; }
span { border-color: rgb(118,158,82); }
td.TdClassName
{
border-color: #769E52;
}
.TagClassName
{
border-color: #769E52;
}
</style>