Shades of Mantis #6DB860
Tints of Mantis #6DB860
RGB
CMYK
RGB Variations
Color information
#6DB860 (or 0x6DB860) is known color: Mantis. HEX triplet: 6D, B8 and 60. RGB value is (109,184,96). Sum of RGB (Red+Green+Blue) = 109+184+96=389 (51% of max value = 765). Red value is 109 (42.97% from 255 or 28.02% from 389); Green value is 184 (72.27% from 255 or 47.30% from 389); Blue value is 96 (37.89% from 255 or 24.68% from 389); Max value from RGB is 184 - color contains mainly: green. Hex color #6DB860 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DB860 is #92479F. Grayscale: #979797. Windows color (decimal): -9586592 or 6338669. OLE color: 6338669.
HSL color Cylindrical-coordinate representation of color #6DB860: hue angle of 111.14º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6DB860 is Cyan = 0.41, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 109 | 184 | 96 | - |
| CMYK | 0.41 | 0 | 0.48 | 0.28 |
| HSL | 111.14º | 0.38% | 0.55% | - |
| HSV(B) | 111.14º | 0.48% | 0.72% | - |
| XYZ | 25.56 | 38.38 | 17.13 | - |
| YUV | 151.54 | 96.65 | 97.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 184 | 96 | 0.41 | 0 | 0.48 | 0.28 | 111.14 | 0.38 | 0.55 |
| Hex | 6D | B8 | 60 | 29 | 0 | 30 | 1C | 6F | 26 | 37 |
| Octal | 155 | 270 | 140 | 51 | 0 | 60 | 34 | 157 | 46 | 67 |
| Binary | 1101101 | 10111000 | 1100000 | 101001 | 0 | 110000 | 11100 | 1101111 | 100110 | 110111 |
Color Harmonies of #6DB860
Complementary color
Monochromatic Colors of #6DB860
Black with #6DB860
Text Example
Text Example
White with #6DB860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB860; }
p { color: rgb(109,184,96); }
H1.HeaderClassName
{
color: #6DB860;
}
.AnyTagClassName
{
color: #6DB860;
}
</style>
background-color css
<style>
a { background-color: #6DB860; }
a { background-color: rgb(109,184,96); }
div.DivClassName
{
background-color: #6DB860;
}
.BgClassName
{
background-color: #6DB860;
}
</style>
border-color css
<style>
span { border-color: #6DB860; }
span { border-color: rgb(109,184,96); }
td.TdClassName
{
border-color: #6DB860;
}
.TagClassName
{
border-color: #6DB860;
}
</style>