Shades of Asparagus #6BA057
Tints of Asparagus #6BA057
RGB
CMYK
RGB Variations
Color information
#6BA057 (or 0x6BA057) is known color: Asparagus. HEX triplet: 6B, A0 and 57. RGB value is (107,160,87). Sum of RGB (Red+Green+Blue) = 107+160+87=354 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.23% from 354); Green value is 160 (62.89% from 255 or 45.20% from 354); Blue value is 87 (34.38% from 255 or 24.58% from 354); Max value from RGB is 160 - color contains mainly: green. Hex color #6BA057 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA057 is #945FA8. Grayscale: #888888. Windows color (decimal): -9723817 or 5742699. OLE color: 5742699.
HSL color Cylindrical-coordinate representation of color #6BA057: hue angle of 103.56º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6BA057 is Cyan = 0.33, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 107 | 160 | 87 | - |
| CMYK | 0.33 | 0 | 0.46 | 0.37 |
| HSL | 103.56º | 0.3% | 0.48% | - |
| HSV(B) | 103.56º | 0.46% | 0.63% | - |
| XYZ | 20.35 | 28.96 | 13.53 | - |
| YUV | 135.83 | 100.44 | 107.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 160 | 87 | 0.33 | 0 | 0.46 | 0.37 | 103.56 | 0.3 | 0.48 |
| Hex | 6B | A0 | 57 | 21 | 0 | 2E | 25 | 68 | 1E | 30 |
| Octal | 153 | 240 | 127 | 41 | 0 | 56 | 45 | 150 | 36 | 60 |
| Binary | 1101011 | 10100000 | 1010111 | 100001 | 0 | 101110 | 100101 | 1101000 | 11110 | 110000 |
Color Harmonies of #6BA057
Complementary color
Monochromatic Colors of #6BA057
Black with #6BA057
Text Example
Text Example
White with #6BA057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA057; }
p { color: rgb(107,160,87); }
H1.HeaderClassName
{
color: #6BA057;
}
.AnyTagClassName
{
color: #6BA057;
}
</style>
background-color css
<style>
a { background-color: #6BA057; }
a { background-color: rgb(107,160,87); }
div.DivClassName
{
background-color: #6BA057;
}
.BgClassName
{
background-color: #6BA057;
}
</style>
border-color css
<style>
span { border-color: #6BA057; }
span { border-color: rgb(107,160,87); }
td.TdClassName
{
border-color: #6BA057;
}
.TagClassName
{
border-color: #6BA057;
}
</style>