Shades of Mantis #7CB15D
Tints of Mantis #7CB15D
RGB
CMYK
RGB Variations
Color information
#7CB15D (or 0x7CB15D) is known color: Mantis. HEX triplet: 7C, B1 and 5D. RGB value is (124,177,93). Sum of RGB (Red+Green+Blue) = 124+177+93=394 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.47% from 394); Green value is 177 (69.53% from 255 or 44.92% from 394); Blue value is 93 (36.72% from 255 or 23.60% from 394); Max value from RGB is 177 - color contains mainly: green. Hex color #7CB15D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CB15D is #834EA2. Grayscale: #979797. Windows color (decimal): -8605347 or 6140284. OLE color: 6140284.
HSL color Cylindrical-coordinate representation of color #7CB15D: hue angle of 97.86º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7CB15D is Cyan = 0.30, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 124 | 177 | 93 | - |
| CMYK | 0.30 | 0 | 0.47 | 0.31 |
| HSL | 97.86º | 0.35% | 0.53% | - |
| HSV(B) | 97.86º | 0.47% | 0.69% | - |
| XYZ | 26.01 | 36.52 | 16.03 | - |
| YUV | 151.58 | 94.94 | 108.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 177 | 93 | 0.30 | 0 | 0.47 | 0.31 | 97.86 | 0.35 | 0.53 |
| Hex | 7C | B1 | 5D | 1E | 0 | 2F | 1F | 62 | 23 | 35 |
| Octal | 174 | 261 | 135 | 36 | 0 | 57 | 37 | 142 | 43 | 65 |
| Binary | 1111100 | 10110001 | 1011101 | 11110 | 0 | 101111 | 11111 | 1100010 | 100011 | 110101 |
Color Harmonies of #7CB15D
Complementary color
Monochromatic Colors of #7CB15D
Black with #7CB15D
Text Example
Text Example
White with #7CB15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB15D; }
p { color: rgb(124,177,93); }
H1.HeaderClassName
{
color: #7CB15D;
}
.AnyTagClassName
{
color: #7CB15D;
}
</style>
background-color css
<style>
a { background-color: #7CB15D; }
a { background-color: rgb(124,177,93); }
div.DivClassName
{
background-color: #7CB15D;
}
.BgClassName
{
background-color: #7CB15D;
}
</style>
border-color css
<style>
span { border-color: #7CB15D; }
span { border-color: rgb(124,177,93); }
td.TdClassName
{
border-color: #7CB15D;
}
.TagClassName
{
border-color: #7CB15D;
}
</style>