Shades of Mantis #76B465
Tints of Mantis #76B465
RGB
CMYK
RGB Variations
Color information
#76B465 (or 0x76B465) is known color: Mantis. HEX triplet: 76, B4 and 65. RGB value is (118,180,101). Sum of RGB (Red+Green+Blue) = 118+180+101=399 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.57% from 399); Green value is 180 (70.70% from 255 or 45.11% from 399); Blue value is 101 (39.84% from 255 or 25.31% from 399); Max value from RGB is 180 - color contains mainly: green. Hex color #76B465 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76B465 is #894B9A. Grayscale: #989898. Windows color (decimal): -8997787 or 6665334. OLE color: 6665334.
HSL color Cylindrical-coordinate representation of color #76B465: hue angle of 107.09º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #76B465 is Cyan = 0.34, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 118 | 180 | 101 | - |
| CMYK | 0.34 | 0 | 0.44 | 0.29 |
| HSL | 107.09º | 0.34% | 0.55% | - |
| HSV(B) | 107.09º | 0.44% | 0.71% | - |
| XYZ | 26.14 | 37.43 | 18.16 | - |
| YUV | 152.46 | 98.96 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 180 | 101 | 0.34 | 0 | 0.44 | 0.29 | 107.09 | 0.34 | 0.55 |
| Hex | 76 | B4 | 65 | 22 | 0 | 2C | 1D | 6B | 22 | 37 |
| Octal | 166 | 264 | 145 | 42 | 0 | 54 | 35 | 153 | 42 | 67 |
| Binary | 1110110 | 10110100 | 1100101 | 100010 | 0 | 101100 | 11101 | 1101011 | 100010 | 110111 |
Color Harmonies of #76B465
Complementary color
Monochromatic Colors of #76B465
Black with #76B465
Text Example
Text Example
White with #76B465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B465; }
p { color: rgb(118,180,101); }
H1.HeaderClassName
{
color: #76B465;
}
.AnyTagClassName
{
color: #76B465;
}
</style>
background-color css
<style>
a { background-color: #76B465; }
a { background-color: rgb(118,180,101); }
div.DivClassName
{
background-color: #76B465;
}
.BgClassName
{
background-color: #76B465;
}
</style>
border-color css
<style>
span { border-color: #76B465; }
span { border-color: rgb(118,180,101); }
td.TdClassName
{
border-color: #76B465;
}
.TagClassName
{
border-color: #76B465;
}
</style>