Shades of Mantis #73C767
Tints of Mantis #73C767
RGB
CMYK
RGB Variations
Color information
#73C767 (or 0x73C767) is known color: Mantis. HEX triplet: 73, C7 and 67. RGB value is (115,199,103). Sum of RGB (Red+Green+Blue) = 115+199+103=417 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.58% from 417); Green value is 199 (78.12% from 255 or 47.72% from 417); Blue value is 103 (40.62% from 255 or 24.70% from 417); Max value from RGB is 199 - color contains mainly: green. Hex color #73C767 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73C767 is #8C3898. Grayscale: #A3A3A3. Windows color (decimal): -9189529 or 6801267. OLE color: 6801267.
HSL color Cylindrical-coordinate representation of color #73C767: hue angle of 112.5º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #73C767 is Cyan = 0.42, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 115 | 199 | 103 | - |
| CMYK | 0.42 | 0 | 0.48 | 0.22 |
| HSL | 112.5º | 0.46% | 0.59% | - |
| HSV(B) | 112.5º | 0.48% | 0.78% | - |
| XYZ | 29.94 | 45.47 | 20.03 | - |
| YUV | 162.94 | 94.17 | 93.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 199 | 103 | 0.42 | 0 | 0.48 | 0.22 | 112.5 | 0.46 | 0.59 |
| Hex | 73 | C7 | 67 | 2A | 0 | 30 | 16 | 70 | 2E | 3B |
| Octal | 163 | 307 | 147 | 52 | 0 | 60 | 26 | 160 | 56 | 73 |
| Binary | 1110011 | 11000111 | 1100111 | 101010 | 0 | 110000 | 10110 | 1110000 | 101110 | 111011 |
Color Harmonies of #73C767
Complementary color
Monochromatic Colors of #73C767
Black with #73C767
Text Example
Text Example
White with #73C767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C767; }
p { color: rgb(115,199,103); }
H1.HeaderClassName
{
color: #73C767;
}
.AnyTagClassName
{
color: #73C767;
}
</style>
background-color css
<style>
a { background-color: #73C767; }
a { background-color: rgb(115,199,103); }
div.DivClassName
{
background-color: #73C767;
}
.BgClassName
{
background-color: #73C767;
}
</style>
border-color css
<style>
span { border-color: #73C767; }
span { border-color: rgb(115,199,103); }
td.TdClassName
{
border-color: #73C767;
}
.TagClassName
{
border-color: #73C767;
}
</style>