Shades of Asparagus #7FA15D
Tints of Asparagus #7FA15D
RGB
CMYK
RGB Variations
Color information
#7FA15D (or 0x7FA15D) is known color: Asparagus. HEX triplet: 7F, A1 and 5D. RGB value is (127,161,93). Sum of RGB (Red+Green+Blue) = 127+161+93=381 (50% of max value = 765). Red value is 127 (50% from 255 or 33.33% from 381); Green value is 161 (63.28% from 255 or 42.26% from 381); Blue value is 93 (36.72% from 255 or 24.41% from 381); Max value from RGB is 161 - color contains mainly: green. Hex color #7FA15D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FA15D is #805EA2. Grayscale: #8F8F8F. Windows color (decimal): -8412835 or 6136191. OLE color: 6136191.
HSL color Cylindrical-coordinate representation of color #7FA15D: hue angle of 90º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FA15D is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 127 | 161 | 93 | - |
| CMYK | 0.21 | 0 | 0.42 | 0.37 |
| HSL | 90º | 0.27% | 0.5% | - |
| HSV(B) | 90º | 0.42% | 0.63% | - |
| XYZ | 23.47 | 30.79 | 15.06 | - |
| YUV | 143.08 | 99.74 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 161 | 93 | 0.21 | 0 | 0.42 | 0.37 | 90 | 0.27 | 0.5 |
| Hex | 7F | A1 | 5D | 15 | 0 | 2A | 25 | 5A | 1B | 32 |
| Octal | 177 | 241 | 135 | 25 | 0 | 52 | 45 | 132 | 33 | 62 |
| Binary | 1111111 | 10100001 | 1011101 | 10101 | 0 | 101010 | 100101 | 1011010 | 11011 | 110010 |
Color Harmonies of #7FA15D
Complementary color
Monochromatic Colors of #7FA15D
Black with #7FA15D
Text Example
Text Example
White with #7FA15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA15D; }
p { color: rgb(127,161,93); }
H1.HeaderClassName
{
color: #7FA15D;
}
.AnyTagClassName
{
color: #7FA15D;
}
</style>
background-color css
<style>
a { background-color: #7FA15D; }
a { background-color: rgb(127,161,93); }
div.DivClassName
{
background-color: #7FA15D;
}
.BgClassName
{
background-color: #7FA15D;
}
</style>
border-color css
<style>
span { border-color: #7FA15D; }
span { border-color: rgb(127,161,93); }
td.TdClassName
{
border-color: #7FA15D;
}
.TagClassName
{
border-color: #7FA15D;
}
</style>