Shades of Mantis #6FBC59
Tints of Mantis #6FBC59
RGB
CMYK
RGB Variations
Color information
#6FBC59 (or 0x6FBC59) is known color: Mantis. HEX triplet: 6F, BC and 59. RGB value is (111,188,89). Sum of RGB (Red+Green+Blue) = 111+188+89=388 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.61% from 388); Green value is 188 (73.83% from 255 or 48.45% from 388); Blue value is 89 (35.16% from 255 or 22.94% from 388); Max value from RGB is 188 - color contains mainly: green. Hex color #6FBC59 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FBC59 is #9043A6. Grayscale: #9A9A9A. Windows color (decimal): -9454503 or 5880943. OLE color: 5880943.
HSL color Cylindrical-coordinate representation of color #6FBC59: hue angle of 106.67º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FBC59 is Cyan = 0.41, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 111 | 188 | 89 | - |
| CMYK | 0.41 | 0 | 0.53 | 0.26 |
| HSL | 106.67º | 0.42% | 0.54% | - |
| HSV(B) | 106.67º | 0.53% | 0.74% | - |
| XYZ | 26.34 | 40.07 | 15.8 | - |
| YUV | 153.69 | 91.49 | 97.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 188 | 89 | 0.41 | 0 | 0.53 | 0.26 | 106.67 | 0.42 | 0.54 |
| Hex | 6F | BC | 59 | 29 | 0 | 35 | 1A | 6B | 2A | 36 |
| Octal | 157 | 274 | 131 | 51 | 0 | 65 | 32 | 153 | 52 | 66 |
| Binary | 1101111 | 10111100 | 1011001 | 101001 | 0 | 110101 | 11010 | 1101011 | 101010 | 110110 |
Color Harmonies of #6FBC59
Complementary color
Monochromatic Colors of #6FBC59
Black with #6FBC59
Text Example
Text Example
White with #6FBC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBC59; }
p { color: rgb(111,188,89); }
H1.HeaderClassName
{
color: #6FBC59;
}
.AnyTagClassName
{
color: #6FBC59;
}
</style>
background-color css
<style>
a { background-color: #6FBC59; }
a { background-color: rgb(111,188,89); }
div.DivClassName
{
background-color: #6FBC59;
}
.BgClassName
{
background-color: #6FBC59;
}
</style>
border-color css
<style>
span { border-color: #6FBC59; }
span { border-color: rgb(111,188,89); }
td.TdClassName
{
border-color: #6FBC59;
}
.TagClassName
{
border-color: #6FBC59;
}
</style>