Shades of Mantis #7BBA49
Tints of Mantis #7BBA49
RGB
CMYK
RGB Variations
Color information
#7BBA49 (or 0x7BBA49) is known color: Mantis. HEX triplet: 7B, BA and 49. RGB value is (123,186,73). Sum of RGB (Red+Green+Blue) = 123+186+73=382 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.20% from 382); Green value is 186 (73.05% from 255 or 48.69% from 382); Blue value is 73 (28.91% from 255 or 19.11% from 382); Max value from RGB is 186 - color contains mainly: green. Hex color #7BBA49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BBA49 is #8445B6. Grayscale: #9A9A9A. Windows color (decimal): -8668599 or 4831867. OLE color: 4831867.
HSL color Cylindrical-coordinate representation of color #7BBA49: hue angle of 93.45º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7BBA49 is Cyan = 0.34, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 123 | 186 | 73 | - |
| CMYK | 0.34 | 0 | 0.61 | 0.27 |
| HSL | 93.45º | 0.45% | 0.51% | - |
| HSV(B) | 93.45º | 0.61% | 0.73% | - |
| XYZ | 26.93 | 39.81 | 12.57 | - |
| YUV | 154.28 | 82.13 | 105.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 186 | 73 | 0.34 | 0 | 0.61 | 0.27 | 93.45 | 0.45 | 0.51 |
| Hex | 7B | BA | 49 | 22 | 0 | 3D | 1B | 5D | 2D | 33 |
| Octal | 173 | 272 | 111 | 42 | 0 | 75 | 33 | 135 | 55 | 63 |
| Binary | 1111011 | 10111010 | 1001001 | 100010 | 0 | 111101 | 11011 | 1011101 | 101101 | 110011 |
Color Harmonies of #7BBA49
Complementary color
Monochromatic Colors of #7BBA49
Black with #7BBA49
Text Example
Text Example
White with #7BBA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBA49; }
p { color: rgb(123,186,73); }
H1.HeaderClassName
{
color: #7BBA49;
}
.AnyTagClassName
{
color: #7BBA49;
}
</style>
background-color css
<style>
a { background-color: #7BBA49; }
a { background-color: rgb(123,186,73); }
div.DivClassName
{
background-color: #7BBA49;
}
.BgClassName
{
background-color: #7BBA49;
}
</style>
border-color css
<style>
span { border-color: #7BBA49; }
span { border-color: rgb(123,186,73); }
td.TdClassName
{
border-color: #7BBA49;
}
.TagClassName
{
border-color: #7BBA49;
}
</style>