Shades of Asparagus #6BA15B
Tints of Asparagus #6BA15B
RGB
CMYK
RGB Variations
Color information
#6BA15B (or 0x6BA15B) is known color: Asparagus. HEX triplet: 6B, A1 and 5B. RGB value is (107,161,91). Sum of RGB (Red+Green+Blue) = 107+161+91=359 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.81% from 359); Green value is 161 (63.28% from 255 or 44.85% from 359); Blue value is 91 (35.94% from 255 or 25.35% from 359); Max value from RGB is 161 - color contains mainly: green. Hex color #6BA15B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA15B is #945EA4. Grayscale: #898989. Windows color (decimal): -9723557 or 6005099. OLE color: 6005099.
HSL color Cylindrical-coordinate representation of color #6BA15B: hue angle of 106.29º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6BA15B is Cyan = 0.34, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 107 | 161 | 91 | - |
| CMYK | 0.34 | 0 | 0.43 | 0.37 |
| HSL | 106.29º | 0.28% | 0.49% | - |
| HSV(B) | 106.29º | 0.43% | 0.63% | - |
| XYZ | 20.7 | 29.37 | 14.48 | - |
| YUV | 136.87 | 102.11 | 106.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 161 | 91 | 0.34 | 0 | 0.43 | 0.37 | 106.29 | 0.28 | 0.49 |
| Hex | 6B | A1 | 5B | 22 | 0 | 2B | 25 | 6A | 1C | 31 |
| Octal | 153 | 241 | 133 | 42 | 0 | 53 | 45 | 152 | 34 | 61 |
| Binary | 1101011 | 10100001 | 1011011 | 100010 | 0 | 101011 | 100101 | 1101010 | 11100 | 110001 |
Color Harmonies of #6BA15B
Complementary color
Monochromatic Colors of #6BA15B
Black with #6BA15B
Text Example
Text Example
White with #6BA15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA15B; }
p { color: rgb(107,161,91); }
H1.HeaderClassName
{
color: #6BA15B;
}
.AnyTagClassName
{
color: #6BA15B;
}
</style>
background-color css
<style>
a { background-color: #6BA15B; }
a { background-color: rgb(107,161,91); }
div.DivClassName
{
background-color: #6BA15B;
}
.BgClassName
{
background-color: #6BA15B;
}
</style>
border-color css
<style>
span { border-color: #6BA15B; }
span { border-color: rgb(107,161,91); }
td.TdClassName
{
border-color: #6BA15B;
}
.TagClassName
{
border-color: #6BA15B;
}
</style>