Shades of Mantis #7CB85C
Tints of Mantis #7CB85C
RGB
CMYK
RGB Variations
Color information
#7CB85C (or 0x7CB85C) is known color: Mantis. HEX triplet: 7C, B8 and 5C. RGB value is (124,184,92). Sum of RGB (Red+Green+Blue) = 124+184+92=400 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31% from 400); Green value is 184 (72.27% from 255 or 46% from 400); Blue value is 92 (36.33% from 255 or 23% from 400); Max value from RGB is 184 - color contains mainly: green. Hex color #7CB85C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CB85C is #8347A3. Grayscale: #9B9B9B. Windows color (decimal): -8603556 or 6076540. OLE color: 6076540.
HSL color Cylindrical-coordinate representation of color #7CB85C: hue angle of 99.13º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7CB85C is Cyan = 0.33, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 124 | 184 | 92 | - |
| CMYK | 0.33 | 0 | 0.50 | 0.28 |
| HSL | 99.13º | 0.39% | 0.54% | - |
| HSV(B) | 99.13º | 0.5% | 0.72% | - |
| XYZ | 27.38 | 39.34 | 16.28 | - |
| YUV | 155.57 | 92.12 | 105.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 184 | 92 | 0.33 | 0 | 0.50 | 0.28 | 99.13 | 0.39 | 0.54 |
| Hex | 7C | B8 | 5C | 21 | 0 | 32 | 1C | 63 | 27 | 36 |
| Octal | 174 | 270 | 134 | 41 | 0 | 62 | 34 | 143 | 47 | 66 |
| Binary | 1111100 | 10111000 | 1011100 | 100001 | 0 | 110010 | 11100 | 1100011 | 100111 | 110110 |
Color Harmonies of #7CB85C
Complementary color
Monochromatic Colors of #7CB85C
Black with #7CB85C
Text Example
Text Example
White with #7CB85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB85C; }
p { color: rgb(124,184,92); }
H1.HeaderClassName
{
color: #7CB85C;
}
.AnyTagClassName
{
color: #7CB85C;
}
</style>
background-color css
<style>
a { background-color: #7CB85C; }
a { background-color: rgb(124,184,92); }
div.DivClassName
{
background-color: #7CB85C;
}
.BgClassName
{
background-color: #7CB85C;
}
</style>
border-color css
<style>
span { border-color: #7CB85C; }
span { border-color: rgb(124,184,92); }
td.TdClassName
{
border-color: #7CB85C;
}
.TagClassName
{
border-color: #7CB85C;
}
</style>