Shades of Mantis #7BBA5B
Tints of Mantis #7BBA5B
RGB
CMYK
RGB Variations
Color information
#7BBA5B (or 0x7BBA5B) is known color: Mantis. HEX triplet: 7B, BA and 5B. RGB value is (123,186,91). Sum of RGB (Red+Green+Blue) = 123+186+91=400 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.75% from 400); Green value is 186 (73.05% from 255 or 46.5% from 400); Blue value is 91 (35.94% from 255 or 22.75% from 400); Max value from RGB is 186 - color contains mainly: green. Hex color #7BBA5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BBA5B is #8445A4. Grayscale: #9C9C9C. Windows color (decimal): -8668581 or 6011515. OLE color: 6011515.
HSL color Cylindrical-coordinate representation of color #7BBA5B: hue angle of 99.79º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7BBA5B is Cyan = 0.34, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 123 | 186 | 91 | - |
| CMYK | 0.34 | 0 | 0.51 | 0.27 |
| HSL | 99.79º | 0.41% | 0.54% | - |
| HSV(B) | 99.79º | 0.51% | 0.73% | - |
| XYZ | 27.62 | 40.08 | 16.18 | - |
| YUV | 156.33 | 91.13 | 104.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 186 | 91 | 0.34 | 0 | 0.51 | 0.27 | 99.79 | 0.41 | 0.54 |
| Hex | 7B | BA | 5B | 22 | 0 | 33 | 1B | 64 | 29 | 36 |
| Octal | 173 | 272 | 133 | 42 | 0 | 63 | 33 | 144 | 51 | 66 |
| Binary | 1111011 | 10111010 | 1011011 | 100010 | 0 | 110011 | 11011 | 1100100 | 101001 | 110110 |
Color Harmonies of #7BBA5B
Complementary color
Monochromatic Colors of #7BBA5B
Black with #7BBA5B
Text Example
Text Example
White with #7BBA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBA5B; }
p { color: rgb(123,186,91); }
H1.HeaderClassName
{
color: #7BBA5B;
}
.AnyTagClassName
{
color: #7BBA5B;
}
</style>
background-color css
<style>
a { background-color: #7BBA5B; }
a { background-color: rgb(123,186,91); }
div.DivClassName
{
background-color: #7BBA5B;
}
.BgClassName
{
background-color: #7BBA5B;
}
</style>
border-color css
<style>
span { border-color: #7BBA5B; }
span { border-color: rgb(123,186,91); }
td.TdClassName
{
border-color: #7BBA5B;
}
.TagClassName
{
border-color: #7BBA5B;
}
</style>