Shades of Mantis #6FBA5E
Tints of Mantis #6FBA5E
RGB
CMYK
RGB Variations
Color information
#6FBA5E (or 0x6FBA5E) is known color: Mantis. HEX triplet: 6F, BA and 5E. RGB value is (111,186,94). Sum of RGB (Red+Green+Blue) = 111+186+94=391 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.39% from 391); Green value is 186 (73.05% from 255 or 47.57% from 391); Blue value is 94 (37.11% from 255 or 24.04% from 391); Max value from RGB is 186 - color contains mainly: green. Hex color #6FBA5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FBA5E is #9045A1. Grayscale: #999999. Windows color (decimal): -9455010 or 6208111. OLE color: 6208111.
HSL color Cylindrical-coordinate representation of color #6FBA5E: hue angle of 108.91º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6FBA5E is Cyan = 0.40, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 111 | 186 | 94 | - |
| CMYK | 0.40 | 0 | 0.49 | 0.27 |
| HSL | 108.91º | 0.4% | 0.55% | - |
| HSV(B) | 108.91º | 0.49% | 0.73% | - |
| XYZ | 26.13 | 39.31 | 16.8 | - |
| YUV | 153.09 | 94.65 | 97.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 186 | 94 | 0.40 | 0 | 0.49 | 0.27 | 108.91 | 0.4 | 0.55 |
| Hex | 6F | BA | 5E | 28 | 0 | 31 | 1B | 6D | 28 | 37 |
| Octal | 157 | 272 | 136 | 50 | 0 | 61 | 33 | 155 | 50 | 67 |
| Binary | 1101111 | 10111010 | 1011110 | 101000 | 0 | 110001 | 11011 | 1101101 | 101000 | 110111 |
Color Harmonies of #6FBA5E
Complementary color
Monochromatic Colors of #6FBA5E
Black with #6FBA5E
Text Example
Text Example
White with #6FBA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBA5E; }
p { color: rgb(111,186,94); }
H1.HeaderClassName
{
color: #6FBA5E;
}
.AnyTagClassName
{
color: #6FBA5E;
}
</style>
background-color css
<style>
a { background-color: #6FBA5E; }
a { background-color: rgb(111,186,94); }
div.DivClassName
{
background-color: #6FBA5E;
}
.BgClassName
{
background-color: #6FBA5E;
}
</style>
border-color css
<style>
span { border-color: #6FBA5E; }
span { border-color: rgb(111,186,94); }
td.TdClassName
{
border-color: #6FBA5E;
}
.TagClassName
{
border-color: #6FBA5E;
}
</style>