Shades of Asparagus #76994A
Tints of Asparagus #76994A
RGB
CMYK
RGB Variations
Color information
#76994A (or 0x76994A) is known color: Asparagus. HEX triplet: 76, 99 and 4A. RGB value is (118,153,74). Sum of RGB (Red+Green+Blue) = 118+153+74=345 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.20% from 345); Green value is 153 (60.16% from 255 or 44.35% from 345); Blue value is 74 (29.30% from 255 or 21.45% from 345); Max value from RGB is 153 - color contains mainly: green. Hex color #76994A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76994A is #8966B5. Grayscale: #858585. Windows color (decimal): -9004726 or 4888950. OLE color: 4888950.
HSL color Cylindrical-coordinate representation of color #76994A: hue angle of 86.58º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #76994A is Cyan = 0.23, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 118 | 153 | 74 | - |
| CMYK | 0.23 | 0 | 0.52 | 0.4 |
| HSL | 86.58º | 0.35% | 0.45% | - |
| HSV(B) | 86.58º | 0.52% | 0.6% | - |
| XYZ | 20.1 | 27.13 | 10.66 | - |
| YUV | 133.53 | 94.4 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 153 | 74 | 0.23 | 0 | 0.52 | 0.4 | 86.58 | 0.35 | 0.45 |
| Hex | 76 | 99 | 4A | 17 | 0 | 34 | 28 | 57 | 23 | 2D |
| Octal | 166 | 231 | 112 | 27 | 0 | 64 | 50 | 127 | 43 | 55 |
| Binary | 1110110 | 10011001 | 1001010 | 10111 | 0 | 110100 | 101000 | 1010111 | 100011 | 101101 |
Color Harmonies of #76994A
Complementary color
Monochromatic Colors of #76994A
Black with #76994A
Text Example
Text Example
White with #76994A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76994A; }
p { color: rgb(118,153,74); }
H1.HeaderClassName
{
color: #76994A;
}
.AnyTagClassName
{
color: #76994A;
}
</style>
background-color css
<style>
a { background-color: #76994A; }
a { background-color: rgb(118,153,74); }
div.DivClassName
{
background-color: #76994A;
}
.BgClassName
{
background-color: #76994A;
}
</style>
border-color css
<style>
span { border-color: #76994A; }
span { border-color: rgb(118,153,74); }
td.TdClassName
{
border-color: #76994A;
}
.TagClassName
{
border-color: #76994A;
}
</style>