Shades of Mantis #7CBB44
Tints of Mantis #7CBB44
RGB
CMYK
RGB Variations
Color information
#7CBB44 (or 0x7CBB44) is known color: Mantis. HEX triplet: 7C, BB and 44. RGB value is (124,187,68). Sum of RGB (Red+Green+Blue) = 124+187+68=379 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.72% from 379); Green value is 187 (73.44% from 255 or 49.34% from 379); Blue value is 68 (26.95% from 255 or 17.94% from 379); Max value from RGB is 187 - color contains mainly: green. Hex color #7CBB44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CBB44 is #8344BB. Grayscale: #9B9B9B. Windows color (decimal): -8602812 or 4504444. OLE color: 4504444.
HSL color Cylindrical-coordinate representation of color #7CBB44: hue angle of 91.76º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7CBB44 is Cyan = 0.34, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 187 | 68 | - |
| CMYK | 0.34 | 0 | 0.64 | 0.27 |
| HSL | 91.76º | 0.47% | 0.5% | - |
| HSV(B) | 91.76º | 0.64% | 0.73% | - |
| XYZ | 27.13 | 40.24 | 11.81 | - |
| YUV | 154.6 | 79.13 | 106.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 187 | 68 | 0.34 | 0 | 0.64 | 0.27 | 91.76 | 0.47 | 0.5 |
| Hex | 7C | BB | 44 | 22 | 0 | 40 | 1B | 5C | 2F | 32 |
| Octal | 174 | 273 | 104 | 42 | 0 | 100 | 33 | 134 | 57 | 62 |
| Binary | 1111100 | 10111011 | 1000100 | 100010 | 0 | 1000000 | 11011 | 1011100 | 101111 | 110010 |
Color Harmonies of #7CBB44
Complementary color
Monochromatic Colors of #7CBB44
Black with #7CBB44
Text Example
Text Example
White with #7CBB44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBB44; }
p { color: rgb(124,187,68); }
H1.HeaderClassName
{
color: #7CBB44;
}
.AnyTagClassName
{
color: #7CBB44;
}
</style>
background-color css
<style>
a { background-color: #7CBB44; }
a { background-color: rgb(124,187,68); }
div.DivClassName
{
background-color: #7CBB44;
}
.BgClassName
{
background-color: #7CBB44;
}
</style>
border-color css
<style>
span { border-color: #7CBB44; }
span { border-color: rgb(124,187,68); }
td.TdClassName
{
border-color: #7CBB44;
}
.TagClassName
{
border-color: #7CBB44;
}
</style>