Shades of Mantis #7BBA4D
Tints of Mantis #7BBA4D
RGB
CMYK
RGB Variations
Color information
#7BBA4D (or 0x7BBA4D) is known color: Mantis. HEX triplet: 7B, BA and 4D. RGB value is (123,186,77). Sum of RGB (Red+Green+Blue) = 123+186+77=386 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.87% from 386); Green value is 186 (73.05% from 255 or 48.19% from 386); Blue value is 77 (30.47% from 255 or 19.95% from 386); Max value from RGB is 186 - color contains mainly: green. Hex color #7BBA4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BBA4D is #8445B2. Grayscale: #9B9B9B. Windows color (decimal): -8668595 or 5094011. OLE color: 5094011.
HSL color Cylindrical-coordinate representation of color #7BBA4D: hue angle of 94.68º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7BBA4D is Cyan = 0.34, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 123 | 186 | 77 | - |
| CMYK | 0.34 | 0 | 0.59 | 0.27 |
| HSL | 94.68º | 0.44% | 0.52% | - |
| HSV(B) | 94.68º | 0.59% | 0.73% | - |
| XYZ | 27.07 | 39.86 | 13.29 | - |
| YUV | 154.74 | 84.13 | 105.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 186 | 77 | 0.34 | 0 | 0.59 | 0.27 | 94.68 | 0.44 | 0.52 |
| Hex | 7B | BA | 4D | 22 | 0 | 3B | 1B | 5F | 2C | 34 |
| Octal | 173 | 272 | 115 | 42 | 0 | 73 | 33 | 137 | 54 | 64 |
| Binary | 1111011 | 10111010 | 1001101 | 100010 | 0 | 111011 | 11011 | 1011111 | 101100 | 110100 |
Color Harmonies of #7BBA4D
Complementary color
Monochromatic Colors of #7BBA4D
Black with #7BBA4D
Text Example
Text Example
White with #7BBA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBA4D; }
p { color: rgb(123,186,77); }
H1.HeaderClassName
{
color: #7BBA4D;
}
.AnyTagClassName
{
color: #7BBA4D;
}
</style>
background-color css
<style>
a { background-color: #7BBA4D; }
a { background-color: rgb(123,186,77); }
div.DivClassName
{
background-color: #7BBA4D;
}
.BgClassName
{
background-color: #7BBA4D;
}
</style>
border-color css
<style>
span { border-color: #7BBA4D; }
span { border-color: rgb(123,186,77); }
td.TdClassName
{
border-color: #7BBA4D;
}
.TagClassName
{
border-color: #7BBA4D;
}
</style>