Shades of Mantis #7BC640
Tints of Mantis #7BC640
RGB
CMYK
RGB Variations
Color information
#7BC640 (or 0x7BC640) is known color: Mantis. HEX triplet: 7B, C6 and 40. RGB value is (123,198,64). Sum of RGB (Red+Green+Blue) = 123+198+64=385 (50% of max value = 765). Red value is 123 (48.44% from 255 or 31.95% from 385); Green value is 198 (77.73% from 255 or 51.43% from 385); Blue value is 64 (25.39% from 255 or 16.62% from 385); Max value from RGB is 198 - color contains mainly: green. Hex color #7BC640 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BC640 is #8439BF. Grayscale: #A0A0A0. Windows color (decimal): -8665536 or 4245115. OLE color: 4245115.
HSL color Cylindrical-coordinate representation of color #7BC640: hue angle of 93.58º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7BC640 is Cyan = 0.38, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 123 | 198 | 64 | - |
| CMYK | 0.38 | 0 | 0.68 | 0.22 |
| HSL | 93.58º | 0.54% | 0.51% | - |
| HSV(B) | 93.58º | 0.68% | 0.78% | - |
| XYZ | 29.29 | 44.97 | 11.99 | - |
| YUV | 160.3 | 73.65 | 101.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 198 | 64 | 0.38 | 0 | 0.68 | 0.22 | 93.58 | 0.54 | 0.51 |
| Hex | 7B | C6 | 40 | 26 | 0 | 44 | 16 | 5E | 36 | 33 |
| Octal | 173 | 306 | 100 | 46 | 0 | 104 | 26 | 136 | 66 | 63 |
| Binary | 1111011 | 11000110 | 1000000 | 100110 | 0 | 1000100 | 10110 | 1011110 | 110110 | 110011 |
Color Harmonies of #7BC640
Complementary color
Monochromatic Colors of #7BC640
Black with #7BC640
Text Example
Text Example
White with #7BC640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC640; }
p { color: rgb(123,198,64); }
H1.HeaderClassName
{
color: #7BC640;
}
.AnyTagClassName
{
color: #7BC640;
}
</style>
background-color css
<style>
a { background-color: #7BC640; }
a { background-color: rgb(123,198,64); }
div.DivClassName
{
background-color: #7BC640;
}
.BgClassName
{
background-color: #7BC640;
}
</style>
border-color css
<style>
span { border-color: #7BC640; }
span { border-color: rgb(123,198,64); }
td.TdClassName
{
border-color: #7BC640;
}
.TagClassName
{
border-color: #7BC640;
}
</style>