Shades of Mantis #7BBA6E
Tints of Mantis #7BBA6E
RGB
CMYK
RGB Variations
Color information
#7BBA6E (or 0x7BBA6E) is known color: Mantis. HEX triplet: 7B, BA and 6E. RGB value is (123,186,110). Sum of RGB (Red+Green+Blue) = 123+186+110=419 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.36% from 419); Green value is 186 (73.05% from 255 or 44.39% from 419); Blue value is 110 (43.36% from 255 or 26.25% from 419); Max value from RGB is 186 - color contains mainly: green. Hex color #7BBA6E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BBA6E is #844591. Grayscale: #9E9E9E. Windows color (decimal): -8668562 or 7256699. OLE color: 7256699.
HSL color Cylindrical-coordinate representation of color #7BBA6E: hue angle of 109.74º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7BBA6E is Cyan = 0.34, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 123 | 186 | 110 | - |
| CMYK | 0.34 | 0 | 0.41 | 0.27 |
| HSL | 109.74º | 0.36% | 0.58% | - |
| HSV(B) | 109.74º | 0.41% | 0.73% | - |
| XYZ | 28.54 | 40.45 | 21.06 | - |
| YUV | 158.5 | 100.63 | 102.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 186 | 110 | 0.34 | 0 | 0.41 | 0.27 | 109.74 | 0.36 | 0.58 |
| Hex | 7B | BA | 6E | 22 | 0 | 29 | 1B | 6E | 24 | 3A |
| Octal | 173 | 272 | 156 | 42 | 0 | 51 | 33 | 156 | 44 | 72 |
| Binary | 1111011 | 10111010 | 1101110 | 100010 | 0 | 101001 | 11011 | 1101110 | 100100 | 111010 |
Color Harmonies of #7BBA6E
Complementary color
Monochromatic Colors of #7BBA6E
Black with #7BBA6E
Text Example
Text Example
White with #7BBA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBA6E; }
p { color: rgb(123,186,110); }
H1.HeaderClassName
{
color: #7BBA6E;
}
.AnyTagClassName
{
color: #7BBA6E;
}
</style>
background-color css
<style>
a { background-color: #7BBA6E; }
a { background-color: rgb(123,186,110); }
div.DivClassName
{
background-color: #7BBA6E;
}
.BgClassName
{
background-color: #7BBA6E;
}
</style>
border-color css
<style>
span { border-color: #7BBA6E; }
span { border-color: rgb(123,186,110); }
td.TdClassName
{
border-color: #7BBA6E;
}
.TagClassName
{
border-color: #7BBA6E;
}
</style>