Shades of Mantis #72C065
Tints of Mantis #72C065
RGB
CMYK
RGB Variations
Color information
#72C065 (or 0x72C065) is known color: Mantis. HEX triplet: 72, C0 and 65. RGB value is (114,192,101). Sum of RGB (Red+Green+Blue) = 114+192+101=407 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.01% from 407); Green value is 192 (75.39% from 255 or 47.17% from 407); Blue value is 101 (39.84% from 255 or 24.82% from 407); Max value from RGB is 192 - color contains mainly: green. Hex color #72C065 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72C065 is #8D3F9A. Grayscale: #9E9E9E. Windows color (decimal): -9256859 or 6668402. OLE color: 6668402.
HSL color Cylindrical-coordinate representation of color #72C065: hue angle of 111.43º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #72C065 is Cyan = 0.41, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 114 | 192 | 101 | - |
| CMYK | 0.41 | 0 | 0.47 | 0.25 |
| HSL | 111.43º | 0.42% | 0.57% | - |
| HSV(B) | 111.43º | 0.47% | 0.75% | - |
| XYZ | 28.14 | 42.22 | 18.98 | - |
| YUV | 158.3 | 95.66 | 96.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 192 | 101 | 0.41 | 0 | 0.47 | 0.25 | 111.43 | 0.42 | 0.57 |
| Hex | 72 | C0 | 65 | 29 | 0 | 2F | 19 | 6F | 2A | 39 |
| Octal | 162 | 300 | 145 | 51 | 0 | 57 | 31 | 157 | 52 | 71 |
| Binary | 1110010 | 11000000 | 1100101 | 101001 | 0 | 101111 | 11001 | 1101111 | 101010 | 111001 |
Color Harmonies of #72C065
Complementary color
Monochromatic Colors of #72C065
Black with #72C065
Text Example
Text Example
White with #72C065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C065; }
p { color: rgb(114,192,101); }
H1.HeaderClassName
{
color: #72C065;
}
.AnyTagClassName
{
color: #72C065;
}
</style>
background-color css
<style>
a { background-color: #72C065; }
a { background-color: rgb(114,192,101); }
div.DivClassName
{
background-color: #72C065;
}
.BgClassName
{
background-color: #72C065;
}
</style>
border-color css
<style>
span { border-color: #72C065; }
span { border-color: rgb(114,192,101); }
td.TdClassName
{
border-color: #72C065;
}
.TagClassName
{
border-color: #72C065;
}
</style>