Shades of Mantis #7CB75D
Tints of Mantis #7CB75D
RGB
CMYK
RGB Variations
Color information
#7CB75D (or 0x7CB75D) is known color: Mantis. HEX triplet: 7C, B7 and 5D. RGB value is (124,183,93). Sum of RGB (Red+Green+Blue) = 124+183+93=400 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31% from 400); Green value is 183 (71.88% from 255 or 45.75% from 400); Blue value is 93 (36.72% from 255 or 23.25% from 400); Max value from RGB is 183 - color contains mainly: green. Hex color #7CB75D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CB75D is #8348A2. Grayscale: #9B9B9B. Windows color (decimal): -8603811 or 6141820. OLE color: 6141820.
HSL color Cylindrical-coordinate representation of color #7CB75D: hue angle of 99.33º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7CB75D is Cyan = 0.32, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 124 | 183 | 93 | - |
| CMYK | 0.32 | 0 | 0.49 | 0.28 |
| HSL | 99.33º | 0.38% | 0.54% | - |
| HSV(B) | 99.33º | 0.49% | 0.72% | - |
| XYZ | 27.22 | 38.94 | 16.44 | - |
| YUV | 155.1 | 92.95 | 105.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 183 | 93 | 0.32 | 0 | 0.49 | 0.28 | 99.33 | 0.38 | 0.54 |
| Hex | 7C | B7 | 5D | 20 | 0 | 31 | 1C | 63 | 26 | 36 |
| Octal | 174 | 267 | 135 | 40 | 0 | 61 | 34 | 143 | 46 | 66 |
| Binary | 1111100 | 10110111 | 1011101 | 100000 | 0 | 110001 | 11100 | 1100011 | 100110 | 110110 |
Color Harmonies of #7CB75D
Complementary color
Monochromatic Colors of #7CB75D
Black with #7CB75D
Text Example
Text Example
White with #7CB75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB75D; }
p { color: rgb(124,183,93); }
H1.HeaderClassName
{
color: #7CB75D;
}
.AnyTagClassName
{
color: #7CB75D;
}
</style>
background-color css
<style>
a { background-color: #7CB75D; }
a { background-color: rgb(124,183,93); }
div.DivClassName
{
background-color: #7CB75D;
}
.BgClassName
{
background-color: #7CB75D;
}
</style>
border-color css
<style>
span { border-color: #7CB75D; }
span { border-color: rgb(124,183,93); }
td.TdClassName
{
border-color: #7CB75D;
}
.TagClassName
{
border-color: #7CB75D;
}
</style>