Shades of Mantis #73BD67
Tints of Mantis #73BD67
RGB
CMYK
RGB Variations
Color information
#73BD67 (or 0x73BD67) is known color: Mantis. HEX triplet: 73, BD and 67. RGB value is (115,189,103). Sum of RGB (Red+Green+Blue) = 115+189+103=407 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.26% from 407); Green value is 189 (74.22% from 255 or 46.44% from 407); Blue value is 103 (40.62% from 255 or 25.31% from 407); Max value from RGB is 189 - color contains mainly: green. Hex color #73BD67 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73BD67 is #8C4298. Grayscale: #9D9D9D. Windows color (decimal): -9192089 or 6798707. OLE color: 6798707.
HSL color Cylindrical-coordinate representation of color #73BD67: hue angle of 111.63º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #73BD67 is Cyan = 0.39, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 115 | 189 | 103 | - |
| CMYK | 0.39 | 0 | 0.46 | 0.26 |
| HSL | 111.63º | 0.39% | 0.57% | - |
| HSV(B) | 111.63º | 0.46% | 0.74% | - |
| XYZ | 27.72 | 41.02 | 19.29 | - |
| YUV | 157.07 | 97.48 | 97.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 189 | 103 | 0.39 | 0 | 0.46 | 0.26 | 111.63 | 0.39 | 0.57 |
| Hex | 73 | BD | 67 | 27 | 0 | 2E | 1A | 70 | 27 | 39 |
| Octal | 163 | 275 | 147 | 47 | 0 | 56 | 32 | 160 | 47 | 71 |
| Binary | 1110011 | 10111101 | 1100111 | 100111 | 0 | 101110 | 11010 | 1110000 | 100111 | 111001 |
Color Harmonies of #73BD67
Complementary color
Monochromatic Colors of #73BD67
Black with #73BD67
Text Example
Text Example
White with #73BD67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BD67; }
p { color: rgb(115,189,103); }
H1.HeaderClassName
{
color: #73BD67;
}
.AnyTagClassName
{
color: #73BD67;
}
</style>
background-color css
<style>
a { background-color: #73BD67; }
a { background-color: rgb(115,189,103); }
div.DivClassName
{
background-color: #73BD67;
}
.BgClassName
{
background-color: #73BD67;
}
</style>
border-color css
<style>
span { border-color: #73BD67; }
span { border-color: rgb(115,189,103); }
td.TdClassName
{
border-color: #73BD67;
}
.TagClassName
{
border-color: #73BD67;
}
</style>