Shades of Mantis #6DC060
Tints of Mantis #6DC060
RGB
CMYK
RGB Variations
Color information
#6DC060 (or 0x6DC060) is known color: Mantis. HEX triplet: 6D, C0 and 60. RGB value is (109,192,96). Sum of RGB (Red+Green+Blue) = 109+192+96=397 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.46% from 397); Green value is 192 (75.39% from 255 or 48.36% from 397); Blue value is 96 (37.89% from 255 or 24.18% from 397); Max value from RGB is 192 - color contains mainly: green. Hex color #6DC060 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DC060 is #923F9F. Grayscale: #9C9C9C. Windows color (decimal): -9584544 or 6340717. OLE color: 6340717.
HSL color Cylindrical-coordinate representation of color #6DC060: hue angle of 111.88º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DC060 is Cyan = 0.43, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 109 | 192 | 96 | - |
| CMYK | 0.43 | 0 | 0.50 | 0.25 |
| HSL | 111.88º | 0.43% | 0.56% | - |
| HSV(B) | 111.88º | 0.5% | 0.75% | - |
| XYZ | 27.27 | 41.8 | 17.7 | - |
| YUV | 156.24 | 94 | 94.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 192 | 96 | 0.43 | 0 | 0.50 | 0.25 | 111.88 | 0.43 | 0.56 |
| Hex | 6D | C0 | 60 | 2B | 0 | 32 | 19 | 70 | 2B | 38 |
| Octal | 155 | 300 | 140 | 53 | 0 | 62 | 31 | 160 | 53 | 70 |
| Binary | 1101101 | 11000000 | 1100000 | 101011 | 0 | 110010 | 11001 | 1110000 | 101011 | 111000 |
Color Harmonies of #6DC060
Complementary color
Monochromatic Colors of #6DC060
Black with #6DC060
Text Example
Text Example
White with #6DC060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC060; }
p { color: rgb(109,192,96); }
H1.HeaderClassName
{
color: #6DC060;
}
.AnyTagClassName
{
color: #6DC060;
}
</style>
background-color css
<style>
a { background-color: #6DC060; }
a { background-color: rgb(109,192,96); }
div.DivClassName
{
background-color: #6DC060;
}
.BgClassName
{
background-color: #6DC060;
}
</style>
border-color css
<style>
span { border-color: #6DC060; }
span { border-color: rgb(109,192,96); }
td.TdClassName
{
border-color: #6DC060;
}
.TagClassName
{
border-color: #6DC060;
}
</style>