Shades of Mantis #72BA67
Tints of Mantis #72BA67
RGB
CMYK
RGB Variations
Color information
#72BA67 (or 0x72BA67) is known color: Mantis. HEX triplet: 72, BA and 67. RGB value is (114,186,103). Sum of RGB (Red+Green+Blue) = 114+186+103=403 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.29% from 403); Green value is 186 (73.05% from 255 or 46.15% from 403); Blue value is 103 (40.62% from 255 or 25.56% from 403); Max value from RGB is 186 - color contains mainly: green. Hex color #72BA67 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72BA67 is #8D4598. Grayscale: #9B9B9B. Windows color (decimal): -9258393 or 6797938. OLE color: 6797938.
HSL color Cylindrical-coordinate representation of color #72BA67: hue angle of 112.05º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #72BA67 is Cyan = 0.39, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 114 | 186 | 103 | - |
| CMYK | 0.39 | 0 | 0.45 | 0.27 |
| HSL | 112.05º | 0.38% | 0.57% | - |
| HSV(B) | 112.05º | 0.45% | 0.73% | - |
| XYZ | 26.95 | 39.67 | 19.07 | - |
| YUV | 155.01 | 98.65 | 98.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 186 | 103 | 0.39 | 0 | 0.45 | 0.27 | 112.05 | 0.38 | 0.57 |
| Hex | 72 | BA | 67 | 27 | 0 | 2D | 1B | 70 | 26 | 39 |
| Octal | 162 | 272 | 147 | 47 | 0 | 55 | 33 | 160 | 46 | 71 |
| Binary | 1110010 | 10111010 | 1100111 | 100111 | 0 | 101101 | 11011 | 1110000 | 100110 | 111001 |
Color Harmonies of #72BA67
Complementary color
Monochromatic Colors of #72BA67
Black with #72BA67
Text Example
Text Example
White with #72BA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72BA67; }
p { color: rgb(114,186,103); }
H1.HeaderClassName
{
color: #72BA67;
}
.AnyTagClassName
{
color: #72BA67;
}
</style>
background-color css
<style>
a { background-color: #72BA67; }
a { background-color: rgb(114,186,103); }
div.DivClassName
{
background-color: #72BA67;
}
.BgClassName
{
background-color: #72BA67;
}
</style>
border-color css
<style>
span { border-color: #72BA67; }
span { border-color: rgb(114,186,103); }
td.TdClassName
{
border-color: #72BA67;
}
.TagClassName
{
border-color: #72BA67;
}
</style>