Shades of Mantis #76B260
Tints of Mantis #76B260
RGB
CMYK
RGB Variations
Color information
#76B260 (or 0x76B260) is known color: Mantis. HEX triplet: 76, B2 and 60. RGB value is (118,178,96). Sum of RGB (Red+Green+Blue) = 118+178+96=392 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.10% from 392); Green value is 178 (69.92% from 255 or 45.41% from 392); Blue value is 96 (37.89% from 255 or 24.49% from 392); Max value from RGB is 178 - color contains mainly: green. Hex color #76B260 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76B260 is #894D9F. Grayscale: #969696. Windows color (decimal): -8998304 or 6337142. OLE color: 6337142.
HSL color Cylindrical-coordinate representation of color #76B260: hue angle of 103.9º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76B260 is Cyan = 0.34, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 118 | 178 | 96 | - |
| CMYK | 0.34 | 0 | 0.46 | 0.30 |
| HSL | 103.9º | 0.35% | 0.54% | - |
| HSV(B) | 103.9º | 0.46% | 0.7% | - |
| XYZ | 25.5 | 36.54 | 16.77 | - |
| YUV | 150.71 | 97.12 | 104.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 178 | 96 | 0.34 | 0 | 0.46 | 0.30 | 103.9 | 0.35 | 0.54 |
| Hex | 76 | B2 | 60 | 22 | 0 | 2E | 1E | 68 | 23 | 36 |
| Octal | 166 | 262 | 140 | 42 | 0 | 56 | 36 | 150 | 43 | 66 |
| Binary | 1110110 | 10110010 | 1100000 | 100010 | 0 | 101110 | 11110 | 1101000 | 100011 | 110110 |
Color Harmonies of #76B260
Complementary color
Monochromatic Colors of #76B260
Black with #76B260
Text Example
Text Example
White with #76B260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B260; }
p { color: rgb(118,178,96); }
H1.HeaderClassName
{
color: #76B260;
}
.AnyTagClassName
{
color: #76B260;
}
</style>
background-color css
<style>
a { background-color: #76B260; }
a { background-color: rgb(118,178,96); }
div.DivClassName
{
background-color: #76B260;
}
.BgClassName
{
background-color: #76B260;
}
</style>
border-color css
<style>
span { border-color: #76B260; }
span { border-color: rgb(118,178,96); }
td.TdClassName
{
border-color: #76B260;
}
.TagClassName
{
border-color: #76B260;
}
</style>