Shades of Mantis #72B363
Tints of Mantis #72B363
RGB
CMYK
RGB Variations
Color information
#72B363 (or 0x72B363) is known color: Mantis. HEX triplet: 72, B3 and 63. RGB value is (114,179,99). Sum of RGB (Red+Green+Blue) = 114+179+99=392 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.08% from 392); Green value is 179 (70.31% from 255 or 45.66% from 392); Blue value is 99 (39.06% from 255 or 25.26% from 392); Max value from RGB is 179 - color contains mainly: green. Hex color #72B363 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72B363 is #8D4C9C. Grayscale: #969696. Windows color (decimal): -9260189 or 6534002. OLE color: 6534002.
HSL color Cylindrical-coordinate representation of color #72B363: hue angle of 108.75º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #72B363 is Cyan = 0.36, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 114 | 179 | 99 | - |
| CMYK | 0.36 | 0 | 0.45 | 0.30 |
| HSL | 108.75º | 0.34% | 0.55% | - |
| HSV(B) | 108.75º | 0.45% | 0.7% | - |
| XYZ | 25.31 | 36.72 | 17.56 | - |
| YUV | 150.45 | 98.97 | 102 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 179 | 99 | 0.36 | 0 | 0.45 | 0.30 | 108.75 | 0.34 | 0.55 |
| Hex | 72 | B3 | 63 | 24 | 0 | 2D | 1E | 6D | 22 | 37 |
| Octal | 162 | 263 | 143 | 44 | 0 | 55 | 36 | 155 | 42 | 67 |
| Binary | 1110010 | 10110011 | 1100011 | 100100 | 0 | 101101 | 11110 | 1101101 | 100010 | 110111 |
Color Harmonies of #72B363
Complementary color
Monochromatic Colors of #72B363
Black with #72B363
Text Example
Text Example
White with #72B363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72B363; }
p { color: rgb(114,179,99); }
H1.HeaderClassName
{
color: #72B363;
}
.AnyTagClassName
{
color: #72B363;
}
</style>
background-color css
<style>
a { background-color: #72B363; }
a { background-color: rgb(114,179,99); }
div.DivClassName
{
background-color: #72B363;
}
.BgClassName
{
background-color: #72B363;
}
</style>
border-color css
<style>
span { border-color: #72B363; }
span { border-color: rgb(114,179,99); }
td.TdClassName
{
border-color: #72B363;
}
.TagClassName
{
border-color: #72B363;
}
</style>