Shades of Asparagus #6FA756
Tints of Asparagus #6FA756
RGB
CMYK
RGB Variations
Color information
#6FA756 (or 0x6FA756) is known color: Asparagus. HEX triplet: 6F, A7 and 56. RGB value is (111,167,86). Sum of RGB (Red+Green+Blue) = 111+167+86=364 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.49% from 364); Green value is 167 (65.62% from 255 or 45.88% from 364); Blue value is 86 (33.98% from 255 or 23.63% from 364); Max value from RGB is 167 - color contains mainly: green. Hex color #6FA756 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FA756 is #9058A9. Grayscale: #8D8D8D. Windows color (decimal): -9459882 or 5678959. OLE color: 5678959.
HSL color Cylindrical-coordinate representation of color #6FA756: hue angle of 101.48º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6FA756 is Cyan = 0.34, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 111 | 167 | 86 | - |
| CMYK | 0.34 | 0 | 0.49 | 0.35 |
| HSL | 101.48º | 0.32% | 0.5% | - |
| HSV(B) | 101.48º | 0.49% | 0.65% | - |
| XYZ | 22.05 | 31.69 | 13.76 | - |
| YUV | 141.02 | 96.95 | 106.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 167 | 86 | 0.34 | 0 | 0.49 | 0.35 | 101.48 | 0.32 | 0.5 |
| Hex | 6F | A7 | 56 | 22 | 0 | 31 | 23 | 65 | 20 | 32 |
| Octal | 157 | 247 | 126 | 42 | 0 | 61 | 43 | 145 | 40 | 62 |
| Binary | 1101111 | 10100111 | 1010110 | 100010 | 0 | 110001 | 100011 | 1100101 | 100000 | 110010 |
Color Harmonies of #6FA756
Complementary color
Monochromatic Colors of #6FA756
Black with #6FA756
Text Example
Text Example
White with #6FA756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA756; }
p { color: rgb(111,167,86); }
H1.HeaderClassName
{
color: #6FA756;
}
.AnyTagClassName
{
color: #6FA756;
}
</style>
background-color css
<style>
a { background-color: #6FA756; }
a { background-color: rgb(111,167,86); }
div.DivClassName
{
background-color: #6FA756;
}
.BgClassName
{
background-color: #6FA756;
}
</style>
border-color css
<style>
span { border-color: #6FA756; }
span { border-color: rgb(111,167,86); }
td.TdClassName
{
border-color: #6FA756;
}
.TagClassName
{
border-color: #6FA756;
}
</style>