Shades of Asparagus #7FA352
Tints of Asparagus #7FA352
RGB
CMYK
RGB Variations
Color information
#7FA352 (or 0x7FA352) is known color: Asparagus. HEX triplet: 7F, A3 and 52. RGB value is (127,163,82). Sum of RGB (Red+Green+Blue) = 127+163+82=372 (49% of max value = 765). Red value is 127 (50% from 255 or 34.14% from 372); Green value is 163 (64.06% from 255 or 43.82% from 372); Blue value is 82 (32.42% from 255 or 22.04% from 372); Max value from RGB is 163 - color contains mainly: green. Hex color #7FA352 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FA352 is #805CAD. Grayscale: #8F8F8F. Windows color (decimal): -8412334 or 5415807. OLE color: 5415807.
HSL color Cylindrical-coordinate representation of color #7FA352: hue angle of 86.67º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FA352 is Cyan = 0.22, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 127 | 163 | 82 | - |
| CMYK | 0.22 | 0 | 0.50 | 0.36 |
| HSL | 86.67º | 0.33% | 0.48% | - |
| HSV(B) | 86.67º | 0.5% | 0.64% | - |
| XYZ | 23.37 | 31.32 | 12.8 | - |
| YUV | 143 | 93.57 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 163 | 82 | 0.22 | 0 | 0.50 | 0.36 | 86.67 | 0.33 | 0.48 |
| Hex | 7F | A3 | 52 | 16 | 0 | 32 | 24 | 57 | 21 | 30 |
| Octal | 177 | 243 | 122 | 26 | 0 | 62 | 44 | 127 | 41 | 60 |
| Binary | 1111111 | 10100011 | 1010010 | 10110 | 0 | 110010 | 100100 | 1010111 | 100001 | 110000 |
Color Harmonies of #7FA352
Complementary color
Monochromatic Colors of #7FA352
Black with #7FA352
Text Example
Text Example
White with #7FA352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA352; }
p { color: rgb(127,163,82); }
H1.HeaderClassName
{
color: #7FA352;
}
.AnyTagClassName
{
color: #7FA352;
}
</style>
background-color css
<style>
a { background-color: #7FA352; }
a { background-color: rgb(127,163,82); }
div.DivClassName
{
background-color: #7FA352;
}
.BgClassName
{
background-color: #7FA352;
}
</style>
border-color css
<style>
span { border-color: #7FA352; }
span { border-color: rgb(127,163,82); }
td.TdClassName
{
border-color: #7FA352;
}
.TagClassName
{
border-color: #7FA352;
}
</style>