Shades of Mantis #7CB15C
Tints of Mantis #7CB15C
RGB
CMYK
RGB Variations
Color information
#7CB15C (or 0x7CB15C) is known color: Mantis. HEX triplet: 7C, B1 and 5C. RGB value is (124,177,92). Sum of RGB (Red+Green+Blue) = 124+177+92=393 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.55% from 393); Green value is 177 (69.53% from 255 or 45.04% from 393); Blue value is 92 (36.33% from 255 or 23.41% from 393); Max value from RGB is 177 - color contains mainly: green. Hex color #7CB15C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CB15C is #834EA3. Grayscale: #979797. Windows color (decimal): -8605348 or 6074748. OLE color: 6074748.
HSL color Cylindrical-coordinate representation of color #7CB15C: hue angle of 97.41º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7CB15C is Cyan = 0.30, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 124 | 177 | 92 | - |
| CMYK | 0.30 | 0 | 0.48 | 0.31 |
| HSL | 97.41º | 0.35% | 0.53% | - |
| HSV(B) | 97.41º | 0.48% | 0.69% | - |
| XYZ | 25.97 | 36.5 | 15.8 | - |
| YUV | 151.46 | 94.44 | 108.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 177 | 92 | 0.30 | 0 | 0.48 | 0.31 | 97.41 | 0.35 | 0.53 |
| Hex | 7C | B1 | 5C | 1E | 0 | 30 | 1F | 61 | 23 | 35 |
| Octal | 174 | 261 | 134 | 36 | 0 | 60 | 37 | 141 | 43 | 65 |
| Binary | 1111100 | 10110001 | 1011100 | 11110 | 0 | 110000 | 11111 | 1100001 | 100011 | 110101 |
Color Harmonies of #7CB15C
Complementary color
Monochromatic Colors of #7CB15C
Black with #7CB15C
Text Example
Text Example
White with #7CB15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB15C; }
p { color: rgb(124,177,92); }
H1.HeaderClassName
{
color: #7CB15C;
}
.AnyTagClassName
{
color: #7CB15C;
}
</style>
background-color css
<style>
a { background-color: #7CB15C; }
a { background-color: rgb(124,177,92); }
div.DivClassName
{
background-color: #7CB15C;
}
.BgClassName
{
background-color: #7CB15C;
}
</style>
border-color css
<style>
span { border-color: #7CB15C; }
span { border-color: rgb(124,177,92); }
td.TdClassName
{
border-color: #7CB15C;
}
.TagClassName
{
border-color: #7CB15C;
}
</style>