Shades of Mantis #73C669
Tints of Mantis #73C669
RGB
CMYK
RGB Variations
Color information
#73C669 (or 0x73C669) is known color: Mantis. HEX triplet: 73, C6 and 69. RGB value is (115,198,105). Sum of RGB (Red+Green+Blue) = 115+198+105=418 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.51% from 418); Green value is 198 (77.73% from 255 or 47.37% from 418); Blue value is 105 (41.41% from 255 or 25.12% from 418); Max value from RGB is 198 - color contains mainly: green. Hex color #73C669 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73C669 is #8C3996. Grayscale: #A2A2A2. Windows color (decimal): -9189783 or 6932083. OLE color: 6932083.
HSL color Cylindrical-coordinate representation of color #73C669: hue angle of 113.55º 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 #73C669 is Cyan = 0.42, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 115 | 198 | 105 | - |
| CMYK | 0.42 | 0 | 0.47 | 0.22 |
| HSL | 113.55º | 0.45% | 0.59% | - |
| HSV(B) | 113.55º | 0.47% | 0.78% | - |
| XYZ | 29.81 | 45.05 | 20.49 | - |
| YUV | 162.58 | 95.5 | 94.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 198 | 105 | 0.42 | 0 | 0.47 | 0.22 | 113.55 | 0.45 | 0.59 |
| Hex | 73 | C6 | 69 | 2A | 0 | 2F | 16 | 72 | 2D | 3B |
| Octal | 163 | 306 | 151 | 52 | 0 | 57 | 26 | 162 | 55 | 73 |
| Binary | 1110011 | 11000110 | 1101001 | 101010 | 0 | 101111 | 10110 | 1110010 | 101101 | 111011 |
Color Harmonies of #73C669
Complementary color
Monochromatic Colors of #73C669
Black with #73C669
Text Example
Text Example
White with #73C669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C669; }
p { color: rgb(115,198,105); }
H1.HeaderClassName
{
color: #73C669;
}
.AnyTagClassName
{
color: #73C669;
}
</style>
background-color css
<style>
a { background-color: #73C669; }
a { background-color: rgb(115,198,105); }
div.DivClassName
{
background-color: #73C669;
}
.BgClassName
{
background-color: #73C669;
}
</style>
border-color css
<style>
span { border-color: #73C669; }
span { border-color: rgb(115,198,105); }
td.TdClassName
{
border-color: #73C669;
}
.TagClassName
{
border-color: #73C669;
}
</style>