Shades of Asparagus #76964C
Tints of Asparagus #76964C
RGB
CMYK
RGB Variations
Color information
#76964C (or 0x76964C) is known color: Asparagus. HEX triplet: 76, 96 and 4C. RGB value is (118,150,76). Sum of RGB (Red+Green+Blue) = 118+150+76=344 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.30% from 344); Green value is 150 (58.98% from 255 or 43.60% from 344); Blue value is 76 (30.08% from 255 or 22.09% from 344); Max value from RGB is 150 - color contains mainly: green. Hex color #76964C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76964C is #8969B3. Grayscale: #848484. Windows color (decimal): -9005492 or 5019254. OLE color: 5019254.
HSL color Cylindrical-coordinate representation of color #76964C: hue angle of 85.95º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #76964C is Cyan = 0.21, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 118 | 150 | 76 | - |
| CMYK | 0.21 | 0 | 0.49 | 0.41 |
| HSL | 85.95º | 0.33% | 0.44% | - |
| HSV(B) | 85.95º | 0.49% | 0.59% | - |
| XYZ | 19.68 | 26.19 | 10.85 | - |
| YUV | 132 | 96.4 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 150 | 76 | 0.21 | 0 | 0.49 | 0.41 | 85.95 | 0.33 | 0.44 |
| Hex | 76 | 96 | 4C | 15 | 0 | 31 | 29 | 56 | 21 | 2C |
| Octal | 166 | 226 | 114 | 25 | 0 | 61 | 51 | 126 | 41 | 54 |
| Binary | 1110110 | 10010110 | 1001100 | 10101 | 0 | 110001 | 101001 | 1010110 | 100001 | 101100 |
Color Harmonies of #76964C
Complementary color
Monochromatic Colors of #76964C
Black with #76964C
Text Example
Text Example
White with #76964C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76964C; }
p { color: rgb(118,150,76); }
H1.HeaderClassName
{
color: #76964C;
}
.AnyTagClassName
{
color: #76964C;
}
</style>
background-color css
<style>
a { background-color: #76964C; }
a { background-color: rgb(118,150,76); }
div.DivClassName
{
background-color: #76964C;
}
.BgClassName
{
background-color: #76964C;
}
</style>
border-color css
<style>
span { border-color: #76964C; }
span { border-color: rgb(118,150,76); }
td.TdClassName
{
border-color: #76964C;
}
.TagClassName
{
border-color: #76964C;
}
</style>