Shades of Mantis #76B754
Tints of Mantis #76B754
RGB
CMYK
RGB Variations
Color information
#76B754 (or 0x76B754) is known color: Mantis. HEX triplet: 76, B7 and 54. RGB value is (118,183,84). Sum of RGB (Red+Green+Blue) = 118+183+84=385 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.65% from 385); Green value is 183 (71.88% from 255 or 47.53% from 385); Blue value is 84 (33.20% from 255 or 21.82% from 385); Max value from RGB is 183 - color contains mainly: green. Hex color #76B754 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76B754 is #8948AB. Grayscale: #989898. Windows color (decimal): -8997036 or 5551990. OLE color: 5551990.
HSL color Cylindrical-coordinate representation of color #76B754: hue angle of 99.39º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #76B754 is Cyan = 0.36, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 118 | 183 | 84 | - |
| CMYK | 0.36 | 0 | 0.54 | 0.28 |
| HSL | 99.39º | 0.41% | 0.52% | - |
| HSV(B) | 99.39º | 0.54% | 0.72% | - |
| XYZ | 26 | 38.36 | 14.42 | - |
| YUV | 152.28 | 89.47 | 103.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 183 | 84 | 0.36 | 0 | 0.54 | 0.28 | 99.39 | 0.41 | 0.52 |
| Hex | 76 | B7 | 54 | 24 | 0 | 36 | 1C | 63 | 29 | 34 |
| Octal | 166 | 267 | 124 | 44 | 0 | 66 | 34 | 143 | 51 | 64 |
| Binary | 1110110 | 10110111 | 1010100 | 100100 | 0 | 110110 | 11100 | 1100011 | 101001 | 110100 |
Color Harmonies of #76B754
Complementary color
Monochromatic Colors of #76B754
Black with #76B754
Text Example
Text Example
White with #76B754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B754; }
p { color: rgb(118,183,84); }
H1.HeaderClassName
{
color: #76B754;
}
.AnyTagClassName
{
color: #76B754;
}
</style>
background-color css
<style>
a { background-color: #76B754; }
a { background-color: rgb(118,183,84); }
div.DivClassName
{
background-color: #76B754;
}
.BgClassName
{
background-color: #76B754;
}
</style>
border-color css
<style>
span { border-color: #76B754; }
span { border-color: rgb(118,183,84); }
td.TdClassName
{
border-color: #76B754;
}
.TagClassName
{
border-color: #76B754;
}
</style>