Shades of Asparagus #6FA156
Tints of Asparagus #6FA156
RGB
CMYK
RGB Variations
Color information
#6FA156 (or 0x6FA156) is known color: Asparagus. HEX triplet: 6F, A1 and 56. RGB value is (111,161,86). Sum of RGB (Red+Green+Blue) = 111+161+86=358 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.01% from 358); Green value is 161 (63.28% from 255 or 44.97% from 358); Blue value is 86 (33.98% from 255 or 24.02% from 358); Max value from RGB is 161 - color contains mainly: green. Hex color #6FA156 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FA156 is #905EA9. Grayscale: #898989. Windows color (decimal): -9461418 or 5677423. OLE color: 5677423.
HSL color Cylindrical-coordinate representation of color #6FA156: hue angle of 100º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6FA156 is Cyan = 0.31, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 111 | 161 | 86 | - |
| CMYK | 0.31 | 0 | 0.47 | 0.37 |
| HSL | 100º | 0.3% | 0.48% | - |
| HSV(B) | 100º | 0.47% | 0.63% | - |
| XYZ | 20.98 | 29.54 | 13.4 | - |
| YUV | 137.5 | 98.94 | 109.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 161 | 86 | 0.31 | 0 | 0.47 | 0.37 | 100 | 0.3 | 0.48 |
| Hex | 6F | A1 | 56 | 1F | 0 | 2F | 25 | 64 | 1E | 30 |
| Octal | 157 | 241 | 126 | 37 | 0 | 57 | 45 | 144 | 36 | 60 |
| Binary | 1101111 | 10100001 | 1010110 | 11111 | 0 | 101111 | 100101 | 1100100 | 11110 | 110000 |
Color Harmonies of #6FA156
Complementary color
Monochromatic Colors of #6FA156
Black with #6FA156
Text Example
Text Example
White with #6FA156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA156; }
p { color: rgb(111,161,86); }
H1.HeaderClassName
{
color: #6FA156;
}
.AnyTagClassName
{
color: #6FA156;
}
</style>
background-color css
<style>
a { background-color: #6FA156; }
a { background-color: rgb(111,161,86); }
div.DivClassName
{
background-color: #6FA156;
}
.BgClassName
{
background-color: #6FA156;
}
</style>
border-color css
<style>
span { border-color: #6FA156; }
span { border-color: rgb(111,161,86); }
td.TdClassName
{
border-color: #6FA156;
}
.TagClassName
{
border-color: #6FA156;
}
</style>