Shades of Asparagus #76954C
Tints of Asparagus #76954C
RGB
CMYK
RGB Variations
Color information
#76954C (or 0x76954C) is known color: Asparagus. HEX triplet: 76, 95 and 4C. RGB value is (118,149,76). Sum of RGB (Red+Green+Blue) = 118+149+76=343 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.40% from 343); Green value is 149 (58.59% from 255 or 43.44% from 343); Blue value is 76 (30.08% from 255 or 22.16% from 343); Max value from RGB is 149 - color contains mainly: green. Hex color #76954C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76954C is #896AB3. Grayscale: #838383. Windows color (decimal): -9005748 or 5018998. OLE color: 5018998.
HSL color Cylindrical-coordinate representation of color #76954C: hue angle of 85.48º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #76954C is Cyan = 0.21, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 118 | 149 | 76 | - |
| CMYK | 0.21 | 0 | 0.49 | 0.42 |
| HSL | 85.48º | 0.32% | 0.44% | - |
| HSV(B) | 85.48º | 0.49% | 0.58% | - |
| XYZ | 19.52 | 25.87 | 10.8 | - |
| YUV | 131.41 | 96.73 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 149 | 76 | 0.21 | 0 | 0.49 | 0.42 | 85.48 | 0.32 | 0.44 |
| Hex | 76 | 95 | 4C | 15 | 0 | 31 | 2A | 55 | 20 | 2C |
| Octal | 166 | 225 | 114 | 25 | 0 | 61 | 52 | 125 | 40 | 54 |
| Binary | 1110110 | 10010101 | 1001100 | 10101 | 0 | 110001 | 101010 | 1010101 | 100000 | 101100 |
Color Harmonies of #76954C
Complementary color
Monochromatic Colors of #76954C
Black with #76954C
Text Example
Text Example
White with #76954C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76954C; }
p { color: rgb(118,149,76); }
H1.HeaderClassName
{
color: #76954C;
}
.AnyTagClassName
{
color: #76954C;
}
</style>
background-color css
<style>
a { background-color: #76954C; }
a { background-color: rgb(118,149,76); }
div.DivClassName
{
background-color: #76954C;
}
.BgClassName
{
background-color: #76954C;
}
</style>
border-color css
<style>
span { border-color: #76954C; }
span { border-color: rgb(118,149,76); }
td.TdClassName
{
border-color: #76954C;
}
.TagClassName
{
border-color: #76954C;
}
</style>