Shades of Asparagus #6BA059
Tints of Asparagus #6BA059
RGB
CMYK
RGB Variations
Color information
#6BA059 (or 0x6BA059) is known color: Asparagus. HEX triplet: 6B, A0 and 59. RGB value is (107,160,89). Sum of RGB (Red+Green+Blue) = 107+160+89=356 (47% of max value = 765). Red value is 107 (42.19% from 255 or 30.06% from 356); Green value is 160 (62.89% from 255 or 44.94% from 356); Blue value is 89 (35.16% from 255 or 25% from 356); Max value from RGB is 160 - color contains mainly: green. Hex color #6BA059 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA059 is #945FA6. Grayscale: #888888. Windows color (decimal): -9723815 or 5873771. OLE color: 5873771.
HSL color Cylindrical-coordinate representation of color #6BA059: hue angle of 104.79º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6BA059 is Cyan = 0.33, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 107 | 160 | 89 | - |
| CMYK | 0.33 | 0 | 0.44 | 0.37 |
| HSL | 104.79º | 0.29% | 0.49% | - |
| HSV(B) | 104.79º | 0.44% | 0.63% | - |
| XYZ | 20.44 | 28.99 | 13.97 | - |
| YUV | 136.06 | 101.44 | 107.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 160 | 89 | 0.33 | 0 | 0.44 | 0.37 | 104.79 | 0.29 | 0.49 |
| Hex | 6B | A0 | 59 | 21 | 0 | 2C | 25 | 69 | 1D | 31 |
| Octal | 153 | 240 | 131 | 41 | 0 | 54 | 45 | 151 | 35 | 61 |
| Binary | 1101011 | 10100000 | 1011001 | 100001 | 0 | 101100 | 100101 | 1101001 | 11101 | 110001 |
Color Harmonies of #6BA059
Complementary color
Monochromatic Colors of #6BA059
Black with #6BA059
Text Example
Text Example
White with #6BA059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA059; }
p { color: rgb(107,160,89); }
H1.HeaderClassName
{
color: #6BA059;
}
.AnyTagClassName
{
color: #6BA059;
}
</style>
background-color css
<style>
a { background-color: #6BA059; }
a { background-color: rgb(107,160,89); }
div.DivClassName
{
background-color: #6BA059;
}
.BgClassName
{
background-color: #6BA059;
}
</style>
border-color css
<style>
span { border-color: #6BA059; }
span { border-color: rgb(107,160,89); }
td.TdClassName
{
border-color: #6BA059;
}
.TagClassName
{
border-color: #6BA059;
}
</style>