Shades of Mantis #76D065
Tints of Mantis #76D065
RGB
CMYK
RGB Variations
Color information
#76D065 (or 0x76D065) is known color: Mantis. HEX triplet: 76, D0 and 65. RGB value is (118,208,101). Sum of RGB (Red+Green+Blue) = 118+208+101=427 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.63% from 427); Green value is 208 (81.64% from 255 or 48.71% from 427); Blue value is 101 (39.84% from 255 or 23.65% from 427); Max value from RGB is 208 - color contains mainly: green. Hex color #76D065 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76D065 is #892F9A. Grayscale: #A9A9A9. Windows color (decimal): -8990619 or 6672502. OLE color: 6672502.
HSL color Cylindrical-coordinate representation of color #76D065: hue angle of 110.47º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76D065 is Cyan = 0.43, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 118 | 208 | 101 | - |
| CMYK | 0.43 | 0 | 0.51 | 0.18 |
| HSL | 110.47º | 0.53% | 0.61% | - |
| HSV(B) | 110.47º | 0.51% | 0.82% | - |
| XYZ | 32.38 | 49.9 | 20.24 | - |
| YUV | 168.89 | 89.68 | 91.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 208 | 101 | 0.43 | 0 | 0.51 | 0.18 | 110.47 | 0.53 | 0.61 |
| Hex | 76 | D0 | 65 | 2B | 0 | 33 | 12 | 6E | 35 | 3D |
| Octal | 166 | 320 | 145 | 53 | 0 | 63 | 22 | 156 | 65 | 75 |
| Binary | 1110110 | 11010000 | 1100101 | 101011 | 0 | 110011 | 10010 | 1101110 | 110101 | 111101 |
Color Harmonies of #76D065
Complementary color
Monochromatic Colors of #76D065
Black with #76D065
Text Example
Text Example
White with #76D065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D065; }
p { color: rgb(118,208,101); }
H1.HeaderClassName
{
color: #76D065;
}
.AnyTagClassName
{
color: #76D065;
}
</style>
background-color css
<style>
a { background-color: #76D065; }
a { background-color: rgb(118,208,101); }
div.DivClassName
{
background-color: #76D065;
}
.BgClassName
{
background-color: #76D065;
}
</style>
border-color css
<style>
span { border-color: #76D065; }
span { border-color: rgb(118,208,101); }
td.TdClassName
{
border-color: #76D065;
}
.TagClassName
{
border-color: #76D065;
}
</style>