Shades of Mantis #7CB160
Tints of Mantis #7CB160
RGB
CMYK
RGB Variations
Color information
#7CB160 (or 0x7CB160) is known color: Mantis. HEX triplet: 7C, B1 and 60. RGB value is (124,177,96). Sum of RGB (Red+Green+Blue) = 124+177+96=397 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.23% from 397); Green value is 177 (69.53% from 255 or 44.58% from 397); Blue value is 96 (37.89% from 255 or 24.18% from 397); Max value from RGB is 177 - color contains mainly: green. Hex color #7CB160 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CB160 is #834E9F. Grayscale: #989898. Windows color (decimal): -8605344 or 6336892. OLE color: 6336892.
HSL color Cylindrical-coordinate representation of color #7CB160: hue angle of 99.26º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7CB160 is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 124 | 177 | 96 | - |
| CMYK | 0.30 | 0 | 0.46 | 0.31 |
| HSL | 99.26º | 0.34% | 0.54% | - |
| HSV(B) | 99.26º | 0.46% | 0.69% | - |
| XYZ | 26.15 | 36.57 | 16.75 | - |
| YUV | 151.92 | 96.44 | 108.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 177 | 96 | 0.30 | 0 | 0.46 | 0.31 | 99.26 | 0.34 | 0.54 |
| Hex | 7C | B1 | 60 | 1E | 0 | 2E | 1F | 63 | 22 | 36 |
| Octal | 174 | 261 | 140 | 36 | 0 | 56 | 37 | 143 | 42 | 66 |
| Binary | 1111100 | 10110001 | 1100000 | 11110 | 0 | 101110 | 11111 | 1100011 | 100010 | 110110 |
Color Harmonies of #7CB160
Complementary color
Monochromatic Colors of #7CB160
Black with #7CB160
Text Example
Text Example
White with #7CB160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB160; }
p { color: rgb(124,177,96); }
H1.HeaderClassName
{
color: #7CB160;
}
.AnyTagClassName
{
color: #7CB160;
}
</style>
background-color css
<style>
a { background-color: #7CB160; }
a { background-color: rgb(124,177,96); }
div.DivClassName
{
background-color: #7CB160;
}
.BgClassName
{
background-color: #7CB160;
}
</style>
border-color css
<style>
span { border-color: #7CB160; }
span { border-color: rgb(124,177,96); }
td.TdClassName
{
border-color: #7CB160;
}
.TagClassName
{
border-color: #7CB160;
}
</style>