Shades of Asparagus #769D60
Tints of Asparagus #769D60
RGB
CMYK
RGB Variations
Color information
#769D60 (or 0x769D60) is known color: Asparagus. HEX triplet: 76, 9D and 60. RGB value is (118,157,96). Sum of RGB (Red+Green+Blue) = 118+157+96=371 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.81% from 371); Green value is 157 (61.72% from 255 or 42.32% from 371); Blue value is 96 (37.89% from 255 or 25.88% from 371); Max value from RGB is 157 - color contains mainly: green. Hex color #769D60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769D60 is #89629F. Grayscale: #8A8A8A. Windows color (decimal): -9003680 or 6331766. OLE color: 6331766.
HSL color Cylindrical-coordinate representation of color #769D60: hue angle of 98.36º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #769D60 is Cyan = 0.25, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 118 | 157 | 96 | - |
| CMYK | 0.25 | 0 | 0.39 | 0.38 |
| HSL | 98.36º | 0.24% | 0.5% | - |
| HSV(B) | 98.36º | 0.39% | 0.62% | - |
| XYZ | 21.64 | 28.81 | 15.49 | - |
| YUV | 138.39 | 104.08 | 113.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 157 | 96 | 0.25 | 0 | 0.39 | 0.38 | 98.36 | 0.24 | 0.5 |
| Hex | 76 | 9D | 60 | 19 | 0 | 27 | 26 | 62 | 18 | 32 |
| Octal | 166 | 235 | 140 | 31 | 0 | 47 | 46 | 142 | 30 | 62 |
| Binary | 1110110 | 10011101 | 1100000 | 11001 | 0 | 100111 | 100110 | 1100010 | 11000 | 110010 |
Color Harmonies of #769D60
Complementary color
Monochromatic Colors of #769D60
Black with #769D60
Text Example
Text Example
White with #769D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769D60; }
p { color: rgb(118,157,96); }
H1.HeaderClassName
{
color: #769D60;
}
.AnyTagClassName
{
color: #769D60;
}
</style>
background-color css
<style>
a { background-color: #769D60; }
a { background-color: rgb(118,157,96); }
div.DivClassName
{
background-color: #769D60;
}
.BgClassName
{
background-color: #769D60;
}
</style>
border-color css
<style>
span { border-color: #769D60; }
span { border-color: rgb(118,157,96); }
td.TdClassName
{
border-color: #769D60;
}
.TagClassName
{
border-color: #769D60;
}
</style>