Shades of Mantis #7BBA51
Tints of Mantis #7BBA51
RGB
CMYK
RGB Variations
Color information
#7BBA51 (or 0x7BBA51) is known color: Mantis. HEX triplet: 7B, BA and 51. RGB value is (123,186,81). Sum of RGB (Red+Green+Blue) = 123+186+81=390 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.54% from 390); Green value is 186 (73.05% from 255 or 47.69% from 390); Blue value is 81 (32.03% from 255 or 20.77% from 390); Max value from RGB is 186 - color contains mainly: green. Hex color #7BBA51 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BBA51 is #8445AE. Grayscale: #9B9B9B. Windows color (decimal): -8668591 or 5356155. OLE color: 5356155.
HSL color Cylindrical-coordinate representation of color #7BBA51: hue angle of 96º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7BBA51 is Cyan = 0.34, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 123 | 186 | 81 | - |
| CMYK | 0.34 | 0 | 0.56 | 0.27 |
| HSL | 96º | 0.43% | 0.52% | - |
| HSV(B) | 96º | 0.56% | 0.73% | - |
| XYZ | 27.21 | 39.92 | 14.06 | - |
| YUV | 155.19 | 86.13 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 186 | 81 | 0.34 | 0 | 0.56 | 0.27 | 96 | 0.43 | 0.52 |
| Hex | 7B | BA | 51 | 22 | 0 | 38 | 1B | 60 | 2B | 34 |
| Octal | 173 | 272 | 121 | 42 | 0 | 70 | 33 | 140 | 53 | 64 |
| Binary | 1111011 | 10111010 | 1010001 | 100010 | 0 | 111000 | 11011 | 1100000 | 101011 | 110100 |
Color Harmonies of #7BBA51
Complementary color
Monochromatic Colors of #7BBA51
Black with #7BBA51
Text Example
Text Example
White with #7BBA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBA51; }
p { color: rgb(123,186,81); }
H1.HeaderClassName
{
color: #7BBA51;
}
.AnyTagClassName
{
color: #7BBA51;
}
</style>
background-color css
<style>
a { background-color: #7BBA51; }
a { background-color: rgb(123,186,81); }
div.DivClassName
{
background-color: #7BBA51;
}
.BgClassName
{
background-color: #7BBA51;
}
</style>
border-color css
<style>
span { border-color: #7BBA51; }
span { border-color: rgb(123,186,81); }
td.TdClassName
{
border-color: #7BBA51;
}
.TagClassName
{
border-color: #7BBA51;
}
</style>