Shades of Asparagus #6BA158
Tints of Asparagus #6BA158
RGB
CMYK
RGB Variations
Color information
#6BA158 (or 0x6BA158) is known color: Asparagus. HEX triplet: 6B, A1 and 58. RGB value is (107,161,88). Sum of RGB (Red+Green+Blue) = 107+161+88=356 (47% of max value = 765). Red value is 107 (42.19% from 255 or 30.06% from 356); Green value is 161 (63.28% from 255 or 45.22% from 356); Blue value is 88 (34.77% from 255 or 24.72% from 356); Max value from RGB is 161 - color contains mainly: green. Hex color #6BA158 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA158 is #945EA7. Grayscale: #888888. Windows color (decimal): -9723560 or 5808491. OLE color: 5808491.
HSL color Cylindrical-coordinate representation of color #6BA158: hue angle of 104.38º 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 #6BA158 is Cyan = 0.34, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 107 | 161 | 88 | - |
| CMYK | 0.34 | 0 | 0.45 | 0.37 |
| HSL | 104.38º | 0.29% | 0.49% | - |
| HSV(B) | 104.38º | 0.45% | 0.63% | - |
| XYZ | 20.57 | 29.32 | 13.81 | - |
| YUV | 136.53 | 100.61 | 106.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 161 | 88 | 0.34 | 0 | 0.45 | 0.37 | 104.38 | 0.29 | 0.49 |
| Hex | 6B | A1 | 58 | 22 | 0 | 2D | 25 | 68 | 1D | 31 |
| Octal | 153 | 241 | 130 | 42 | 0 | 55 | 45 | 150 | 35 | 61 |
| Binary | 1101011 | 10100001 | 1011000 | 100010 | 0 | 101101 | 100101 | 1101000 | 11101 | 110001 |
Color Harmonies of #6BA158
Complementary color
Monochromatic Colors of #6BA158
Black with #6BA158
Text Example
Text Example
White with #6BA158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA158; }
p { color: rgb(107,161,88); }
H1.HeaderClassName
{
color: #6BA158;
}
.AnyTagClassName
{
color: #6BA158;
}
</style>
background-color css
<style>
a { background-color: #6BA158; }
a { background-color: rgb(107,161,88); }
div.DivClassName
{
background-color: #6BA158;
}
.BgClassName
{
background-color: #6BA158;
}
</style>
border-color css
<style>
span { border-color: #6BA158; }
span { border-color: rgb(107,161,88); }
td.TdClassName
{
border-color: #6BA158;
}
.TagClassName
{
border-color: #6BA158;
}
</style>