Shades of Mantis #6FBA61
Tints of Mantis #6FBA61
RGB
CMYK
RGB Variations
Color information
#6FBA61 (or 0x6FBA61) is known color: Mantis. HEX triplet: 6F, BA and 61. RGB value is (111,186,97). Sum of RGB (Red+Green+Blue) = 111+186+97=394 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.17% from 394); Green value is 186 (73.05% from 255 or 47.21% from 394); Blue value is 97 (38.28% from 255 or 24.62% from 394); Max value from RGB is 186 - color contains mainly: green. Hex color #6FBA61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FBA61 is #90459E. Grayscale: #999999. Windows color (decimal): -9455007 or 6404719. OLE color: 6404719.
HSL color Cylindrical-coordinate representation of color #6FBA61: hue angle of 110.56º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6FBA61 is Cyan = 0.40, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 111 | 186 | 97 | - |
| CMYK | 0.40 | 0 | 0.48 | 0.27 |
| HSL | 110.56º | 0.39% | 0.55% | - |
| HSV(B) | 110.56º | 0.48% | 0.73% | - |
| XYZ | 26.27 | 39.36 | 17.52 | - |
| YUV | 153.43 | 96.15 | 97.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 186 | 97 | 0.40 | 0 | 0.48 | 0.27 | 110.56 | 0.39 | 0.55 |
| Hex | 6F | BA | 61 | 28 | 0 | 30 | 1B | 6F | 27 | 37 |
| Octal | 157 | 272 | 141 | 50 | 0 | 60 | 33 | 157 | 47 | 67 |
| Binary | 1101111 | 10111010 | 1100001 | 101000 | 0 | 110000 | 11011 | 1101111 | 100111 | 110111 |
Color Harmonies of #6FBA61
Complementary color
Monochromatic Colors of #6FBA61
Black with #6FBA61
Text Example
Text Example
White with #6FBA61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBA61; }
p { color: rgb(111,186,97); }
H1.HeaderClassName
{
color: #6FBA61;
}
.AnyTagClassName
{
color: #6FBA61;
}
</style>
background-color css
<style>
a { background-color: #6FBA61; }
a { background-color: rgb(111,186,97); }
div.DivClassName
{
background-color: #6FBA61;
}
.BgClassName
{
background-color: #6FBA61;
}
</style>
border-color css
<style>
span { border-color: #6FBA61; }
span { border-color: rgb(111,186,97); }
td.TdClassName
{
border-color: #6FBA61;
}
.TagClassName
{
border-color: #6FBA61;
}
</style>