Shades of Mantis #6FBB61
Tints of Mantis #6FBB61
RGB
CMYK
RGB Variations
Color information
#6FBB61 (or 0x6FBB61) is known color: Mantis. HEX triplet: 6F, BB and 61. RGB value is (111,187,97). Sum of RGB (Red+Green+Blue) = 111+187+97=395 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.10% from 395); Green value is 187 (73.44% from 255 or 47.34% from 395); Blue value is 97 (38.28% from 255 or 24.56% from 395); Max value from RGB is 187 - color contains mainly: green. Hex color #6FBB61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FBB61 is #90449E. Grayscale: #9A9A9A. Windows color (decimal): -9454751 or 6404975. OLE color: 6404975.
HSL color Cylindrical-coordinate representation of color #6FBB61: hue angle of 110.67º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6FBB61 is Cyan = 0.41, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 111 | 187 | 97 | - |
| CMYK | 0.41 | 0 | 0.48 | 0.27 |
| HSL | 110.67º | 0.4% | 0.56% | - |
| HSV(B) | 110.67º | 0.48% | 0.73% | - |
| XYZ | 26.48 | 39.78 | 17.59 | - |
| YUV | 154.02 | 95.82 | 97.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 187 | 97 | 0.41 | 0 | 0.48 | 0.27 | 110.67 | 0.4 | 0.56 |
| Hex | 6F | BB | 61 | 29 | 0 | 30 | 1B | 6F | 28 | 38 |
| Octal | 157 | 273 | 141 | 51 | 0 | 60 | 33 | 157 | 50 | 70 |
| Binary | 1101111 | 10111011 | 1100001 | 101001 | 0 | 110000 | 11011 | 1101111 | 101000 | 111000 |
Color Harmonies of #6FBB61
Complementary color
Monochromatic Colors of #6FBB61
Black with #6FBB61
Text Example
Text Example
White with #6FBB61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBB61; }
p { color: rgb(111,187,97); }
H1.HeaderClassName
{
color: #6FBB61;
}
.AnyTagClassName
{
color: #6FBB61;
}
</style>
background-color css
<style>
a { background-color: #6FBB61; }
a { background-color: rgb(111,187,97); }
div.DivClassName
{
background-color: #6FBB61;
}
.BgClassName
{
background-color: #6FBB61;
}
</style>
border-color css
<style>
span { border-color: #6FBB61; }
span { border-color: rgb(111,187,97); }
td.TdClassName
{
border-color: #6FBB61;
}
.TagClassName
{
border-color: #6FBB61;
}
</style>