Shades of Mantis #7CB464
Tints of Mantis #7CB464
RGB
CMYK
RGB Variations
Color information
#7CB464 (or 0x7CB464) is known color: Mantis. HEX triplet: 7C, B4 and 64. RGB value is (124,180,100). Sum of RGB (Red+Green+Blue) = 124+180+100=404 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.69% from 404); Green value is 180 (70.70% from 255 or 44.55% from 404); Blue value is 100 (39.45% from 255 or 24.75% from 404); Max value from RGB is 180 - color contains mainly: green. Hex color #7CB464 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CB464 is #834B9B. Grayscale: #9A9A9A. Windows color (decimal): -8604572 or 6599804. OLE color: 6599804.
HSL color Cylindrical-coordinate representation of color #7CB464: hue angle of 102º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7CB464 is Cyan = 0.31, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 124 | 180 | 100 | - |
| CMYK | 0.31 | 0 | 0.44 | 0.29 |
| HSL | 102º | 0.35% | 0.55% | - |
| HSV(B) | 102º | 0.44% | 0.71% | - |
| XYZ | 26.93 | 37.85 | 17.94 | - |
| YUV | 154.14 | 97.45 | 106.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 180 | 100 | 0.31 | 0 | 0.44 | 0.29 | 102 | 0.35 | 0.55 |
| Hex | 7C | B4 | 64 | 1F | 0 | 2C | 1D | 66 | 23 | 37 |
| Octal | 174 | 264 | 144 | 37 | 0 | 54 | 35 | 146 | 43 | 67 |
| Binary | 1111100 | 10110100 | 1100100 | 11111 | 0 | 101100 | 11101 | 1100110 | 100011 | 110111 |
Color Harmonies of #7CB464
Complementary color
Monochromatic Colors of #7CB464
Black with #7CB464
Text Example
Text Example
White with #7CB464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB464; }
p { color: rgb(124,180,100); }
H1.HeaderClassName
{
color: #7CB464;
}
.AnyTagClassName
{
color: #7CB464;
}
</style>
background-color css
<style>
a { background-color: #7CB464; }
a { background-color: rgb(124,180,100); }
div.DivClassName
{
background-color: #7CB464;
}
.BgClassName
{
background-color: #7CB464;
}
</style>
border-color css
<style>
span { border-color: #7CB464; }
span { border-color: rgb(124,180,100); }
td.TdClassName
{
border-color: #7CB464;
}
.TagClassName
{
border-color: #7CB464;
}
</style>