Shades of Asparagus #7AB14C
Tints of Asparagus #7AB14C
RGB
CMYK
RGB Variations
Color information
#7AB14C (or 0x7AB14C) is known color: Asparagus. HEX triplet: 7A, B1 and 4C. RGB value is (122,177,76). Sum of RGB (Red+Green+Blue) = 122+177+76=375 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.53% from 375); Green value is 177 (69.53% from 255 or 47.2% from 375); Blue value is 76 (30.08% from 255 or 20.27% from 375); Max value from RGB is 177 - color contains mainly: green. Hex color #7AB14C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AB14C is #854EB3. Grayscale: #959595. Windows color (decimal): -8736436 or 5026170. OLE color: 5026170.
HSL color Cylindrical-coordinate representation of color #7AB14C: hue angle of 92.67º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7AB14C is Cyan = 0.31, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 122 | 177 | 76 | - |
| CMYK | 0.31 | 0 | 0.57 | 0.31 |
| HSL | 92.67º | 0.4% | 0.5% | - |
| HSV(B) | 92.67º | 0.57% | 0.69% | - |
| XYZ | 25.05 | 36.1 | 12.49 | - |
| YUV | 149.04 | 86.78 | 108.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 177 | 76 | 0.31 | 0 | 0.57 | 0.31 | 92.67 | 0.4 | 0.5 |
| Hex | 7A | B1 | 4C | 1F | 0 | 39 | 1F | 5D | 28 | 32 |
| Octal | 172 | 261 | 114 | 37 | 0 | 71 | 37 | 135 | 50 | 62 |
| Binary | 1111010 | 10110001 | 1001100 | 11111 | 0 | 111001 | 11111 | 1011101 | 101000 | 110010 |
Color Harmonies of #7AB14C
Complementary color
Monochromatic Colors of #7AB14C
Black with #7AB14C
Text Example
Text Example
White with #7AB14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB14C; }
p { color: rgb(122,177,76); }
H1.HeaderClassName
{
color: #7AB14C;
}
.AnyTagClassName
{
color: #7AB14C;
}
</style>
background-color css
<style>
a { background-color: #7AB14C; }
a { background-color: rgb(122,177,76); }
div.DivClassName
{
background-color: #7AB14C;
}
.BgClassName
{
background-color: #7AB14C;
}
</style>
border-color css
<style>
span { border-color: #7AB14C; }
span { border-color: rgb(122,177,76); }
td.TdClassName
{
border-color: #7AB14C;
}
.TagClassName
{
border-color: #7AB14C;
}
</style>