Shades of Mantis #72C060
Tints of Mantis #72C060
RGB
CMYK
RGB Variations
Color information
#72C060 (or 0x72C060) is known color: Mantis. HEX triplet: 72, C0 and 60. RGB value is (114,192,96). Sum of RGB (Red+Green+Blue) = 114+192+96=402 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.36% from 402); Green value is 192 (75.39% from 255 or 47.76% from 402); Blue value is 96 (37.89% from 255 or 23.88% from 402); Max value from RGB is 192 - color contains mainly: green. Hex color #72C060 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72C060 is #8D3F9F. Grayscale: #9E9E9E. Windows color (decimal): -9256864 or 6340722. OLE color: 6340722.
HSL color Cylindrical-coordinate representation of color #72C060: hue angle of 108.75º 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 #72C060 is Cyan = 0.41, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 114 | 192 | 96 | - |
| CMYK | 0.41 | 0 | 0.50 | 0.25 |
| HSL | 108.75º | 0.43% | 0.56% | - |
| HSV(B) | 108.75º | 0.5% | 0.75% | - |
| XYZ | 27.9 | 42.12 | 17.73 | - |
| YUV | 157.73 | 93.16 | 96.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 192 | 96 | 0.41 | 0 | 0.50 | 0.25 | 108.75 | 0.43 | 0.56 |
| Hex | 72 | C0 | 60 | 29 | 0 | 32 | 19 | 6D | 2B | 38 |
| Octal | 162 | 300 | 140 | 51 | 0 | 62 | 31 | 155 | 53 | 70 |
| Binary | 1110010 | 11000000 | 1100000 | 101001 | 0 | 110010 | 11001 | 1101101 | 101011 | 111000 |
Color Harmonies of #72C060
Complementary color
Monochromatic Colors of #72C060
Black with #72C060
Text Example
Text Example
White with #72C060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C060; }
p { color: rgb(114,192,96); }
H1.HeaderClassName
{
color: #72C060;
}
.AnyTagClassName
{
color: #72C060;
}
</style>
background-color css
<style>
a { background-color: #72C060; }
a { background-color: rgb(114,192,96); }
div.DivClassName
{
background-color: #72C060;
}
.BgClassName
{
background-color: #72C060;
}
</style>
border-color css
<style>
span { border-color: #72C060; }
span { border-color: rgb(114,192,96); }
td.TdClassName
{
border-color: #72C060;
}
.TagClassName
{
border-color: #72C060;
}
</style>