Shades of Asparagus #769C60
Tints of Asparagus #769C60
RGB
CMYK
RGB Variations
Color information
#769C60 (or 0x769C60) is known color: Asparagus. HEX triplet: 76, 9C and 60. RGB value is (118,156,96). Sum of RGB (Red+Green+Blue) = 118+156+96=370 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.89% from 370); Green value is 156 (61.33% from 255 or 42.16% from 370); Blue value is 96 (37.89% from 255 or 25.95% from 370); Max value from RGB is 156 - color contains mainly: green. Hex color #769C60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769C60 is #89639F. Grayscale: #8A8A8A. Windows color (decimal): -9003936 or 6331510. OLE color: 6331510.
HSL color Cylindrical-coordinate representation of color #769C60: hue angle of 98º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #769C60 is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 118 | 156 | 96 | - |
| CMYK | 0.24 | 0 | 0.38 | 0.39 |
| HSL | 98º | 0.24% | 0.49% | - |
| HSV(B) | 98º | 0.38% | 0.61% | - |
| XYZ | 21.47 | 28.47 | 15.43 | - |
| YUV | 137.8 | 104.41 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 156 | 96 | 0.24 | 0 | 0.38 | 0.39 | 98 | 0.24 | 0.49 |
| Hex | 76 | 9C | 60 | 18 | 0 | 26 | 27 | 62 | 18 | 31 |
| Octal | 166 | 234 | 140 | 30 | 0 | 46 | 47 | 142 | 30 | 61 |
| Binary | 1110110 | 10011100 | 1100000 | 11000 | 0 | 100110 | 100111 | 1100010 | 11000 | 110001 |
Color Harmonies of #769C60
Complementary color
Monochromatic Colors of #769C60
Black with #769C60
Text Example
Text Example
White with #769C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769C60; }
p { color: rgb(118,156,96); }
H1.HeaderClassName
{
color: #769C60;
}
.AnyTagClassName
{
color: #769C60;
}
</style>
background-color css
<style>
a { background-color: #769C60; }
a { background-color: rgb(118,156,96); }
div.DivClassName
{
background-color: #769C60;
}
.BgClassName
{
background-color: #769C60;
}
</style>
border-color css
<style>
span { border-color: #769C60; }
span { border-color: rgb(118,156,96); }
td.TdClassName
{
border-color: #769C60;
}
.TagClassName
{
border-color: #769C60;
}
</style>