Shades of Mantis #7CB659
Tints of Mantis #7CB659
RGB
CMYK
RGB Variations
Color information
#7CB659 (or 0x7CB659) is known color: Mantis. HEX triplet: 7C, B6 and 59. RGB value is (124,182,89). Sum of RGB (Red+Green+Blue) = 124+182+89=395 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.39% from 395); Green value is 182 (71.48% from 255 or 46.08% from 395); Blue value is 89 (35.16% from 255 or 22.53% from 395); Max value from RGB is 182 - color contains mainly: green. Hex color #7CB659 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CB659 is #8349A6. Grayscale: #9A9A9A. Windows color (decimal): -8604071 or 5879420. OLE color: 5879420.
HSL color Cylindrical-coordinate representation of color #7CB659: hue angle of 97.42º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7CB659 is Cyan = 0.32, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 124 | 182 | 89 | - |
| CMYK | 0.32 | 0 | 0.51 | 0.29 |
| HSL | 97.42º | 0.39% | 0.53% | - |
| HSV(B) | 97.42º | 0.51% | 0.71% | - |
| XYZ | 26.84 | 38.46 | 15.46 | - |
| YUV | 154.06 | 91.28 | 106.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 182 | 89 | 0.32 | 0 | 0.51 | 0.29 | 97.42 | 0.39 | 0.53 |
| Hex | 7C | B6 | 59 | 20 | 0 | 33 | 1D | 61 | 27 | 35 |
| Octal | 174 | 266 | 131 | 40 | 0 | 63 | 35 | 141 | 47 | 65 |
| Binary | 1111100 | 10110110 | 1011001 | 100000 | 0 | 110011 | 11101 | 1100001 | 100111 | 110101 |
Color Harmonies of #7CB659
Complementary color
Monochromatic Colors of #7CB659
Black with #7CB659
Text Example
Text Example
White with #7CB659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB659; }
p { color: rgb(124,182,89); }
H1.HeaderClassName
{
color: #7CB659;
}
.AnyTagClassName
{
color: #7CB659;
}
</style>
background-color css
<style>
a { background-color: #7CB659; }
a { background-color: rgb(124,182,89); }
div.DivClassName
{
background-color: #7CB659;
}
.BgClassName
{
background-color: #7CB659;
}
</style>
border-color css
<style>
span { border-color: #7CB659; }
span { border-color: rgb(124,182,89); }
td.TdClassName
{
border-color: #7CB659;
}
.TagClassName
{
border-color: #7CB659;
}
</style>