Shades of Mantis #7CBB55
Tints of Mantis #7CBB55
RGB
CMYK
RGB Variations
Color information
#7CBB55 (or 0x7CBB55) is known color: Mantis. HEX triplet: 7C, BB and 55. RGB value is (124,187,85). Sum of RGB (Red+Green+Blue) = 124+187+85=396 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.31% from 396); Green value is 187 (73.44% from 255 or 47.22% from 396); Blue value is 85 (33.59% from 255 or 21.46% from 396); Max value from RGB is 187 - color contains mainly: green. Hex color #7CBB55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CBB55 is #8344AA. Grayscale: #9C9C9C. Windows color (decimal): -8602795 or 5618556. OLE color: 5618556.
HSL color Cylindrical-coordinate representation of color #7CBB55: hue angle of 97.06º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7CBB55 is Cyan = 0.34, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 187 | 85 | - |
| CMYK | 0.34 | 0 | 0.55 | 0.27 |
| HSL | 97.06º | 0.43% | 0.53% | - |
| HSV(B) | 97.06º | 0.55% | 0.73% | - |
| XYZ | 27.72 | 40.48 | 14.95 | - |
| YUV | 156.54 | 87.63 | 104.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 187 | 85 | 0.34 | 0 | 0.55 | 0.27 | 97.06 | 0.43 | 0.53 |
| Hex | 7C | BB | 55 | 22 | 0 | 37 | 1B | 61 | 2B | 35 |
| Octal | 174 | 273 | 125 | 42 | 0 | 67 | 33 | 141 | 53 | 65 |
| Binary | 1111100 | 10111011 | 1010101 | 100010 | 0 | 110111 | 11011 | 1100001 | 101011 | 110101 |
Color Harmonies of #7CBB55
Complementary color
Monochromatic Colors of #7CBB55
Black with #7CBB55
Text Example
Text Example
White with #7CBB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBB55; }
p { color: rgb(124,187,85); }
H1.HeaderClassName
{
color: #7CBB55;
}
.AnyTagClassName
{
color: #7CBB55;
}
</style>
background-color css
<style>
a { background-color: #7CBB55; }
a { background-color: rgb(124,187,85); }
div.DivClassName
{
background-color: #7CBB55;
}
.BgClassName
{
background-color: #7CBB55;
}
</style>
border-color css
<style>
span { border-color: #7CBB55; }
span { border-color: rgb(124,187,85); }
td.TdClassName
{
border-color: #7CBB55;
}
.TagClassName
{
border-color: #7CBB55;
}
</style>