Shades of Mantis #7CBA44
Tints of Mantis #7CBA44
RGB
CMYK
RGB Variations
Color information
#7CBA44 (or 0x7CBA44) is known color: Mantis. HEX triplet: 7C, BA and 44. RGB value is (124,186,68). Sum of RGB (Red+Green+Blue) = 124+186+68=378 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.80% from 378); Green value is 186 (73.05% from 255 or 49.21% from 378); Blue value is 68 (26.95% from 255 or 17.99% from 378); Max value from RGB is 186 - color contains mainly: green. Hex color #7CBA44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CBA44 is #8345BB. Grayscale: #9A9A9A. Windows color (decimal): -8603068 or 4504188. OLE color: 4504188.
HSL color Cylindrical-coordinate representation of color #7CBA44: hue angle of 91.53º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7CBA44 is Cyan = 0.33, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 186 | 68 | - |
| CMYK | 0.33 | 0 | 0.63 | 0.27 |
| HSL | 91.53º | 0.46% | 0.5% | - |
| HSV(B) | 91.53º | 0.63% | 0.73% | - |
| XYZ | 26.91 | 39.82 | 11.74 | - |
| YUV | 154.01 | 79.46 | 106.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 186 | 68 | 0.33 | 0 | 0.63 | 0.27 | 91.53 | 0.46 | 0.5 |
| Hex | 7C | BA | 44 | 21 | 0 | 3F | 1B | 5C | 2E | 32 |
| Octal | 174 | 272 | 104 | 41 | 0 | 77 | 33 | 134 | 56 | 62 |
| Binary | 1111100 | 10111010 | 1000100 | 100001 | 0 | 111111 | 11011 | 1011100 | 101110 | 110010 |
Color Harmonies of #7CBA44
Complementary color
Monochromatic Colors of #7CBA44
Black with #7CBA44
Text Example
Text Example
White with #7CBA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBA44; }
p { color: rgb(124,186,68); }
H1.HeaderClassName
{
color: #7CBA44;
}
.AnyTagClassName
{
color: #7CBA44;
}
</style>
background-color css
<style>
a { background-color: #7CBA44; }
a { background-color: rgb(124,186,68); }
div.DivClassName
{
background-color: #7CBA44;
}
.BgClassName
{
background-color: #7CBA44;
}
</style>
border-color css
<style>
span { border-color: #7CBA44; }
span { border-color: rgb(124,186,68); }
td.TdClassName
{
border-color: #7CBA44;
}
.TagClassName
{
border-color: #7CBA44;
}
</style>