Shades of Asparagus #76954F
Tints of Asparagus #76954F
RGB
CMYK
RGB Variations
Color information
#76954F (or 0x76954F) is known color: Asparagus. HEX triplet: 76, 95 and 4F. RGB value is (118,149,79). Sum of RGB (Red+Green+Blue) = 118+149+79=346 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.10% from 346); Green value is 149 (58.59% from 255 or 43.06% from 346); Blue value is 79 (31.25% from 255 or 22.83% from 346); Max value from RGB is 149 - color contains mainly: green. Hex color #76954F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76954F is #896AB0. Grayscale: #848484. Windows color (decimal): -9005745 or 5215606. OLE color: 5215606.
HSL color Cylindrical-coordinate representation of color #76954F: hue angle of 86.57º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76954F is Cyan = 0.21, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 118 | 149 | 79 | - |
| CMYK | 0.21 | 0 | 0.47 | 0.42 |
| HSL | 86.57º | 0.31% | 0.45% | - |
| HSV(B) | 86.57º | 0.47% | 0.58% | - |
| XYZ | 19.63 | 25.91 | 11.36 | - |
| YUV | 131.75 | 98.23 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 149 | 79 | 0.21 | 0 | 0.47 | 0.42 | 86.57 | 0.31 | 0.45 |
| Hex | 76 | 95 | 4F | 15 | 0 | 2F | 2A | 57 | 1F | 2D |
| Octal | 166 | 225 | 117 | 25 | 0 | 57 | 52 | 127 | 37 | 55 |
| Binary | 1110110 | 10010101 | 1001111 | 10101 | 0 | 101111 | 101010 | 1010111 | 11111 | 101101 |
Color Harmonies of #76954F
Complementary color
Monochromatic Colors of #76954F
Black with #76954F
Text Example
Text Example
White with #76954F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76954F; }
p { color: rgb(118,149,79); }
H1.HeaderClassName
{
color: #76954F;
}
.AnyTagClassName
{
color: #76954F;
}
</style>
background-color css
<style>
a { background-color: #76954F; }
a { background-color: rgb(118,149,79); }
div.DivClassName
{
background-color: #76954F;
}
.BgClassName
{
background-color: #76954F;
}
</style>
border-color css
<style>
span { border-color: #76954F; }
span { border-color: rgb(118,149,79); }
td.TdClassName
{
border-color: #76954F;
}
.TagClassName
{
border-color: #76954F;
}
</style>