Shades of Asparagus #6BA15A
Tints of Asparagus #6BA15A
RGB
CMYK
RGB Variations
Color information
#6BA15A (or 0x6BA15A) is known color: Asparagus. HEX triplet: 6B, A1 and 5A. RGB value is (107,161,90). Sum of RGB (Red+Green+Blue) = 107+161+90=358 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.89% from 358); Green value is 161 (63.28% from 255 or 44.97% from 358); Blue value is 90 (35.55% from 255 or 25.14% from 358); Max value from RGB is 161 - color contains mainly: green. Hex color #6BA15A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA15A is #945EA5. Grayscale: #888888. Windows color (decimal): -9723558 or 5939563. OLE color: 5939563.
HSL color Cylindrical-coordinate representation of color #6BA15A: hue angle of 105.63º degrees, saturation: 0.28, 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 #6BA15A is Cyan = 0.34, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 107 | 161 | 90 | - |
| CMYK | 0.34 | 0 | 0.44 | 0.37 |
| HSL | 105.63º | 0.28% | 0.49% | - |
| HSV(B) | 105.63º | 0.44% | 0.63% | - |
| XYZ | 20.65 | 29.35 | 14.25 | - |
| YUV | 136.76 | 101.61 | 106.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 161 | 90 | 0.34 | 0 | 0.44 | 0.37 | 105.63 | 0.28 | 0.49 |
| Hex | 6B | A1 | 5A | 22 | 0 | 2C | 25 | 6A | 1C | 31 |
| Octal | 153 | 241 | 132 | 42 | 0 | 54 | 45 | 152 | 34 | 61 |
| Binary | 1101011 | 10100001 | 1011010 | 100010 | 0 | 101100 | 100101 | 1101010 | 11100 | 110001 |
Color Harmonies of #6BA15A
Complementary color
Monochromatic Colors of #6BA15A
Black with #6BA15A
Text Example
Text Example
White with #6BA15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA15A; }
p { color: rgb(107,161,90); }
H1.HeaderClassName
{
color: #6BA15A;
}
.AnyTagClassName
{
color: #6BA15A;
}
</style>
background-color css
<style>
a { background-color: #6BA15A; }
a { background-color: rgb(107,161,90); }
div.DivClassName
{
background-color: #6BA15A;
}
.BgClassName
{
background-color: #6BA15A;
}
</style>
border-color css
<style>
span { border-color: #6BA15A; }
span { border-color: rgb(107,161,90); }
td.TdClassName
{
border-color: #6BA15A;
}
.TagClassName
{
border-color: #6BA15A;
}
</style>