Shades of Mantis #7BBA55
Tints of Mantis #7BBA55
RGB
CMYK
RGB Variations
Color information
#7BBA55 (or 0x7BBA55) is known color: Mantis. HEX triplet: 7B, BA and 55. RGB value is (123,186,85). Sum of RGB (Red+Green+Blue) = 123+186+85=394 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.22% from 394); Green value is 186 (73.05% from 255 or 47.21% from 394); Blue value is 85 (33.59% from 255 or 21.57% from 394); Max value from RGB is 186 - color contains mainly: green. Hex color #7BBA55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BBA55 is #8445AA. Grayscale: #9B9B9B. Windows color (decimal): -8668587 or 5618299. OLE color: 5618299.
HSL color Cylindrical-coordinate representation of color #7BBA55: hue angle of 97.43º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7BBA55 is Cyan = 0.34, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 123 | 186 | 85 | - |
| CMYK | 0.34 | 0 | 0.54 | 0.27 |
| HSL | 97.43º | 0.42% | 0.53% | - |
| HSV(B) | 97.43º | 0.54% | 0.73% | - |
| XYZ | 27.37 | 39.98 | 14.87 | - |
| YUV | 155.65 | 88.13 | 104.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 186 | 85 | 0.34 | 0 | 0.54 | 0.27 | 97.43 | 0.42 | 0.53 |
| Hex | 7B | BA | 55 | 22 | 0 | 36 | 1B | 61 | 2A | 35 |
| Octal | 173 | 272 | 125 | 42 | 0 | 66 | 33 | 141 | 52 | 65 |
| Binary | 1111011 | 10111010 | 1010101 | 100010 | 0 | 110110 | 11011 | 1100001 | 101010 | 110101 |
Color Harmonies of #7BBA55
Complementary color
Monochromatic Colors of #7BBA55
Black with #7BBA55
Text Example
Text Example
White with #7BBA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBA55; }
p { color: rgb(123,186,85); }
H1.HeaderClassName
{
color: #7BBA55;
}
.AnyTagClassName
{
color: #7BBA55;
}
</style>
background-color css
<style>
a { background-color: #7BBA55; }
a { background-color: rgb(123,186,85); }
div.DivClassName
{
background-color: #7BBA55;
}
.BgClassName
{
background-color: #7BBA55;
}
</style>
border-color css
<style>
span { border-color: #7BBA55; }
span { border-color: rgb(123,186,85); }
td.TdClassName
{
border-color: #7BBA55;
}
.TagClassName
{
border-color: #7BBA55;
}
</style>