Shades of Mantis #72C166
Tints of Mantis #72C166
RGB
CMYK
RGB Variations
Color information
#72C166 (or 0x72C166) is known color: Mantis. HEX triplet: 72, C1 and 66. RGB value is (114,193,102). Sum of RGB (Red+Green+Blue) = 114+193+102=409 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.87% from 409); Green value is 193 (75.78% from 255 or 47.19% from 409); Blue value is 102 (40.23% from 255 or 24.94% from 409); Max value from RGB is 193 - color contains mainly: green. Hex color #72C166 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72C166 is #8D3E99. Grayscale: #9F9F9F. Windows color (decimal): -9256602 or 6734194. OLE color: 6734194.
HSL color Cylindrical-coordinate representation of color #72C166: hue angle of 112.09º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #72C166 is Cyan = 0.41, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 114 | 193 | 102 | - |
| CMYK | 0.41 | 0 | 0.47 | 0.24 |
| HSL | 112.09º | 0.42% | 0.58% | - |
| HSV(B) | 112.09º | 0.47% | 0.76% | - |
| XYZ | 28.41 | 42.68 | 19.31 | - |
| YUV | 159.01 | 95.83 | 95.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 193 | 102 | 0.41 | 0 | 0.47 | 0.24 | 112.09 | 0.42 | 0.58 |
| Hex | 72 | C1 | 66 | 29 | 0 | 2F | 18 | 70 | 2A | 3A |
| Octal | 162 | 301 | 146 | 51 | 0 | 57 | 30 | 160 | 52 | 72 |
| Binary | 1110010 | 11000001 | 1100110 | 101001 | 0 | 101111 | 11000 | 1110000 | 101010 | 111010 |
Color Harmonies of #72C166
Complementary color
Monochromatic Colors of #72C166
Black with #72C166
Text Example
Text Example
White with #72C166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C166; }
p { color: rgb(114,193,102); }
H1.HeaderClassName
{
color: #72C166;
}
.AnyTagClassName
{
color: #72C166;
}
</style>
background-color css
<style>
a { background-color: #72C166; }
a { background-color: rgb(114,193,102); }
div.DivClassName
{
background-color: #72C166;
}
.BgClassName
{
background-color: #72C166;
}
</style>
border-color css
<style>
span { border-color: #72C166; }
span { border-color: rgb(114,193,102); }
td.TdClassName
{
border-color: #72C166;
}
.TagClassName
{
border-color: #72C166;
}
</style>