Shades of Asparagus #7FA368
Tints of Asparagus #7FA368
RGB
CMYK
RGB Variations
Color information
#7FA368 (or 0x7FA368) is known color: Asparagus. HEX triplet: 7F, A3 and 68. RGB value is (127,163,104). Sum of RGB (Red+Green+Blue) = 127+163+104=394 (52% of max value = 765). Red value is 127 (50% from 255 or 32.23% from 394); Green value is 163 (64.06% from 255 or 41.37% from 394); Blue value is 104 (41.02% from 255 or 26.40% from 394); Max value from RGB is 163 - color contains mainly: green. Hex color #7FA368 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FA368 is #805C97. Grayscale: #919191. Windows color (decimal): -8412312 or 6857599. OLE color: 6857599.
HSL color Cylindrical-coordinate representation of color #7FA368: hue angle of 96.61º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7FA368 is Cyan = 0.22, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 127 | 163 | 104 | - |
| CMYK | 0.22 | 0 | 0.36 | 0.36 |
| HSL | 96.61º | 0.24% | 0.52% | - |
| HSV(B) | 96.61º | 0.36% | 0.64% | - |
| XYZ | 24.35 | 31.71 | 17.93 | - |
| YUV | 145.51 | 104.57 | 114.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 163 | 104 | 0.22 | 0 | 0.36 | 0.36 | 96.61 | 0.24 | 0.52 |
| Hex | 7F | A3 | 68 | 16 | 0 | 24 | 24 | 61 | 18 | 34 |
| Octal | 177 | 243 | 150 | 26 | 0 | 44 | 44 | 141 | 30 | 64 |
| Binary | 1111111 | 10100011 | 1101000 | 10110 | 0 | 100100 | 100100 | 1100001 | 11000 | 110100 |
Color Harmonies of #7FA368
Complementary color
Monochromatic Colors of #7FA368
Black with #7FA368
Text Example
Text Example
White with #7FA368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA368; }
p { color: rgb(127,163,104); }
H1.HeaderClassName
{
color: #7FA368;
}
.AnyTagClassName
{
color: #7FA368;
}
</style>
background-color css
<style>
a { background-color: #7FA368; }
a { background-color: rgb(127,163,104); }
div.DivClassName
{
background-color: #7FA368;
}
.BgClassName
{
background-color: #7FA368;
}
</style>
border-color css
<style>
span { border-color: #7FA368; }
span { border-color: rgb(127,163,104); }
td.TdClassName
{
border-color: #7FA368;
}
.TagClassName
{
border-color: #7FA368;
}
</style>