Shades of Asparagus #6BA058
Tints of Asparagus #6BA058
RGB
CMYK
RGB Variations
Color information
#6BA058 (or 0x6BA058) is known color: Asparagus. HEX triplet: 6B, A0 and 58. RGB value is (107,160,88). Sum of RGB (Red+Green+Blue) = 107+160+88=355 (47% of max value = 765). Red value is 107 (42.19% from 255 or 30.14% from 355); Green value is 160 (62.89% from 255 or 45.07% from 355); Blue value is 88 (34.77% from 255 or 24.79% from 355); Max value from RGB is 160 - color contains mainly: green. Hex color #6BA058 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA058 is #945FA7. Grayscale: #888888. Windows color (decimal): -9723816 or 5808235. OLE color: 5808235.
HSL color Cylindrical-coordinate representation of color #6BA058: hue angle of 104.17º 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 #6BA058 is Cyan = 0.33, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 107 | 160 | 88 | - |
| CMYK | 0.33 | 0 | 0.45 | 0.37 |
| HSL | 104.17º | 0.29% | 0.49% | - |
| HSV(B) | 104.17º | 0.45% | 0.63% | - |
| XYZ | 20.4 | 28.97 | 13.75 | - |
| YUV | 135.95 | 100.94 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 160 | 88 | 0.33 | 0 | 0.45 | 0.37 | 104.17 | 0.29 | 0.49 |
| Hex | 6B | A0 | 58 | 21 | 0 | 2D | 25 | 68 | 1D | 31 |
| Octal | 153 | 240 | 130 | 41 | 0 | 55 | 45 | 150 | 35 | 61 |
| Binary | 1101011 | 10100000 | 1011000 | 100001 | 0 | 101101 | 100101 | 1101000 | 11101 | 110001 |
Color Harmonies of #6BA058
Complementary color
Monochromatic Colors of #6BA058
Black with #6BA058
Text Example
Text Example
White with #6BA058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA058; }
p { color: rgb(107,160,88); }
H1.HeaderClassName
{
color: #6BA058;
}
.AnyTagClassName
{
color: #6BA058;
}
</style>
background-color css
<style>
a { background-color: #6BA058; }
a { background-color: rgb(107,160,88); }
div.DivClassName
{
background-color: #6BA058;
}
.BgClassName
{
background-color: #6BA058;
}
</style>
border-color css
<style>
span { border-color: #6BA058; }
span { border-color: rgb(107,160,88); }
td.TdClassName
{
border-color: #6BA058;
}
.TagClassName
{
border-color: #6BA058;
}
</style>