Shades of Mantis #76BA65
Tints of Mantis #76BA65
RGB
CMYK
RGB Variations
Color information
#76BA65 (or 0x76BA65) is known color: Mantis. HEX triplet: 76, BA and 65. RGB value is (118,186,101). Sum of RGB (Red+Green+Blue) = 118+186+101=405 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.14% from 405); Green value is 186 (73.05% from 255 or 45.93% from 405); Blue value is 101 (39.84% from 255 or 24.94% from 405); Max value from RGB is 186 - color contains mainly: green. Hex color #76BA65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76BA65 is #89459A. Grayscale: #9C9C9C. Windows color (decimal): -8996251 or 6666870. OLE color: 6666870.
HSL color Cylindrical-coordinate representation of color #76BA65: hue angle of 108º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76BA65 is Cyan = 0.37, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 186 | 101 | - |
| CMYK | 0.37 | 0 | 0.46 | 0.27 |
| HSL | 108º | 0.38% | 0.56% | - |
| HSV(B) | 108º | 0.46% | 0.73% | - |
| XYZ | 27.38 | 39.91 | 18.57 | - |
| YUV | 155.98 | 96.97 | 100.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 186 | 101 | 0.37 | 0 | 0.46 | 0.27 | 108 | 0.38 | 0.56 |
| Hex | 76 | BA | 65 | 25 | 0 | 2E | 1B | 6C | 26 | 38 |
| Octal | 166 | 272 | 145 | 45 | 0 | 56 | 33 | 154 | 46 | 70 |
| Binary | 1110110 | 10111010 | 1100101 | 100101 | 0 | 101110 | 11011 | 1101100 | 100110 | 111000 |
Color Harmonies of #76BA65
Complementary color
Monochromatic Colors of #76BA65
Black with #76BA65
Text Example
Text Example
White with #76BA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BA65; }
p { color: rgb(118,186,101); }
H1.HeaderClassName
{
color: #76BA65;
}
.AnyTagClassName
{
color: #76BA65;
}
</style>
background-color css
<style>
a { background-color: #76BA65; }
a { background-color: rgb(118,186,101); }
div.DivClassName
{
background-color: #76BA65;
}
.BgClassName
{
background-color: #76BA65;
}
</style>
border-color css
<style>
span { border-color: #76BA65; }
span { border-color: rgb(118,186,101); }
td.TdClassName
{
border-color: #76BA65;
}
.TagClassName
{
border-color: #76BA65;
}
</style>