Shades of Asparagus #6CA256
Tints of Asparagus #6CA256
RGB
CMYK
RGB Variations
Color information
#6CA256 (or 0x6CA256) is known color: Asparagus. HEX triplet: 6C, A2 and 56. RGB value is (108,162,86). Sum of RGB (Red+Green+Blue) = 108+162+86=356 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.34% from 356); Green value is 162 (63.67% from 255 or 45.51% from 356); Blue value is 86 (33.98% from 255 or 24.16% from 356); Max value from RGB is 162 - color contains mainly: green. Hex color #6CA256 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CA256 is #935DA9. Grayscale: #898989. Windows color (decimal): -9657770 or 5677676. OLE color: 5677676.
HSL color Cylindrical-coordinate representation of color #6CA256: hue angle of 102.63º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6CA256 is Cyan = 0.33, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 108 | 162 | 86 | - |
| CMYK | 0.33 | 0 | 0.47 | 0.36 |
| HSL | 102.63º | 0.31% | 0.49% | - |
| HSV(B) | 102.63º | 0.47% | 0.64% | - |
| XYZ | 20.78 | 29.7 | 13.44 | - |
| YUV | 137.19 | 99.11 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 162 | 86 | 0.33 | 0 | 0.47 | 0.36 | 102.63 | 0.31 | 0.49 |
| Hex | 6C | A2 | 56 | 21 | 0 | 2F | 24 | 67 | 1F | 31 |
| Octal | 154 | 242 | 126 | 41 | 0 | 57 | 44 | 147 | 37 | 61 |
| Binary | 1101100 | 10100010 | 1010110 | 100001 | 0 | 101111 | 100100 | 1100111 | 11111 | 110001 |
Color Harmonies of #6CA256
Complementary color
Monochromatic Colors of #6CA256
Black with #6CA256
Text Example
Text Example
White with #6CA256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA256; }
p { color: rgb(108,162,86); }
H1.HeaderClassName
{
color: #6CA256;
}
.AnyTagClassName
{
color: #6CA256;
}
</style>
background-color css
<style>
a { background-color: #6CA256; }
a { background-color: rgb(108,162,86); }
div.DivClassName
{
background-color: #6CA256;
}
.BgClassName
{
background-color: #6CA256;
}
</style>
border-color css
<style>
span { border-color: #6CA256; }
span { border-color: rgb(108,162,86); }
td.TdClassName
{
border-color: #6CA256;
}
.TagClassName
{
border-color: #6CA256;
}
</style>