Shades of Mantis #7CBA43
Tints of Mantis #7CBA43
RGB
CMYK
RGB Variations
Color information
#7CBA43 (or 0x7CBA43) is known color: Mantis. HEX triplet: 7C, BA and 43. RGB value is (124,186,67). Sum of RGB (Red+Green+Blue) = 124+186+67=377 (49% of max value = 765). Red value is 124 (48.83% from 255 or 32.89% from 377); Green value is 186 (73.05% from 255 or 49.34% from 377); Blue value is 67 (26.56% from 255 or 17.77% from 377); Max value from RGB is 186 - color contains mainly: green. Hex color #7CBA43 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CBA43 is #8345BC. Grayscale: #9A9A9A. Windows color (decimal): -8603069 or 4438652. OLE color: 4438652.
HSL color Cylindrical-coordinate representation of color #7CBA43: hue angle of 91.26º 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 #7CBA43 is Cyan = 0.33, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 186 | 67 | - |
| CMYK | 0.33 | 0 | 0.64 | 0.27 |
| HSL | 91.26º | 0.47% | 0.5% | - |
| HSV(B) | 91.26º | 0.64% | 0.73% | - |
| XYZ | 26.88 | 39.81 | 11.58 | - |
| YUV | 153.9 | 78.96 | 106.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 186 | 67 | 0.33 | 0 | 0.64 | 0.27 | 91.26 | 0.47 | 0.5 |
| Hex | 7C | BA | 43 | 21 | 0 | 40 | 1B | 5B | 2F | 32 |
| Octal | 174 | 272 | 103 | 41 | 0 | 100 | 33 | 133 | 57 | 62 |
| Binary | 1111100 | 10111010 | 1000011 | 100001 | 0 | 1000000 | 11011 | 1011011 | 101111 | 110010 |
Color Harmonies of #7CBA43
Complementary color
Monochromatic Colors of #7CBA43
Black with #7CBA43
Text Example
Text Example
White with #7CBA43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBA43; }
p { color: rgb(124,186,67); }
H1.HeaderClassName
{
color: #7CBA43;
}
.AnyTagClassName
{
color: #7CBA43;
}
</style>
background-color css
<style>
a { background-color: #7CBA43; }
a { background-color: rgb(124,186,67); }
div.DivClassName
{
background-color: #7CBA43;
}
.BgClassName
{
background-color: #7CBA43;
}
</style>
border-color css
<style>
span { border-color: #7CBA43; }
span { border-color: rgb(124,186,67); }
td.TdClassName
{
border-color: #7CBA43;
}
.TagClassName
{
border-color: #7CBA43;
}
</style>