Shades of Mantis #7BBA65
Tints of Mantis #7BBA65
RGB
CMYK
RGB Variations
Color information
#7BBA65 (or 0x7BBA65) is known color: Mantis. HEX triplet: 7B, BA and 65. RGB value is (123,186,101). Sum of RGB (Red+Green+Blue) = 123+186+101=410 (54% of max value = 765). Red value is 123 (48.44% from 255 or 30% from 410); Green value is 186 (73.05% from 255 or 45.37% from 410); Blue value is 101 (39.84% from 255 or 24.63% from 410); Max value from RGB is 186 - color contains mainly: green. Hex color #7BBA65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BBA65 is #84459A. Grayscale: #9D9D9D. Windows color (decimal): -8668571 or 6666875. OLE color: 6666875.
HSL color Cylindrical-coordinate representation of color #7BBA65: hue angle of 104.47º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7BBA65 is Cyan = 0.34, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 123 | 186 | 101 | - |
| CMYK | 0.34 | 0 | 0.46 | 0.27 |
| HSL | 104.47º | 0.38% | 0.56% | - |
| HSV(B) | 104.47º | 0.46% | 0.73% | - |
| XYZ | 28.08 | 40.27 | 18.6 | - |
| YUV | 157.47 | 96.13 | 103.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 186 | 101 | 0.34 | 0 | 0.46 | 0.27 | 104.47 | 0.38 | 0.56 |
| Hex | 7B | BA | 65 | 22 | 0 | 2E | 1B | 68 | 26 | 38 |
| Octal | 173 | 272 | 145 | 42 | 0 | 56 | 33 | 150 | 46 | 70 |
| Binary | 1111011 | 10111010 | 1100101 | 100010 | 0 | 101110 | 11011 | 1101000 | 100110 | 111000 |
Color Harmonies of #7BBA65
Complementary color
Monochromatic Colors of #7BBA65
Black with #7BBA65
Text Example
Text Example
White with #7BBA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBA65; }
p { color: rgb(123,186,101); }
H1.HeaderClassName
{
color: #7BBA65;
}
.AnyTagClassName
{
color: #7BBA65;
}
</style>
background-color css
<style>
a { background-color: #7BBA65; }
a { background-color: rgb(123,186,101); }
div.DivClassName
{
background-color: #7BBA65;
}
.BgClassName
{
background-color: #7BBA65;
}
</style>
border-color css
<style>
span { border-color: #7BBA65; }
span { border-color: rgb(123,186,101); }
td.TdClassName
{
border-color: #7BBA65;
}
.TagClassName
{
border-color: #7BBA65;
}
</style>