Shades of Asparagus #7FB05B
Tints of Asparagus #7FB05B
RGB
CMYK
RGB Variations
Color information
#7FB05B (or 0x7FB05B) is known color: Asparagus. HEX triplet: 7F, B0 and 5B. RGB value is (127,176,91). Sum of RGB (Red+Green+Blue) = 127+176+91=394 (52% of max value = 765). Red value is 127 (50% from 255 or 32.23% from 394); Green value is 176 (69.14% from 255 or 44.67% from 394); Blue value is 91 (35.94% from 255 or 23.10% from 394); Max value from RGB is 176 - color contains mainly: green. Hex color #7FB05B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FB05B is #804FA4. Grayscale: #979797. Windows color (decimal): -8408997 or 6008959. OLE color: 6008959.
HSL color Cylindrical-coordinate representation of color #7FB05B: hue angle of 94.59º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7FB05B is Cyan = 0.28, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 127 | 176 | 91 | - |
| CMYK | 0.28 | 0 | 0.48 | 0.31 |
| HSL | 94.59º | 0.35% | 0.52% | - |
| HSV(B) | 94.59º | 0.48% | 0.69% | - |
| XYZ | 26.17 | 36.32 | 15.53 | - |
| YUV | 151.66 | 93.77 | 110.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 176 | 91 | 0.28 | 0 | 0.48 | 0.31 | 94.59 | 0.35 | 0.52 |
| Hex | 7F | B0 | 5B | 1C | 0 | 30 | 1F | 5F | 23 | 34 |
| Octal | 177 | 260 | 133 | 34 | 0 | 60 | 37 | 137 | 43 | 64 |
| Binary | 1111111 | 10110000 | 1011011 | 11100 | 0 | 110000 | 11111 | 1011111 | 100011 | 110100 |
Color Harmonies of #7FB05B
Complementary color
Monochromatic Colors of #7FB05B
Black with #7FB05B
Text Example
Text Example
White with #7FB05B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB05B; }
p { color: rgb(127,176,91); }
H1.HeaderClassName
{
color: #7FB05B;
}
.AnyTagClassName
{
color: #7FB05B;
}
</style>
background-color css
<style>
a { background-color: #7FB05B; }
a { background-color: rgb(127,176,91); }
div.DivClassName
{
background-color: #7FB05B;
}
.BgClassName
{
background-color: #7FB05B;
}
</style>
border-color css
<style>
span { border-color: #7FB05B; }
span { border-color: rgb(127,176,91); }
td.TdClassName
{
border-color: #7FB05B;
}
.TagClassName
{
border-color: #7FB05B;
}
</style>