Shades of Asparagus #769E5D
Tints of Asparagus #769E5D
RGB
CMYK
RGB Variations
Color information
#769E5D (or 0x769E5D) is known color: Asparagus. HEX triplet: 76, 9E and 5D. RGB value is (118,158,93). Sum of RGB (Red+Green+Blue) = 118+158+93=369 (48% of max value = 765). Red value is 118 (46.48% from 255 or 31.98% from 369); Green value is 158 (62.11% from 255 or 42.82% from 369); Blue value is 93 (36.72% from 255 or 25.20% from 369); Max value from RGB is 158 - color contains mainly: green. Hex color #769E5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769E5D is #8961A2. Grayscale: #8A8A8A. Windows color (decimal): -9003427 or 6135414. OLE color: 6135414.
HSL color Cylindrical-coordinate representation of color #769E5D: hue angle of 96.92º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #769E5D is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 118 | 158 | 93 | - |
| CMYK | 0.25 | 0 | 0.41 | 0.38 |
| HSL | 96.92º | 0.26% | 0.49% | - |
| HSV(B) | 96.92º | 0.41% | 0.62% | - |
| XYZ | 21.67 | 29.1 | 14.83 | - |
| YUV | 138.63 | 102.25 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 158 | 93 | 0.25 | 0 | 0.41 | 0.38 | 96.92 | 0.26 | 0.49 |
| Hex | 76 | 9E | 5D | 19 | 0 | 29 | 26 | 61 | 1A | 31 |
| Octal | 166 | 236 | 135 | 31 | 0 | 51 | 46 | 141 | 32 | 61 |
| Binary | 1110110 | 10011110 | 1011101 | 11001 | 0 | 101001 | 100110 | 1100001 | 11010 | 110001 |
Color Harmonies of #769E5D
Complementary color
Monochromatic Colors of #769E5D
Black with #769E5D
Text Example
Text Example
White with #769E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769E5D; }
p { color: rgb(118,158,93); }
H1.HeaderClassName
{
color: #769E5D;
}
.AnyTagClassName
{
color: #769E5D;
}
</style>
background-color css
<style>
a { background-color: #769E5D; }
a { background-color: rgb(118,158,93); }
div.DivClassName
{
background-color: #769E5D;
}
.BgClassName
{
background-color: #769E5D;
}
</style>
border-color css
<style>
span { border-color: #769E5D; }
span { border-color: rgb(118,158,93); }
td.TdClassName
{
border-color: #769E5D;
}
.TagClassName
{
border-color: #769E5D;
}
</style>