Shades of Mantis #72C668
Tints of Mantis #72C668
RGB
CMYK
RGB Variations
Color information
#72C668 (or 0x72C668) is known color: Mantis. HEX triplet: 72, C6 and 68. RGB value is (114,198,104). Sum of RGB (Red+Green+Blue) = 114+198+104=416 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.40% from 416); Green value is 198 (77.73% from 255 or 47.60% from 416); Blue value is 104 (41.02% from 255 or 25% from 416); Max value from RGB is 198 - color contains mainly: green. Hex color #72C668 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72C668 is #8D3997. Grayscale: #A2A2A2. Windows color (decimal): -9255320 or 6866546. OLE color: 6866546.
HSL color Cylindrical-coordinate representation of color #72C668: hue angle of 113.62º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #72C668 is Cyan = 0.42, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 114 | 198 | 104 | - |
| CMYK | 0.42 | 0 | 0.47 | 0.22 |
| HSL | 113.62º | 0.45% | 0.59% | - |
| HSV(B) | 113.62º | 0.47% | 0.78% | - |
| XYZ | 29.63 | 44.97 | 20.21 | - |
| YUV | 162.17 | 95.17 | 93.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 198 | 104 | 0.42 | 0 | 0.47 | 0.22 | 113.62 | 0.45 | 0.59 |
| Hex | 72 | C6 | 68 | 2A | 0 | 2F | 16 | 72 | 2D | 3B |
| Octal | 162 | 306 | 150 | 52 | 0 | 57 | 26 | 162 | 55 | 73 |
| Binary | 1110010 | 11000110 | 1101000 | 101010 | 0 | 101111 | 10110 | 1110010 | 101101 | 111011 |
Color Harmonies of #72C668
Complementary color
Monochromatic Colors of #72C668
Black with #72C668
Text Example
Text Example
White with #72C668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C668; }
p { color: rgb(114,198,104); }
H1.HeaderClassName
{
color: #72C668;
}
.AnyTagClassName
{
color: #72C668;
}
</style>
background-color css
<style>
a { background-color: #72C668; }
a { background-color: rgb(114,198,104); }
div.DivClassName
{
background-color: #72C668;
}
.BgClassName
{
background-color: #72C668;
}
</style>
border-color css
<style>
span { border-color: #72C668; }
span { border-color: rgb(114,198,104); }
td.TdClassName
{
border-color: #72C668;
}
.TagClassName
{
border-color: #72C668;
}
</style>