Shades of Asparagus #7FA752
Tints of Asparagus #7FA752
RGB
CMYK
RGB Variations
Color information
#7FA752 (or 0x7FA752) is known color: Asparagus. HEX triplet: 7F, A7 and 52. RGB value is (127,167,82). Sum of RGB (Red+Green+Blue) = 127+167+82=376 (49% of max value = 765). Red value is 127 (50% from 255 or 33.78% from 376); Green value is 167 (65.62% from 255 or 44.41% from 376); Blue value is 82 (32.42% from 255 or 21.81% from 376); Max value from RGB is 167 - color contains mainly: green. Hex color #7FA752 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FA752 is #8058AD. Grayscale: #919191. Windows color (decimal): -8411310 or 5416831. OLE color: 5416831.
HSL color Cylindrical-coordinate representation of color #7FA752: hue angle of 88.24º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7FA752 is Cyan = 0.24, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 127 | 167 | 82 | - |
| CMYK | 0.24 | 0 | 0.51 | 0.35 |
| HSL | 88.24º | 0.34% | 0.49% | - |
| HSV(B) | 88.24º | 0.51% | 0.65% | - |
| XYZ | 24.09 | 32.76 | 13.04 | - |
| YUV | 145.35 | 92.25 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 167 | 82 | 0.24 | 0 | 0.51 | 0.35 | 88.24 | 0.34 | 0.49 |
| Hex | 7F | A7 | 52 | 18 | 0 | 33 | 23 | 58 | 22 | 31 |
| Octal | 177 | 247 | 122 | 30 | 0 | 63 | 43 | 130 | 42 | 61 |
| Binary | 1111111 | 10100111 | 1010010 | 11000 | 0 | 110011 | 100011 | 1011000 | 100010 | 110001 |
Color Harmonies of #7FA752
Complementary color
Monochromatic Colors of #7FA752
Black with #7FA752
Text Example
Text Example
White with #7FA752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA752; }
p { color: rgb(127,167,82); }
H1.HeaderClassName
{
color: #7FA752;
}
.AnyTagClassName
{
color: #7FA752;
}
</style>
background-color css
<style>
a { background-color: #7FA752; }
a { background-color: rgb(127,167,82); }
div.DivClassName
{
background-color: #7FA752;
}
.BgClassName
{
background-color: #7FA752;
}
</style>
border-color css
<style>
span { border-color: #7FA752; }
span { border-color: rgb(127,167,82); }
td.TdClassName
{
border-color: #7FA752;
}
.TagClassName
{
border-color: #7FA752;
}
</style>