Shades of Mantis #7BBA5C
Tints of Mantis #7BBA5C
RGB
CMYK
RGB Variations
Color information
#7BBA5C (or 0x7BBA5C) is known color: Mantis. HEX triplet: 7B, BA and 5C. RGB value is (123,186,92). Sum of RGB (Red+Green+Blue) = 123+186+92=401 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.67% from 401); Green value is 186 (73.05% from 255 or 46.38% from 401); Blue value is 92 (36.33% from 255 or 22.94% from 401); Max value from RGB is 186 - color contains mainly: green. Hex color #7BBA5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BBA5C is #8445A3. Grayscale: #9C9C9C. Windows color (decimal): -8668580 or 6077051. OLE color: 6077051.
HSL color Cylindrical-coordinate representation of color #7BBA5C: hue angle of 100.21º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7BBA5C is Cyan = 0.34, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 123 | 186 | 92 | - |
| CMYK | 0.34 | 0 | 0.51 | 0.27 |
| HSL | 100.21º | 0.41% | 0.55% | - |
| HSV(B) | 100.21º | 0.51% | 0.73% | - |
| XYZ | 27.66 | 40.1 | 16.41 | - |
| YUV | 156.45 | 91.63 | 104.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 186 | 92 | 0.34 | 0 | 0.51 | 0.27 | 100.21 | 0.41 | 0.55 |
| Hex | 7B | BA | 5C | 22 | 0 | 33 | 1B | 64 | 29 | 37 |
| Octal | 173 | 272 | 134 | 42 | 0 | 63 | 33 | 144 | 51 | 67 |
| Binary | 1111011 | 10111010 | 1011100 | 100010 | 0 | 110011 | 11011 | 1100100 | 101001 | 110111 |
Color Harmonies of #7BBA5C
Complementary color
Monochromatic Colors of #7BBA5C
Black with #7BBA5C
Text Example
Text Example
White with #7BBA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBA5C; }
p { color: rgb(123,186,92); }
H1.HeaderClassName
{
color: #7BBA5C;
}
.AnyTagClassName
{
color: #7BBA5C;
}
</style>
background-color css
<style>
a { background-color: #7BBA5C; }
a { background-color: rgb(123,186,92); }
div.DivClassName
{
background-color: #7BBA5C;
}
.BgClassName
{
background-color: #7BBA5C;
}
</style>
border-color css
<style>
span { border-color: #7BBA5C; }
span { border-color: rgb(123,186,92); }
td.TdClassName
{
border-color: #7BBA5C;
}
.TagClassName
{
border-color: #7BBA5C;
}
</style>