Shades of Mantis #76C763
Tints of Mantis #76C763
RGB
CMYK
RGB Variations
Color information
#76C763 (or 0x76C763) is known color: Mantis. HEX triplet: 76, C7 and 63. RGB value is (118,199,99). Sum of RGB (Red+Green+Blue) = 118+199+99=416 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.37% from 416); Green value is 199 (78.12% from 255 or 47.84% from 416); Blue value is 99 (39.06% from 255 or 23.80% from 416); Max value from RGB is 199 - color contains mainly: green. Hex color #76C763 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C763 is #89389C. Grayscale: #A3A3A3. Windows color (decimal): -8992925 or 6539126. OLE color: 6539126.
HSL color Cylindrical-coordinate representation of color #76C763: hue angle of 108.6º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76C763 is Cyan = 0.41, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 118 | 199 | 99 | - |
| CMYK | 0.41 | 0 | 0.50 | 0.22 |
| HSL | 108.6º | 0.47% | 0.58% | - |
| HSV(B) | 108.6º | 0.5% | 0.78% | - |
| XYZ | 30.15 | 45.6 | 19.02 | - |
| YUV | 163.38 | 91.66 | 95.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 199 | 99 | 0.41 | 0 | 0.50 | 0.22 | 108.6 | 0.47 | 0.58 |
| Hex | 76 | C7 | 63 | 29 | 0 | 32 | 16 | 6D | 2F | 3A |
| Octal | 166 | 307 | 143 | 51 | 0 | 62 | 26 | 155 | 57 | 72 |
| Binary | 1110110 | 11000111 | 1100011 | 101001 | 0 | 110010 | 10110 | 1101101 | 101111 | 111010 |
Color Harmonies of #76C763
Complementary color
Monochromatic Colors of #76C763
Black with #76C763
Text Example
Text Example
White with #76C763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C763; }
p { color: rgb(118,199,99); }
H1.HeaderClassName
{
color: #76C763;
}
.AnyTagClassName
{
color: #76C763;
}
</style>
background-color css
<style>
a { background-color: #76C763; }
a { background-color: rgb(118,199,99); }
div.DivClassName
{
background-color: #76C763;
}
.BgClassName
{
background-color: #76C763;
}
</style>
border-color css
<style>
span { border-color: #76C763; }
span { border-color: rgb(118,199,99); }
td.TdClassName
{
border-color: #76C763;
}
.TagClassName
{
border-color: #76C763;
}
</style>