Shades of Asparagus #6FA150
Tints of Asparagus #6FA150
RGB
CMYK
RGB Variations
Color information
#6FA150 (or 0x6FA150) is known color: Asparagus. HEX triplet: 6F, A1 and 50. RGB value is (111,161,80). Sum of RGB (Red+Green+Blue) = 111+161+80=352 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.53% from 352); Green value is 161 (63.28% from 255 or 45.74% from 352); Blue value is 80 (31.64% from 255 or 22.73% from 352); Max value from RGB is 161 - color contains mainly: green. Hex color #6FA150 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FA150 is #905EAF. Grayscale: #898989. Windows color (decimal): -9461424 or 5284207. OLE color: 5284207.
HSL color Cylindrical-coordinate representation of color #6FA150: hue angle of 97.04º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FA150 is Cyan = 0.31, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 111 | 161 | 80 | - |
| CMYK | 0.31 | 0 | 0.50 | 0.37 |
| HSL | 97.04º | 0.34% | 0.47% | - |
| HSV(B) | 97.04º | 0.5% | 0.63% | - |
| XYZ | 20.75 | 29.45 | 12.18 | - |
| YUV | 136.82 | 95.94 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 161 | 80 | 0.31 | 0 | 0.50 | 0.37 | 97.04 | 0.34 | 0.47 |
| Hex | 6F | A1 | 50 | 1F | 0 | 32 | 25 | 61 | 22 | 2F |
| Octal | 157 | 241 | 120 | 37 | 0 | 62 | 45 | 141 | 42 | 57 |
| Binary | 1101111 | 10100001 | 1010000 | 11111 | 0 | 110010 | 100101 | 1100001 | 100010 | 101111 |
Color Harmonies of #6FA150
Complementary color
Monochromatic Colors of #6FA150
Black with #6FA150
Text Example
Text Example
White with #6FA150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA150; }
p { color: rgb(111,161,80); }
H1.HeaderClassName
{
color: #6FA150;
}
.AnyTagClassName
{
color: #6FA150;
}
</style>
background-color css
<style>
a { background-color: #6FA150; }
a { background-color: rgb(111,161,80); }
div.DivClassName
{
background-color: #6FA150;
}
.BgClassName
{
background-color: #6FA150;
}
</style>
border-color css
<style>
span { border-color: #6FA150; }
span { border-color: rgb(111,161,80); }
td.TdClassName
{
border-color: #6FA150;
}
.TagClassName
{
border-color: #6FA150;
}
</style>