Shades of Mantis #6FB360
Tints of Mantis #6FB360
RGB
CMYK
RGB Variations
Color information
#6FB360 (or 0x6FB360) is known color: Mantis. HEX triplet: 6F, B3 and 60. RGB value is (111,179,96). Sum of RGB (Red+Green+Blue) = 111+179+96=386 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.76% from 386); Green value is 179 (70.31% from 255 or 46.37% from 386); Blue value is 96 (37.89% from 255 or 24.87% from 386); Max value from RGB is 179 - color contains mainly: green. Hex color #6FB360 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FB360 is #904C9F. Grayscale: #959595. Windows color (decimal): -9456800 or 6337391. OLE color: 6337391.
HSL color Cylindrical-coordinate representation of color #6FB360: hue angle of 109.16º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6FB360 is Cyan = 0.38, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 111 | 179 | 96 | - |
| CMYK | 0.38 | 0 | 0.46 | 0.30 |
| HSL | 109.16º | 0.35% | 0.54% | - |
| HSV(B) | 109.16º | 0.46% | 0.7% | - |
| XYZ | 24.79 | 36.46 | 16.8 | - |
| YUV | 149.21 | 97.97 | 100.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 179 | 96 | 0.38 | 0 | 0.46 | 0.30 | 109.16 | 0.35 | 0.54 |
| Hex | 6F | B3 | 60 | 26 | 0 | 2E | 1E | 6D | 23 | 36 |
| Octal | 157 | 263 | 140 | 46 | 0 | 56 | 36 | 155 | 43 | 66 |
| Binary | 1101111 | 10110011 | 1100000 | 100110 | 0 | 101110 | 11110 | 1101101 | 100011 | 110110 |
Color Harmonies of #6FB360
Complementary color
Monochromatic Colors of #6FB360
Black with #6FB360
Text Example
Text Example
White with #6FB360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB360; }
p { color: rgb(111,179,96); }
H1.HeaderClassName
{
color: #6FB360;
}
.AnyTagClassName
{
color: #6FB360;
}
</style>
background-color css
<style>
a { background-color: #6FB360; }
a { background-color: rgb(111,179,96); }
div.DivClassName
{
background-color: #6FB360;
}
.BgClassName
{
background-color: #6FB360;
}
</style>
border-color css
<style>
span { border-color: #6FB360; }
span { border-color: rgb(111,179,96); }
td.TdClassName
{
border-color: #6FB360;
}
.TagClassName
{
border-color: #6FB360;
}
</style>