Shades of Asparagus #76994D
Tints of Asparagus #76994D
RGB
CMYK
RGB Variations
Color information
#76994D (or 0x76994D) is known color: Asparagus. HEX triplet: 76, 99 and 4D. RGB value is (118,153,77). Sum of RGB (Red+Green+Blue) = 118+153+77=348 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.91% from 348); Green value is 153 (60.16% from 255 or 43.97% from 348); Blue value is 77 (30.47% from 255 or 22.13% from 348); Max value from RGB is 153 - color contains mainly: green. Hex color #76994D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76994D is #8966B2. Grayscale: #868686. Windows color (decimal): -9004723 or 5085558. OLE color: 5085558.
HSL color Cylindrical-coordinate representation of color #76994D: hue angle of 87.63º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76994D is Cyan = 0.23, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 118 | 153 | 77 | - |
| CMYK | 0.23 | 0 | 0.50 | 0.4 |
| HSL | 87.63º | 0.33% | 0.45% | - |
| HSV(B) | 87.63º | 0.5% | 0.6% | - |
| XYZ | 20.2 | 27.17 | 11.2 | - |
| YUV | 133.87 | 95.9 | 116.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 153 | 77 | 0.23 | 0 | 0.50 | 0.4 | 87.63 | 0.33 | 0.45 |
| Hex | 76 | 99 | 4D | 17 | 0 | 32 | 28 | 58 | 21 | 2D |
| Octal | 166 | 231 | 115 | 27 | 0 | 62 | 50 | 130 | 41 | 55 |
| Binary | 1110110 | 10011001 | 1001101 | 10111 | 0 | 110010 | 101000 | 1011000 | 100001 | 101101 |
Color Harmonies of #76994D
Complementary color
Monochromatic Colors of #76994D
Black with #76994D
Text Example
Text Example
White with #76994D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76994D; }
p { color: rgb(118,153,77); }
H1.HeaderClassName
{
color: #76994D;
}
.AnyTagClassName
{
color: #76994D;
}
</style>
background-color css
<style>
a { background-color: #76994D; }
a { background-color: rgb(118,153,77); }
div.DivClassName
{
background-color: #76994D;
}
.BgClassName
{
background-color: #76994D;
}
</style>
border-color css
<style>
span { border-color: #76994D; }
span { border-color: rgb(118,153,77); }
td.TdClassName
{
border-color: #76994D;
}
.TagClassName
{
border-color: #76994D;
}
</style>