Shades of Mantis #7CB85D
Tints of Mantis #7CB85D
RGB
CMYK
RGB Variations
Color information
#7CB85D (or 0x7CB85D) is known color: Mantis. HEX triplet: 7C, B8 and 5D. RGB value is (124,184,93). Sum of RGB (Red+Green+Blue) = 124+184+93=401 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.92% from 401); Green value is 184 (72.27% from 255 or 45.89% from 401); Blue value is 93 (36.72% from 255 or 23.19% from 401); Max value from RGB is 184 - color contains mainly: green. Hex color #7CB85D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CB85D is #8347A2. Grayscale: #9B9B9B. Windows color (decimal): -8603555 or 6142076. OLE color: 6142076.
HSL color Cylindrical-coordinate representation of color #7CB85D: hue angle of 99.56º degrees, saturation: 0.39, 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 #7CB85D is Cyan = 0.33, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 124 | 184 | 93 | - |
| CMYK | 0.33 | 0 | 0.49 | 0.28 |
| HSL | 99.56º | 0.39% | 0.54% | - |
| HSV(B) | 99.56º | 0.49% | 0.72% | - |
| XYZ | 27.43 | 39.36 | 16.51 | - |
| YUV | 155.69 | 92.62 | 105.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 184 | 93 | 0.33 | 0 | 0.49 | 0.28 | 99.56 | 0.39 | 0.54 |
| Hex | 7C | B8 | 5D | 21 | 0 | 31 | 1C | 64 | 27 | 36 |
| Octal | 174 | 270 | 135 | 41 | 0 | 61 | 34 | 144 | 47 | 66 |
| Binary | 1111100 | 10111000 | 1011101 | 100001 | 0 | 110001 | 11100 | 1100100 | 100111 | 110110 |
Color Harmonies of #7CB85D
Complementary color
Monochromatic Colors of #7CB85D
Black with #7CB85D
Text Example
Text Example
White with #7CB85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB85D; }
p { color: rgb(124,184,93); }
H1.HeaderClassName
{
color: #7CB85D;
}
.AnyTagClassName
{
color: #7CB85D;
}
</style>
background-color css
<style>
a { background-color: #7CB85D; }
a { background-color: rgb(124,184,93); }
div.DivClassName
{
background-color: #7CB85D;
}
.BgClassName
{
background-color: #7CB85D;
}
</style>
border-color css
<style>
span { border-color: #7CB85D; }
span { border-color: rgb(124,184,93); }
td.TdClassName
{
border-color: #7CB85D;
}
.TagClassName
{
border-color: #7CB85D;
}
</style>