Shades of Asparagus #76AB4A
Tints of Asparagus #76AB4A
RGB
CMYK
RGB Variations
Color information
#76AB4A (or 0x76AB4A) is known color: Asparagus. HEX triplet: 76, AB and 4A. RGB value is (118,171,74). Sum of RGB (Red+Green+Blue) = 118+171+74=363 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.51% from 363); Green value is 171 (67.19% from 255 or 47.11% from 363); Blue value is 74 (29.30% from 255 or 20.39% from 363); Max value from RGB is 171 - color contains mainly: green. Hex color #76AB4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76AB4A is #8954B5. Grayscale: #909090. Windows color (decimal): -9000118 or 4893558. OLE color: 4893558.
HSL color Cylindrical-coordinate representation of color #76AB4A: hue angle of 92.78º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #76AB4A is Cyan = 0.31, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 171 | 74 | - |
| CMYK | 0.31 | 0 | 0.57 | 0.33 |
| HSL | 92.78º | 0.4% | 0.48% | - |
| HSV(B) | 92.78º | 0.57% | 0.67% | - |
| XYZ | 23.27 | 33.47 | 11.71 | - |
| YUV | 144.1 | 88.44 | 109.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 171 | 74 | 0.31 | 0 | 0.57 | 0.33 | 92.78 | 0.4 | 0.48 |
| Hex | 76 | AB | 4A | 1F | 0 | 39 | 21 | 5D | 28 | 30 |
| Octal | 166 | 253 | 112 | 37 | 0 | 71 | 41 | 135 | 50 | 60 |
| Binary | 1110110 | 10101011 | 1001010 | 11111 | 0 | 111001 | 100001 | 1011101 | 101000 | 110000 |
Color Harmonies of #76AB4A
Complementary color
Monochromatic Colors of #76AB4A
Black with #76AB4A
Text Example
Text Example
White with #76AB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76AB4A; }
p { color: rgb(118,171,74); }
H1.HeaderClassName
{
color: #76AB4A;
}
.AnyTagClassName
{
color: #76AB4A;
}
</style>
background-color css
<style>
a { background-color: #76AB4A; }
a { background-color: rgb(118,171,74); }
div.DivClassName
{
background-color: #76AB4A;
}
.BgClassName
{
background-color: #76AB4A;
}
</style>
border-color css
<style>
span { border-color: #76AB4A; }
span { border-color: rgb(118,171,74); }
td.TdClassName
{
border-color: #76AB4A;
}
.TagClassName
{
border-color: #76AB4A;
}
</style>