Shades of Mantis #76B965
Tints of Mantis #76B965
RGB
CMYK
RGB Variations
Color information
#76B965 (or 0x76B965) is known color: Mantis. HEX triplet: 76, B9 and 65. RGB value is (118,185,101). Sum of RGB (Red+Green+Blue) = 118+185+101=404 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.21% from 404); Green value is 185 (72.66% from 255 or 45.79% from 404); Blue value is 101 (39.84% from 255 or 25% from 404); Max value from RGB is 185 - color contains mainly: green. Hex color #76B965 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76B965 is #89469A. Grayscale: #9B9B9B. Windows color (decimal): -8996507 or 6666614. OLE color: 6666614.
HSL color Cylindrical-coordinate representation of color #76B965: hue angle of 107.86º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #76B965 is Cyan = 0.36, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 185 | 101 | - |
| CMYK | 0.36 | 0 | 0.45 | 0.27 |
| HSL | 107.86º | 0.38% | 0.56% | - |
| HSV(B) | 107.86º | 0.45% | 0.73% | - |
| XYZ | 27.17 | 39.49 | 18.5 | - |
| YUV | 155.39 | 97.3 | 101.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 185 | 101 | 0.36 | 0 | 0.45 | 0.27 | 107.86 | 0.38 | 0.56 |
| Hex | 76 | B9 | 65 | 24 | 0 | 2D | 1B | 6C | 26 | 38 |
| Octal | 166 | 271 | 145 | 44 | 0 | 55 | 33 | 154 | 46 | 70 |
| Binary | 1110110 | 10111001 | 1100101 | 100100 | 0 | 101101 | 11011 | 1101100 | 100110 | 111000 |
Color Harmonies of #76B965
Complementary color
Monochromatic Colors of #76B965
Black with #76B965
Text Example
Text Example
White with #76B965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B965; }
p { color: rgb(118,185,101); }
H1.HeaderClassName
{
color: #76B965;
}
.AnyTagClassName
{
color: #76B965;
}
</style>
background-color css
<style>
a { background-color: #76B965; }
a { background-color: rgb(118,185,101); }
div.DivClassName
{
background-color: #76B965;
}
.BgClassName
{
background-color: #76B965;
}
</style>
border-color css
<style>
span { border-color: #76B965; }
span { border-color: rgb(118,185,101); }
td.TdClassName
{
border-color: #76B965;
}
.TagClassName
{
border-color: #76B965;
}
</style>