Shades of Mantis #7CB754
Tints of Mantis #7CB754
RGB
CMYK
RGB Variations
Color information
#7CB754 (or 0x7CB754) is known color: Mantis. HEX triplet: 7C, B7 and 54. RGB value is (124,183,84). Sum of RGB (Red+Green+Blue) = 124+183+84=391 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.71% from 391); Green value is 183 (71.88% from 255 or 46.80% from 391); Blue value is 84 (33.20% from 255 or 21.48% from 391); Max value from RGB is 183 - color contains mainly: green. Hex color #7CB754 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CB754 is #8348AB. Grayscale: #9A9A9A. Windows color (decimal): -8603820 or 5551996. OLE color: 5551996.
HSL color Cylindrical-coordinate representation of color #7CB754: hue angle of 95.76º 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 #7CB754 is Cyan = 0.32, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 124 | 183 | 84 | - |
| CMYK | 0.32 | 0 | 0.54 | 0.28 |
| HSL | 95.76º | 0.41% | 0.52% | - |
| HSV(B) | 95.76º | 0.54% | 0.72% | - |
| XYZ | 26.85 | 38.79 | 14.46 | - |
| YUV | 154.07 | 88.45 | 106.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 183 | 84 | 0.32 | 0 | 0.54 | 0.28 | 95.76 | 0.41 | 0.52 |
| Hex | 7C | B7 | 54 | 20 | 0 | 36 | 1C | 60 | 29 | 34 |
| Octal | 174 | 267 | 124 | 40 | 0 | 66 | 34 | 140 | 51 | 64 |
| Binary | 1111100 | 10110111 | 1010100 | 100000 | 0 | 110110 | 11100 | 1100000 | 101001 | 110100 |
Color Harmonies of #7CB754
Complementary color
Monochromatic Colors of #7CB754
Black with #7CB754
Text Example
Text Example
White with #7CB754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB754; }
p { color: rgb(124,183,84); }
H1.HeaderClassName
{
color: #7CB754;
}
.AnyTagClassName
{
color: #7CB754;
}
</style>
background-color css
<style>
a { background-color: #7CB754; }
a { background-color: rgb(124,183,84); }
div.DivClassName
{
background-color: #7CB754;
}
.BgClassName
{
background-color: #7CB754;
}
</style>
border-color css
<style>
span { border-color: #7CB754; }
span { border-color: rgb(124,183,84); }
td.TdClassName
{
border-color: #7CB754;
}
.TagClassName
{
border-color: #7CB754;
}
</style>