Shades of Asparagus #769E5B
Tints of Asparagus #769E5B
RGB
CMYK
RGB Variations
Color information
#769E5B (or 0x769E5B) is known color: Asparagus. HEX triplet: 76, 9E and 5B. RGB value is (118,158,91). Sum of RGB (Red+Green+Blue) = 118+158+91=367 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.15% from 367); Green value is 158 (62.11% from 255 or 43.05% from 367); Blue value is 91 (35.94% from 255 or 24.80% from 367); Max value from RGB is 158 - color contains mainly: green. Hex color #769E5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769E5B is #8961A4. Grayscale: #8A8A8A. Windows color (decimal): -9003429 or 6004342. OLE color: 6004342.
HSL color Cylindrical-coordinate representation of color #769E5B: hue angle of 95.82º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #769E5B is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 118 | 158 | 91 | - |
| CMYK | 0.25 | 0 | 0.42 | 0.38 |
| HSL | 95.82º | 0.27% | 0.49% | - |
| HSV(B) | 95.82º | 0.42% | 0.62% | - |
| XYZ | 21.59 | 29.06 | 14.37 | - |
| YUV | 138.4 | 101.25 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 158 | 91 | 0.25 | 0 | 0.42 | 0.38 | 95.82 | 0.27 | 0.49 |
| Hex | 76 | 9E | 5B | 19 | 0 | 2A | 26 | 60 | 1B | 31 |
| Octal | 166 | 236 | 133 | 31 | 0 | 52 | 46 | 140 | 33 | 61 |
| Binary | 1110110 | 10011110 | 1011011 | 11001 | 0 | 101010 | 100110 | 1100000 | 11011 | 110001 |
Color Harmonies of #769E5B
Complementary color
Monochromatic Colors of #769E5B
Black with #769E5B
Text Example
Text Example
White with #769E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769E5B; }
p { color: rgb(118,158,91); }
H1.HeaderClassName
{
color: #769E5B;
}
.AnyTagClassName
{
color: #769E5B;
}
</style>
background-color css
<style>
a { background-color: #769E5B; }
a { background-color: rgb(118,158,91); }
div.DivClassName
{
background-color: #769E5B;
}
.BgClassName
{
background-color: #769E5B;
}
</style>
border-color css
<style>
span { border-color: #769E5B; }
span { border-color: rgb(118,158,91); }
td.TdClassName
{
border-color: #769E5B;
}
.TagClassName
{
border-color: #769E5B;
}
</style>