Shades of Mantis #7BC642
Tints of Mantis #7BC642
RGB
CMYK
RGB Variations
Color information
#7BC642 (or 0x7BC642) is known color: Mantis. HEX triplet: 7B, C6 and 42. RGB value is (123,198,66). Sum of RGB (Red+Green+Blue) = 123+198+66=387 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.78% from 387); Green value is 198 (77.73% from 255 or 51.16% from 387); Blue value is 66 (26.17% from 255 or 17.05% from 387); Max value from RGB is 198 - color contains mainly: green. Hex color #7BC642 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BC642 is #8439BD. Grayscale: #A0A0A0. Windows color (decimal): -8665534 or 4376187. OLE color: 4376187.
HSL color Cylindrical-coordinate representation of color #7BC642: hue angle of 94.09º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7BC642 is Cyan = 0.38, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 123 | 198 | 66 | - |
| CMYK | 0.38 | 0 | 0.67 | 0.22 |
| HSL | 94.09º | 0.54% | 0.52% | - |
| HSV(B) | 94.09º | 0.67% | 0.78% | - |
| XYZ | 29.35 | 44.99 | 12.29 | - |
| YUV | 160.53 | 74.65 | 101.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 198 | 66 | 0.38 | 0 | 0.67 | 0.22 | 94.09 | 0.54 | 0.52 |
| Hex | 7B | C6 | 42 | 26 | 0 | 43 | 16 | 5E | 36 | 34 |
| Octal | 173 | 306 | 102 | 46 | 0 | 103 | 26 | 136 | 66 | 64 |
| Binary | 1111011 | 11000110 | 1000010 | 100110 | 0 | 1000011 | 10110 | 1011110 | 110110 | 110100 |
Color Harmonies of #7BC642
Complementary color
Monochromatic Colors of #7BC642
Black with #7BC642
Text Example
Text Example
White with #7BC642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC642; }
p { color: rgb(123,198,66); }
H1.HeaderClassName
{
color: #7BC642;
}
.AnyTagClassName
{
color: #7BC642;
}
</style>
background-color css
<style>
a { background-color: #7BC642; }
a { background-color: rgb(123,198,66); }
div.DivClassName
{
background-color: #7BC642;
}
.BgClassName
{
background-color: #7BC642;
}
</style>
border-color css
<style>
span { border-color: #7BC642; }
span { border-color: rgb(123,198,66); }
td.TdClassName
{
border-color: #7BC642;
}
.TagClassName
{
border-color: #7BC642;
}
</style>