Shades of Mantis #7BB45E
Tints of Mantis #7BB45E
RGB
CMYK
RGB Variations
Color information
#7BB45E (or 0x7BB45E) is known color: Mantis. HEX triplet: 7B, B4 and 5E. RGB value is (123,180,94). Sum of RGB (Red+Green+Blue) = 123+180+94=397 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.98% from 397); Green value is 180 (70.70% from 255 or 45.34% from 397); Blue value is 94 (37.11% from 255 or 23.68% from 397); Max value from RGB is 180 - color contains mainly: green. Hex color #7BB45E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BB45E is #844BA1. Grayscale: #999999. Windows color (decimal): -8670114 or 6206587. OLE color: 6206587.
HSL color Cylindrical-coordinate representation of color #7BB45E: hue angle of 99.77º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7BB45E is Cyan = 0.32, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 123 | 180 | 94 | - |
| CMYK | 0.32 | 0 | 0.48 | 0.29 |
| HSL | 99.77º | 0.36% | 0.54% | - |
| HSV(B) | 99.77º | 0.48% | 0.71% | - |
| XYZ | 26.51 | 37.66 | 16.46 | - |
| YUV | 153.15 | 94.62 | 106.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 180 | 94 | 0.32 | 0 | 0.48 | 0.29 | 99.77 | 0.36 | 0.54 |
| Hex | 7B | B4 | 5E | 20 | 0 | 30 | 1D | 64 | 24 | 36 |
| Octal | 173 | 264 | 136 | 40 | 0 | 60 | 35 | 144 | 44 | 66 |
| Binary | 1111011 | 10110100 | 1011110 | 100000 | 0 | 110000 | 11101 | 1100100 | 100100 | 110110 |
Color Harmonies of #7BB45E
Complementary color
Monochromatic Colors of #7BB45E
Black with #7BB45E
Text Example
Text Example
White with #7BB45E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BB45E; }
p { color: rgb(123,180,94); }
H1.HeaderClassName
{
color: #7BB45E;
}
.AnyTagClassName
{
color: #7BB45E;
}
</style>
background-color css
<style>
a { background-color: #7BB45E; }
a { background-color: rgb(123,180,94); }
div.DivClassName
{
background-color: #7BB45E;
}
.BgClassName
{
background-color: #7BB45E;
}
</style>
border-color css
<style>
span { border-color: #7BB45E; }
span { border-color: rgb(123,180,94); }
td.TdClassName
{
border-color: #7BB45E;
}
.TagClassName
{
border-color: #7BB45E;
}
</style>