Shades of Mantis #7CBA5A
Tints of Mantis #7CBA5A
RGB
CMYK
RGB Variations
Color information
#7CBA5A (or 0x7CBA5A) is known color: Mantis. HEX triplet: 7C, BA and 5A. RGB value is (124,186,90). Sum of RGB (Red+Green+Blue) = 124+186+90=400 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31% from 400); Green value is 186 (73.05% from 255 or 46.5% from 400); Blue value is 90 (35.55% from 255 or 22.5% from 400); Max value from RGB is 186 - color contains mainly: green. Hex color #7CBA5A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CBA5A is #8345A5. Grayscale: #9C9C9C. Windows color (decimal): -8603046 or 5945980. OLE color: 5945980.
HSL color Cylindrical-coordinate representation of color #7CBA5A: hue angle of 98.75º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7CBA5A is Cyan = 0.33, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 186 | 90 | - |
| CMYK | 0.33 | 0 | 0.52 | 0.27 |
| HSL | 98.75º | 0.41% | 0.54% | - |
| HSV(B) | 98.75º | 0.52% | 0.73% | - |
| XYZ | 27.72 | 40.14 | 15.96 | - |
| YUV | 156.52 | 90.46 | 104.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 186 | 90 | 0.33 | 0 | 0.52 | 0.27 | 98.75 | 0.41 | 0.54 |
| Hex | 7C | BA | 5A | 21 | 0 | 34 | 1B | 63 | 29 | 36 |
| Octal | 174 | 272 | 132 | 41 | 0 | 64 | 33 | 143 | 51 | 66 |
| Binary | 1111100 | 10111010 | 1011010 | 100001 | 0 | 110100 | 11011 | 1100011 | 101001 | 110110 |
Color Harmonies of #7CBA5A
Complementary color
Monochromatic Colors of #7CBA5A
Black with #7CBA5A
Text Example
Text Example
White with #7CBA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBA5A; }
p { color: rgb(124,186,90); }
H1.HeaderClassName
{
color: #7CBA5A;
}
.AnyTagClassName
{
color: #7CBA5A;
}
</style>
background-color css
<style>
a { background-color: #7CBA5A; }
a { background-color: rgb(124,186,90); }
div.DivClassName
{
background-color: #7CBA5A;
}
.BgClassName
{
background-color: #7CBA5A;
}
</style>
border-color css
<style>
span { border-color: #7CBA5A; }
span { border-color: rgb(124,186,90); }
td.TdClassName
{
border-color: #7CBA5A;
}
.TagClassName
{
border-color: #7CBA5A;
}
</style>