Shades of Asparagus #769E5E
Tints of Asparagus #769E5E
RGB
CMYK
RGB Variations
Color information
#769E5E (or 0x769E5E) is known color: Asparagus. HEX triplet: 76, 9E and 5E. RGB value is (118,158,94). Sum of RGB (Red+Green+Blue) = 118+158+94=370 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.89% from 370); Green value is 158 (62.11% from 255 or 42.70% from 370); Blue value is 94 (37.11% from 255 or 25.41% from 370); Max value from RGB is 158 - color contains mainly: green. Hex color #769E5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769E5E is #8961A1. Grayscale: #8A8A8A. Windows color (decimal): -9003426 or 6200950. OLE color: 6200950.
HSL color Cylindrical-coordinate representation of color #769E5E: hue angle of 97.5º degrees, saturation: 0.25, 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 #769E5E is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 118 | 158 | 94 | - |
| CMYK | 0.25 | 0 | 0.41 | 0.38 |
| HSL | 97.5º | 0.25% | 0.49% | - |
| HSV(B) | 97.5º | 0.41% | 0.62% | - |
| XYZ | 21.72 | 29.11 | 15.06 | - |
| YUV | 138.74 | 102.75 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 158 | 94 | 0.25 | 0 | 0.41 | 0.38 | 97.5 | 0.25 | 0.49 |
| Hex | 76 | 9E | 5E | 19 | 0 | 29 | 26 | 62 | 19 | 31 |
| Octal | 166 | 236 | 136 | 31 | 0 | 51 | 46 | 142 | 31 | 61 |
| Binary | 1110110 | 10011110 | 1011110 | 11001 | 0 | 101001 | 100110 | 1100010 | 11001 | 110001 |
Color Harmonies of #769E5E
Complementary color
Monochromatic Colors of #769E5E
Black with #769E5E
Text Example
Text Example
White with #769E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769E5E; }
p { color: rgb(118,158,94); }
H1.HeaderClassName
{
color: #769E5E;
}
.AnyTagClassName
{
color: #769E5E;
}
</style>
background-color css
<style>
a { background-color: #769E5E; }
a { background-color: rgb(118,158,94); }
div.DivClassName
{
background-color: #769E5E;
}
.BgClassName
{
background-color: #769E5E;
}
</style>
border-color css
<style>
span { border-color: #769E5E; }
span { border-color: rgb(118,158,94); }
td.TdClassName
{
border-color: #769E5E;
}
.TagClassName
{
border-color: #769E5E;
}
</style>