Shades of Mantis #7CB450
Tints of Mantis #7CB450
RGB
CMYK
RGB Variations
Color information
#7CB450 (or 0x7CB450) is known color: Mantis. HEX triplet: 7C, B4 and 50. RGB value is (124,180,80). Sum of RGB (Red+Green+Blue) = 124+180+80=384 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.29% from 384); Green value is 180 (70.70% from 255 or 46.88% from 384); Blue value is 80 (31.64% from 255 or 20.83% from 384); Max value from RGB is 180 - color contains mainly: green. Hex color #7CB450 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CB450 is #834BAF. Grayscale: #989898. Windows color (decimal): -8604592 or 5289084. OLE color: 5289084.
HSL color Cylindrical-coordinate representation of color #7CB450: hue angle of 93.6º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7CB450 is Cyan = 0.31, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 124 | 180 | 80 | - |
| CMYK | 0.31 | 0 | 0.56 | 0.29 |
| HSL | 93.6º | 0.4% | 0.51% | - |
| HSV(B) | 93.6º | 0.56% | 0.71% | - |
| XYZ | 26.08 | 37.51 | 13.45 | - |
| YUV | 151.86 | 87.45 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 180 | 80 | 0.31 | 0 | 0.56 | 0.29 | 93.6 | 0.4 | 0.51 |
| Hex | 7C | B4 | 50 | 1F | 0 | 38 | 1D | 5E | 28 | 33 |
| Octal | 174 | 264 | 120 | 37 | 0 | 70 | 35 | 136 | 50 | 63 |
| Binary | 1111100 | 10110100 | 1010000 | 11111 | 0 | 111000 | 11101 | 1011110 | 101000 | 110011 |
Color Harmonies of #7CB450
Complementary color
Monochromatic Colors of #7CB450
Black with #7CB450
Text Example
Text Example
White with #7CB450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB450; }
p { color: rgb(124,180,80); }
H1.HeaderClassName
{
color: #7CB450;
}
.AnyTagClassName
{
color: #7CB450;
}
</style>
background-color css
<style>
a { background-color: #7CB450; }
a { background-color: rgb(124,180,80); }
div.DivClassName
{
background-color: #7CB450;
}
.BgClassName
{
background-color: #7CB450;
}
</style>
border-color css
<style>
span { border-color: #7CB450; }
span { border-color: rgb(124,180,80); }
td.TdClassName
{
border-color: #7CB450;
}
.TagClassName
{
border-color: #7CB450;
}
</style>