Shades of Mantis #7CB259
Tints of Mantis #7CB259
RGB
CMYK
RGB Variations
Color information
#7CB259 (or 0x7CB259) is known color: Mantis. HEX triplet: 7C, B2 and 59. RGB value is (124,178,89). Sum of RGB (Red+Green+Blue) = 124+178+89=391 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.71% from 391); Green value is 178 (69.92% from 255 or 45.52% from 391); Blue value is 89 (35.16% from 255 or 22.76% from 391); Max value from RGB is 178 - color contains mainly: green. Hex color #7CB259 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CB259 is #834DA6. Grayscale: #989898. Windows color (decimal): -8605095 or 5878396. OLE color: 5878396.
HSL color Cylindrical-coordinate representation of color #7CB259: hue angle of 96.4º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7CB259 is Cyan = 0.30, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 124 | 178 | 89 | - |
| CMYK | 0.30 | 0 | 0.5 | 0.30 |
| HSL | 96.4º | 0.37% | 0.52% | - |
| HSV(B) | 96.4º | 0.5% | 0.7% | - |
| XYZ | 26.04 | 36.85 | 15.19 | - |
| YUV | 151.71 | 92.61 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 178 | 89 | 0.30 | 0 | 0.5 | 0.30 | 96.4 | 0.37 | 0.52 |
| Hex | 7C | B2 | 59 | 1E | 0 | 32 | 1E | 60 | 25 | 34 |
| Octal | 174 | 262 | 131 | 36 | 0 | 62 | 36 | 140 | 45 | 64 |
| Binary | 1111100 | 10110010 | 1011001 | 11110 | 0 | 110010 | 11110 | 1100000 | 100101 | 110100 |
Color Harmonies of #7CB259
Complementary color
Monochromatic Colors of #7CB259
Black with #7CB259
Text Example
Text Example
White with #7CB259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB259; }
p { color: rgb(124,178,89); }
H1.HeaderClassName
{
color: #7CB259;
}
.AnyTagClassName
{
color: #7CB259;
}
</style>
background-color css
<style>
a { background-color: #7CB259; }
a { background-color: rgb(124,178,89); }
div.DivClassName
{
background-color: #7CB259;
}
.BgClassName
{
background-color: #7CB259;
}
</style>
border-color css
<style>
span { border-color: #7CB259; }
span { border-color: rgb(124,178,89); }
td.TdClassName
{
border-color: #7CB259;
}
.TagClassName
{
border-color: #7CB259;
}
</style>