Shades of Asparagus #6FA158
Tints of Asparagus #6FA158
RGB
CMYK
RGB Variations
Color information
#6FA158 (or 0x6FA158) is known color: Asparagus. HEX triplet: 6F, A1 and 58. RGB value is (111,161,88). Sum of RGB (Red+Green+Blue) = 111+161+88=360 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.83% from 360); Green value is 161 (63.28% from 255 or 44.72% from 360); Blue value is 88 (34.77% from 255 or 24.44% from 360); Max value from RGB is 161 - color contains mainly: green. Hex color #6FA158 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FA158 is #905EA7. Grayscale: #898989. Windows color (decimal): -9461416 or 5808495. OLE color: 5808495.
HSL color Cylindrical-coordinate representation of color #6FA158: hue angle of 101.1º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6FA158 is Cyan = 0.31, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 111 | 161 | 88 | - |
| CMYK | 0.31 | 0 | 0.45 | 0.37 |
| HSL | 101.1º | 0.29% | 0.49% | - |
| HSV(B) | 101.1º | 0.45% | 0.63% | - |
| XYZ | 21.06 | 29.57 | 13.83 | - |
| YUV | 137.73 | 99.94 | 108.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 161 | 88 | 0.31 | 0 | 0.45 | 0.37 | 101.1 | 0.29 | 0.49 |
| Hex | 6F | A1 | 58 | 1F | 0 | 2D | 25 | 65 | 1D | 31 |
| Octal | 157 | 241 | 130 | 37 | 0 | 55 | 45 | 145 | 35 | 61 |
| Binary | 1101111 | 10100001 | 1011000 | 11111 | 0 | 101101 | 100101 | 1100101 | 11101 | 110001 |
Color Harmonies of #6FA158
Complementary color
Monochromatic Colors of #6FA158
Black with #6FA158
Text Example
Text Example
White with #6FA158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA158; }
p { color: rgb(111,161,88); }
H1.HeaderClassName
{
color: #6FA158;
}
.AnyTagClassName
{
color: #6FA158;
}
</style>
background-color css
<style>
a { background-color: #6FA158; }
a { background-color: rgb(111,161,88); }
div.DivClassName
{
background-color: #6FA158;
}
.BgClassName
{
background-color: #6FA158;
}
</style>
border-color css
<style>
span { border-color: #6FA158; }
span { border-color: rgb(111,161,88); }
td.TdClassName
{
border-color: #6FA158;
}
.TagClassName
{
border-color: #6FA158;
}
</style>