Shades of Mantis #7CB260
Tints of Mantis #7CB260
RGB
CMYK
RGB Variations
Color information
#7CB260 (or 0x7CB260) is known color: Mantis. HEX triplet: 7C, B2 and 60. RGB value is (124,178,96). Sum of RGB (Red+Green+Blue) = 124+178+96=398 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.16% from 398); Green value is 178 (69.92% from 255 or 44.72% from 398); Blue value is 96 (37.89% from 255 or 24.12% from 398); Max value from RGB is 178 - color contains mainly: green. Hex color #7CB260 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CB260 is #834D9F. Grayscale: #989898. Windows color (decimal): -8605088 or 6337148. OLE color: 6337148.
HSL color Cylindrical-coordinate representation of color #7CB260: hue angle of 99.51º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7CB260 is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 124 | 178 | 96 | - |
| CMYK | 0.30 | 0 | 0.46 | 0.30 |
| HSL | 99.51º | 0.35% | 0.54% | - |
| HSV(B) | 99.51º | 0.46% | 0.7% | - |
| XYZ | 26.34 | 36.97 | 16.81 | - |
| YUV | 152.51 | 96.11 | 107.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 178 | 96 | 0.30 | 0 | 0.46 | 0.30 | 99.51 | 0.35 | 0.54 |
| Hex | 7C | B2 | 60 | 1E | 0 | 2E | 1E | 64 | 23 | 36 |
| Octal | 174 | 262 | 140 | 36 | 0 | 56 | 36 | 144 | 43 | 66 |
| Binary | 1111100 | 10110010 | 1100000 | 11110 | 0 | 101110 | 11110 | 1100100 | 100011 | 110110 |
Color Harmonies of #7CB260
Complementary color
Monochromatic Colors of #7CB260
Black with #7CB260
Text Example
Text Example
White with #7CB260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB260; }
p { color: rgb(124,178,96); }
H1.HeaderClassName
{
color: #7CB260;
}
.AnyTagClassName
{
color: #7CB260;
}
</style>
background-color css
<style>
a { background-color: #7CB260; }
a { background-color: rgb(124,178,96); }
div.DivClassName
{
background-color: #7CB260;
}
.BgClassName
{
background-color: #7CB260;
}
</style>
border-color css
<style>
span { border-color: #7CB260; }
span { border-color: rgb(124,178,96); }
td.TdClassName
{
border-color: #7CB260;
}
.TagClassName
{
border-color: #7CB260;
}
</style>