Shades of Mantis #6DC760
Tints of Mantis #6DC760
RGB
CMYK
RGB Variations
Color information
#6DC760 (or 0x6DC760) is known color: Mantis. HEX triplet: 6D, C7 and 60. RGB value is (109,199,96). Sum of RGB (Red+Green+Blue) = 109+199+96=404 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.98% from 404); Green value is 199 (78.12% from 255 or 49.26% from 404); Blue value is 96 (37.89% from 255 or 23.76% from 404); Max value from RGB is 199 - color contains mainly: green. Hex color #6DC760 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DC760 is #92389F. Grayscale: #A0A0A0. Windows color (decimal): -9582752 or 6342509. OLE color: 6342509.
HSL color Cylindrical-coordinate representation of color #6DC760: hue angle of 112.43º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6DC760 is Cyan = 0.45, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 109 | 199 | 96 | - |
| CMYK | 0.45 | 0 | 0.52 | 0.22 |
| HSL | 112.43º | 0.48% | 0.58% | - |
| HSV(B) | 112.43º | 0.52% | 0.78% | - |
| XYZ | 28.84 | 44.94 | 18.22 | - |
| YUV | 160.35 | 91.68 | 91.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 199 | 96 | 0.45 | 0 | 0.52 | 0.22 | 112.43 | 0.48 | 0.58 |
| Hex | 6D | C7 | 60 | 2D | 0 | 34 | 16 | 70 | 30 | 3A |
| Octal | 155 | 307 | 140 | 55 | 0 | 64 | 26 | 160 | 60 | 72 |
| Binary | 1101101 | 11000111 | 1100000 | 101101 | 0 | 110100 | 10110 | 1110000 | 110000 | 111010 |
Color Harmonies of #6DC760
Complementary color
Monochromatic Colors of #6DC760
Black with #6DC760
Text Example
Text Example
White with #6DC760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC760; }
p { color: rgb(109,199,96); }
H1.HeaderClassName
{
color: #6DC760;
}
.AnyTagClassName
{
color: #6DC760;
}
</style>
background-color css
<style>
a { background-color: #6DC760; }
a { background-color: rgb(109,199,96); }
div.DivClassName
{
background-color: #6DC760;
}
.BgClassName
{
background-color: #6DC760;
}
</style>
border-color css
<style>
span { border-color: #6DC760; }
span { border-color: rgb(109,199,96); }
td.TdClassName
{
border-color: #6DC760;
}
.TagClassName
{
border-color: #6DC760;
}
</style>