Shades of Asparagus #6CA155
Tints of Asparagus #6CA155
RGB
CMYK
RGB Variations
Color information
#6CA155 (or 0x6CA155) is known color: Asparagus. HEX triplet: 6C, A1 and 55. RGB value is (108,161,85). Sum of RGB (Red+Green+Blue) = 108+161+85=354 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.51% from 354); Green value is 161 (63.28% from 255 or 45.48% from 354); Blue value is 85 (33.59% from 255 or 24.01% from 354); Max value from RGB is 161 - color contains mainly: green. Hex color #6CA155 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CA155 is #935EAA. Grayscale: #888888. Windows color (decimal): -9658027 or 5611884. OLE color: 5611884.
HSL color Cylindrical-coordinate representation of color #6CA155: hue angle of 101.84º degrees, saturation: 0.31, 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 #6CA155 is Cyan = 0.33, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 108 | 161 | 85 | - |
| CMYK | 0.33 | 0 | 0.47 | 0.37 |
| HSL | 101.84º | 0.31% | 0.48% | - |
| HSV(B) | 101.84º | 0.47% | 0.63% | - |
| XYZ | 20.57 | 29.33 | 13.17 | - |
| YUV | 136.49 | 98.94 | 107.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 161 | 85 | 0.33 | 0 | 0.47 | 0.37 | 101.84 | 0.31 | 0.48 |
| Hex | 6C | A1 | 55 | 21 | 0 | 2F | 25 | 66 | 1F | 30 |
| Octal | 154 | 241 | 125 | 41 | 0 | 57 | 45 | 146 | 37 | 60 |
| Binary | 1101100 | 10100001 | 1010101 | 100001 | 0 | 101111 | 100101 | 1100110 | 11111 | 110000 |
Color Harmonies of #6CA155
Complementary color
Monochromatic Colors of #6CA155
Black with #6CA155
Text Example
Text Example
White with #6CA155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA155; }
p { color: rgb(108,161,85); }
H1.HeaderClassName
{
color: #6CA155;
}
.AnyTagClassName
{
color: #6CA155;
}
</style>
background-color css
<style>
a { background-color: #6CA155; }
a { background-color: rgb(108,161,85); }
div.DivClassName
{
background-color: #6CA155;
}
.BgClassName
{
background-color: #6CA155;
}
</style>
border-color css
<style>
span { border-color: #6CA155; }
span { border-color: rgb(108,161,85); }
td.TdClassName
{
border-color: #6CA155;
}
.TagClassName
{
border-color: #6CA155;
}
</style>