Shades of Mantis #6EBA5B
Tints of Mantis #6EBA5B
RGB
CMYK
RGB Variations
Color information
#6EBA5B (or 0x6EBA5B) is known color: Mantis. HEX triplet: 6E, BA and 5B. RGB value is (110,186,91). Sum of RGB (Red+Green+Blue) = 110+186+91=387 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.42% from 387); Green value is 186 (73.05% from 255 or 48.06% from 387); Blue value is 91 (35.94% from 255 or 23.51% from 387); Max value from RGB is 186 - color contains mainly: green. Hex color #6EBA5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6EBA5B is #9145A4. Grayscale: #989898. Windows color (decimal): -9520549 or 6011502. OLE color: 6011502.
HSL color Cylindrical-coordinate representation of color #6EBA5B: hue angle of 108º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6EBA5B is Cyan = 0.41, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 110 | 186 | 91 | - |
| CMYK | 0.41 | 0 | 0.51 | 0.27 |
| HSL | 108º | 0.41% | 0.54% | - |
| HSV(B) | 108º | 0.51% | 0.73% | - |
| XYZ | 25.88 | 39.19 | 16.1 | - |
| YUV | 152.45 | 93.32 | 97.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 186 | 91 | 0.41 | 0 | 0.51 | 0.27 | 108 | 0.41 | 0.54 |
| Hex | 6E | BA | 5B | 29 | 0 | 33 | 1B | 6C | 29 | 36 |
| Octal | 156 | 272 | 133 | 51 | 0 | 63 | 33 | 154 | 51 | 66 |
| Binary | 1101110 | 10111010 | 1011011 | 101001 | 0 | 110011 | 11011 | 1101100 | 101001 | 110110 |
Color Harmonies of #6EBA5B
Complementary color
Monochromatic Colors of #6EBA5B
Black with #6EBA5B
Text Example
Text Example
White with #6EBA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EBA5B; }
p { color: rgb(110,186,91); }
H1.HeaderClassName
{
color: #6EBA5B;
}
.AnyTagClassName
{
color: #6EBA5B;
}
</style>
background-color css
<style>
a { background-color: #6EBA5B; }
a { background-color: rgb(110,186,91); }
div.DivClassName
{
background-color: #6EBA5B;
}
.BgClassName
{
background-color: #6EBA5B;
}
</style>
border-color css
<style>
span { border-color: #6EBA5B; }
span { border-color: rgb(110,186,91); }
td.TdClassName
{
border-color: #6EBA5B;
}
.TagClassName
{
border-color: #6EBA5B;
}
</style>