Shades of Mantis #73C668
Tints of Mantis #73C668
RGB
CMYK
RGB Variations
Color information
#73C668 (or 0x73C668) is known color: Mantis. HEX triplet: 73, C6 and 68. RGB value is (115,198,104). Sum of RGB (Red+Green+Blue) = 115+198+104=417 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.58% from 417); Green value is 198 (77.73% from 255 or 47.48% from 417); Blue value is 104 (41.02% from 255 or 24.94% from 417); Max value from RGB is 198 - color contains mainly: green. Hex color #73C668 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73C668 is #8C3997. Grayscale: #A2A2A2. Windows color (decimal): -9189784 or 6866547. OLE color: 6866547.
HSL color Cylindrical-coordinate representation of color #73C668: hue angle of 112.98º 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 #73C668 is Cyan = 0.42, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 115 | 198 | 104 | - |
| CMYK | 0.42 | 0 | 0.47 | 0.22 |
| HSL | 112.98º | 0.45% | 0.59% | - |
| HSV(B) | 112.98º | 0.47% | 0.78% | - |
| XYZ | 29.76 | 45.03 | 20.22 | - |
| YUV | 162.47 | 95 | 94.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 198 | 104 | 0.42 | 0 | 0.47 | 0.22 | 112.98 | 0.45 | 0.59 |
| Hex | 73 | C6 | 68 | 2A | 0 | 2F | 16 | 71 | 2D | 3B |
| Octal | 163 | 306 | 150 | 52 | 0 | 57 | 26 | 161 | 55 | 73 |
| Binary | 1110011 | 11000110 | 1101000 | 101010 | 0 | 101111 | 10110 | 1110001 | 101101 | 111011 |
Color Harmonies of #73C668
Complementary color
Monochromatic Colors of #73C668
Black with #73C668
Text Example
Text Example
White with #73C668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C668; }
p { color: rgb(115,198,104); }
H1.HeaderClassName
{
color: #73C668;
}
.AnyTagClassName
{
color: #73C668;
}
</style>
background-color css
<style>
a { background-color: #73C668; }
a { background-color: rgb(115,198,104); }
div.DivClassName
{
background-color: #73C668;
}
.BgClassName
{
background-color: #73C668;
}
</style>
border-color css
<style>
span { border-color: #73C668; }
span { border-color: rgb(115,198,104); }
td.TdClassName
{
border-color: #73C668;
}
.TagClassName
{
border-color: #73C668;
}
</style>