Shades of Mantis #76B263
Tints of Mantis #76B263
RGB
CMYK
RGB Variations
Color information
#76B263 (or 0x76B263) is known color: Mantis. HEX triplet: 76, B2 and 63. RGB value is (118,178,99). Sum of RGB (Red+Green+Blue) = 118+178+99=395 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.87% from 395); Green value is 178 (69.92% from 255 or 45.06% from 395); Blue value is 99 (39.06% from 255 or 25.06% from 395); Max value from RGB is 178 - color contains mainly: green. Hex color #76B263 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76B263 is #894D9C. Grayscale: #979797. Windows color (decimal): -8998301 or 6533750. OLE color: 6533750.
HSL color Cylindrical-coordinate representation of color #76B263: hue angle of 105.57º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #76B263 is Cyan = 0.34, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 118 | 178 | 99 | - |
| CMYK | 0.34 | 0 | 0.44 | 0.30 |
| HSL | 105.57º | 0.34% | 0.54% | - |
| HSV(B) | 105.57º | 0.44% | 0.7% | - |
| XYZ | 25.64 | 36.59 | 17.52 | - |
| YUV | 151.05 | 98.62 | 104.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 178 | 99 | 0.34 | 0 | 0.44 | 0.30 | 105.57 | 0.34 | 0.54 |
| Hex | 76 | B2 | 63 | 22 | 0 | 2C | 1E | 6A | 22 | 36 |
| Octal | 166 | 262 | 143 | 42 | 0 | 54 | 36 | 152 | 42 | 66 |
| Binary | 1110110 | 10110010 | 1100011 | 100010 | 0 | 101100 | 11110 | 1101010 | 100010 | 110110 |
Color Harmonies of #76B263
Complementary color
Monochromatic Colors of #76B263
Black with #76B263
Text Example
Text Example
White with #76B263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B263; }
p { color: rgb(118,178,99); }
H1.HeaderClassName
{
color: #76B263;
}
.AnyTagClassName
{
color: #76B263;
}
</style>
background-color css
<style>
a { background-color: #76B263; }
a { background-color: rgb(118,178,99); }
div.DivClassName
{
background-color: #76B263;
}
.BgClassName
{
background-color: #76B263;
}
</style>
border-color css
<style>
span { border-color: #76B263; }
span { border-color: rgb(118,178,99); }
td.TdClassName
{
border-color: #76B263;
}
.TagClassName
{
border-color: #76B263;
}
</style>