Shades of Mantis #73BB68
Tints of Mantis #73BB68
RGB
CMYK
RGB Variations
Color information
#73BB68 (or 0x73BB68) is known color: Mantis. HEX triplet: 73, BB and 68. RGB value is (115,187,104). Sum of RGB (Red+Green+Blue) = 115+187+104=406 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.33% from 406); Green value is 187 (73.44% from 255 or 46.06% from 406); Blue value is 104 (41.02% from 255 or 25.62% from 406); Max value from RGB is 187 - color contains mainly: green. Hex color #73BB68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73BB68 is #8C4497. Grayscale: #9C9C9C. Windows color (decimal): -9192600 or 6863731. OLE color: 6863731.
HSL color Cylindrical-coordinate representation of color #73BB68: 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.44%. Process color model (Four color, CMYK) of #73BB68 is Cyan = 0.39, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 187 | 104 | - |
| CMYK | 0.39 | 0 | 0.44 | 0.27 |
| HSL | 112.05º | 0.38% | 0.57% | - |
| HSV(B) | 112.05º | 0.44% | 0.73% | - |
| XYZ | 27.34 | 40.18 | 19.41 | - |
| YUV | 156.01 | 98.65 | 98.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 187 | 104 | 0.39 | 0 | 0.44 | 0.27 | 112.05 | 0.38 | 0.57 |
| Hex | 73 | BB | 68 | 27 | 0 | 2C | 1B | 70 | 26 | 39 |
| Octal | 163 | 273 | 150 | 47 | 0 | 54 | 33 | 160 | 46 | 71 |
| Binary | 1110011 | 10111011 | 1101000 | 100111 | 0 | 101100 | 11011 | 1110000 | 100110 | 111001 |
Color Harmonies of #73BB68
Complementary color
Monochromatic Colors of #73BB68
Black with #73BB68
Text Example
Text Example
White with #73BB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BB68; }
p { color: rgb(115,187,104); }
H1.HeaderClassName
{
color: #73BB68;
}
.AnyTagClassName
{
color: #73BB68;
}
</style>
background-color css
<style>
a { background-color: #73BB68; }
a { background-color: rgb(115,187,104); }
div.DivClassName
{
background-color: #73BB68;
}
.BgClassName
{
background-color: #73BB68;
}
</style>
border-color css
<style>
span { border-color: #73BB68; }
span { border-color: rgb(115,187,104); }
td.TdClassName
{
border-color: #73BB68;
}
.TagClassName
{
border-color: #73BB68;
}
</style>