Shades of Mantis #6FB662
Tints of Mantis #6FB662
RGB
CMYK
RGB Variations
Color information
#6FB662 (or 0x6FB662) is known color: Mantis. HEX triplet: 6F, B6 and 62. RGB value is (111,182,98). Sum of RGB (Red+Green+Blue) = 111+182+98=391 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.39% from 391); Green value is 182 (71.48% from 255 or 46.55% from 391); Blue value is 98 (38.67% from 255 or 25.06% from 391); Max value from RGB is 182 - color contains mainly: green. Hex color #6FB662 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FB662 is #90499D. Grayscale: #979797. Windows color (decimal): -9456030 or 6469231. OLE color: 6469231.
HSL color Cylindrical-coordinate representation of color #6FB662: hue angle of 110.71º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6FB662 is Cyan = 0.39, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 111 | 182 | 98 | - |
| CMYK | 0.39 | 0 | 0.46 | 0.29 |
| HSL | 110.71º | 0.37% | 0.55% | - |
| HSV(B) | 110.71º | 0.46% | 0.71% | - |
| XYZ | 25.49 | 37.72 | 17.49 | - |
| YUV | 151.2 | 97.98 | 99.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 182 | 98 | 0.39 | 0 | 0.46 | 0.29 | 110.71 | 0.37 | 0.55 |
| Hex | 6F | B6 | 62 | 27 | 0 | 2E | 1D | 6F | 25 | 37 |
| Octal | 157 | 266 | 142 | 47 | 0 | 56 | 35 | 157 | 45 | 67 |
| Binary | 1101111 | 10110110 | 1100010 | 100111 | 0 | 101110 | 11101 | 1101111 | 100101 | 110111 |
Color Harmonies of #6FB662
Complementary color
Monochromatic Colors of #6FB662
Black with #6FB662
Text Example
Text Example
White with #6FB662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB662; }
p { color: rgb(111,182,98); }
H1.HeaderClassName
{
color: #6FB662;
}
.AnyTagClassName
{
color: #6FB662;
}
</style>
background-color css
<style>
a { background-color: #6FB662; }
a { background-color: rgb(111,182,98); }
div.DivClassName
{
background-color: #6FB662;
}
.BgClassName
{
background-color: #6FB662;
}
</style>
border-color css
<style>
span { border-color: #6FB662; }
span { border-color: rgb(111,182,98); }
td.TdClassName
{
border-color: #6FB662;
}
.TagClassName
{
border-color: #6FB662;
}
</style>