Shades of Asparagus #6FA047
Tints of Asparagus #6FA047
RGB
CMYK
RGB Variations
Color information
#6FA047 (or 0x6FA047) is known color: Asparagus. HEX triplet: 6F, A0 and 47. RGB value is (111,160,71). Sum of RGB (Red+Green+Blue) = 111+160+71=342 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.46% from 342); Green value is 160 (62.89% from 255 or 46.78% from 342); Blue value is 71 (28.12% from 255 or 20.76% from 342); Max value from RGB is 160 - color contains mainly: green. Hex color #6FA047 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6FA047 is #905FB8. Grayscale: #878787. Windows color (decimal): -9461689 or 4694127. OLE color: 4694127.
HSL color Cylindrical-coordinate representation of color #6FA047: hue angle of 93.03º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FA047 is Cyan = 0.31, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 111 | 160 | 71 | - |
| CMYK | 0.31 | 0 | 0.56 | 0.37 |
| HSL | 93.03º | 0.39% | 0.45% | - |
| HSV(B) | 93.03º | 0.56% | 0.63% | - |
| XYZ | 20.26 | 28.98 | 10.49 | - |
| YUV | 135.2 | 91.77 | 110.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 160 | 71 | 0.31 | 0 | 0.56 | 0.37 | 93.03 | 0.39 | 0.45 |
| Hex | 6F | A0 | 47 | 1F | 0 | 38 | 25 | 5D | 27 | 2D |
| Octal | 157 | 240 | 107 | 37 | 0 | 70 | 45 | 135 | 47 | 55 |
| Binary | 1101111 | 10100000 | 1000111 | 11111 | 0 | 111000 | 100101 | 1011101 | 100111 | 101101 |
Color Harmonies of #6FA047
Complementary color
Monochromatic Colors of #6FA047
Black with #6FA047
Text Example
Text Example
White with #6FA047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA047; }
p { color: rgb(111,160,71); }
H1.HeaderClassName
{
color: #6FA047;
}
.AnyTagClassName
{
color: #6FA047;
}
</style>
background-color css
<style>
a { background-color: #6FA047; }
a { background-color: rgb(111,160,71); }
div.DivClassName
{
background-color: #6FA047;
}
.BgClassName
{
background-color: #6FA047;
}
</style>
border-color css
<style>
span { border-color: #6FA047; }
span { border-color: rgb(111,160,71); }
td.TdClassName
{
border-color: #6FA047;
}
.TagClassName
{
border-color: #6FA047;
}
</style>