Shades of Mantis #7CB64B
Tints of Mantis #7CB64B
RGB
CMYK
RGB Variations
Color information
#7CB64B (or 0x7CB64B) is known color: Mantis. HEX triplet: 7C, B6 and 4B. RGB value is (124,182,75). Sum of RGB (Red+Green+Blue) = 124+182+75=381 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.55% from 381); Green value is 182 (71.48% from 255 or 47.77% from 381); Blue value is 75 (29.69% from 255 or 19.69% from 381); Max value from RGB is 182 - color contains mainly: green. Hex color #7CB64B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CB64B is #8349B4. Grayscale: #989898. Windows color (decimal): -8604085 or 4961916. OLE color: 4961916.
HSL color Cylindrical-coordinate representation of color #7CB64B: hue angle of 92.52º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7CB64B is Cyan = 0.32, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 124 | 182 | 75 | - |
| CMYK | 0.32 | 0 | 0.59 | 0.29 |
| HSL | 92.52º | 0.42% | 0.5% | - |
| HSV(B) | 92.52º | 0.59% | 0.71% | - |
| XYZ | 26.31 | 38.25 | 12.65 | - |
| YUV | 152.46 | 84.28 | 107.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 182 | 75 | 0.32 | 0 | 0.59 | 0.29 | 92.52 | 0.42 | 0.5 |
| Hex | 7C | B6 | 4B | 20 | 0 | 3B | 1D | 5D | 2A | 32 |
| Octal | 174 | 266 | 113 | 40 | 0 | 73 | 35 | 135 | 52 | 62 |
| Binary | 1111100 | 10110110 | 1001011 | 100000 | 0 | 111011 | 11101 | 1011101 | 101010 | 110010 |
Color Harmonies of #7CB64B
Complementary color
Monochromatic Colors of #7CB64B
Black with #7CB64B
Text Example
Text Example
White with #7CB64B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB64B; }
p { color: rgb(124,182,75); }
H1.HeaderClassName
{
color: #7CB64B;
}
.AnyTagClassName
{
color: #7CB64B;
}
</style>
background-color css
<style>
a { background-color: #7CB64B; }
a { background-color: rgb(124,182,75); }
div.DivClassName
{
background-color: #7CB64B;
}
.BgClassName
{
background-color: #7CB64B;
}
</style>
border-color css
<style>
span { border-color: #7CB64B; }
span { border-color: rgb(124,182,75); }
td.TdClassName
{
border-color: #7CB64B;
}
.TagClassName
{
border-color: #7CB64B;
}
</style>