Shades of Asparagus #7FAB5D
Tints of Asparagus #7FAB5D
RGB
CMYK
RGB Variations
Color information
#7FAB5D (or 0x7FAB5D) is known color: Asparagus. HEX triplet: 7F, AB and 5D. RGB value is (127,171,93). Sum of RGB (Red+Green+Blue) = 127+171+93=391 (51% of max value = 765). Red value is 127 (50% from 255 or 32.48% from 391); Green value is 171 (67.19% from 255 or 43.73% from 391); Blue value is 93 (36.72% from 255 or 23.79% from 391); Max value from RGB is 171 - color contains mainly: green. Hex color #7FAB5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FAB5D is #8054A2. Grayscale: #959595. Windows color (decimal): -8410275 or 6138751. OLE color: 6138751.
HSL color Cylindrical-coordinate representation of color #7FAB5D: hue angle of 93.85º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7FAB5D is Cyan = 0.26, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 171 | 93 | - |
| CMYK | 0.26 | 0 | 0.46 | 0.33 |
| HSL | 93.85º | 0.32% | 0.52% | - |
| HSV(B) | 93.85º | 0.46% | 0.67% | - |
| XYZ | 25.29 | 34.43 | 15.67 | - |
| YUV | 148.95 | 96.42 | 112.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 171 | 93 | 0.26 | 0 | 0.46 | 0.33 | 93.85 | 0.32 | 0.52 |
| Hex | 7F | AB | 5D | 1A | 0 | 2E | 21 | 5E | 20 | 34 |
| Octal | 177 | 253 | 135 | 32 | 0 | 56 | 41 | 136 | 40 | 64 |
| Binary | 1111111 | 10101011 | 1011101 | 11010 | 0 | 101110 | 100001 | 1011110 | 100000 | 110100 |
Color Harmonies of #7FAB5D
Complementary color
Monochromatic Colors of #7FAB5D
Black with #7FAB5D
Text Example
Text Example
White with #7FAB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAB5D; }
p { color: rgb(127,171,93); }
H1.HeaderClassName
{
color: #7FAB5D;
}
.AnyTagClassName
{
color: #7FAB5D;
}
</style>
background-color css
<style>
a { background-color: #7FAB5D; }
a { background-color: rgb(127,171,93); }
div.DivClassName
{
background-color: #7FAB5D;
}
.BgClassName
{
background-color: #7FAB5D;
}
</style>
border-color css
<style>
span { border-color: #7FAB5D; }
span { border-color: rgb(127,171,93); }
td.TdClassName
{
border-color: #7FAB5D;
}
.TagClassName
{
border-color: #7FAB5D;
}
</style>