Shades of Mantis #76B766
Tints of Mantis #76B766
RGB
CMYK
RGB Variations
Color information
#76B766 (or 0x76B766) is known color: Mantis. HEX triplet: 76, B7 and 66. RGB value is (118,183,102). Sum of RGB (Red+Green+Blue) = 118+183+102=403 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.28% from 403); Green value is 183 (71.88% from 255 or 45.41% from 403); Blue value is 102 (40.23% from 255 or 25.31% from 403); Max value from RGB is 183 - color contains mainly: green. Hex color #76B766 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76B766 is #894899. Grayscale: #9A9A9A. Windows color (decimal): -8997018 or 6731638. OLE color: 6731638.
HSL color Cylindrical-coordinate representation of color #76B766: hue angle of 108.15º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #76B766 is Cyan = 0.36, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 118 | 183 | 102 | - |
| CMYK | 0.36 | 0 | 0.44 | 0.28 |
| HSL | 108.15º | 0.36% | 0.56% | - |
| HSV(B) | 108.15º | 0.44% | 0.72% | - |
| XYZ | 26.8 | 38.68 | 18.62 | - |
| YUV | 154.33 | 98.47 | 102.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 183 | 102 | 0.36 | 0 | 0.44 | 0.28 | 108.15 | 0.36 | 0.56 |
| Hex | 76 | B7 | 66 | 24 | 0 | 2C | 1C | 6C | 24 | 38 |
| Octal | 166 | 267 | 146 | 44 | 0 | 54 | 34 | 154 | 44 | 70 |
| Binary | 1110110 | 10110111 | 1100110 | 100100 | 0 | 101100 | 11100 | 1101100 | 100100 | 111000 |
Color Harmonies of #76B766
Complementary color
Monochromatic Colors of #76B766
Black with #76B766
Text Example
Text Example
White with #76B766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B766; }
p { color: rgb(118,183,102); }
H1.HeaderClassName
{
color: #76B766;
}
.AnyTagClassName
{
color: #76B766;
}
</style>
background-color css
<style>
a { background-color: #76B766; }
a { background-color: rgb(118,183,102); }
div.DivClassName
{
background-color: #76B766;
}
.BgClassName
{
background-color: #76B766;
}
</style>
border-color css
<style>
span { border-color: #76B766; }
span { border-color: rgb(118,183,102); }
td.TdClassName
{
border-color: #76B766;
}
.TagClassName
{
border-color: #76B766;
}
</style>