Shades of Mantis #7BBA69
Tints of Mantis #7BBA69
RGB
CMYK
RGB Variations
Color information
#7BBA69 (or 0x7BBA69) is known color: Mantis. HEX triplet: 7B, BA and 69. RGB value is (123,186,105). Sum of RGB (Red+Green+Blue) = 123+186+105=414 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.71% from 414); Green value is 186 (73.05% from 255 or 44.93% from 414); Blue value is 105 (41.41% from 255 or 25.36% from 414); Max value from RGB is 186 - color contains mainly: green. Hex color #7BBA69 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BBA69 is #844596. Grayscale: #9E9E9E. Windows color (decimal): -8668567 or 6929019. OLE color: 6929019.
HSL color Cylindrical-coordinate representation of color #7BBA69: hue angle of 106.67º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7BBA69 is Cyan = 0.34, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 123 | 186 | 105 | - |
| CMYK | 0.34 | 0 | 0.44 | 0.27 |
| HSL | 106.67º | 0.37% | 0.57% | - |
| HSV(B) | 106.67º | 0.44% | 0.73% | - |
| XYZ | 28.28 | 40.35 | 19.66 | - |
| YUV | 157.93 | 98.13 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 186 | 105 | 0.34 | 0 | 0.44 | 0.27 | 106.67 | 0.37 | 0.57 |
| Hex | 7B | BA | 69 | 22 | 0 | 2C | 1B | 6B | 25 | 39 |
| Octal | 173 | 272 | 151 | 42 | 0 | 54 | 33 | 153 | 45 | 71 |
| Binary | 1111011 | 10111010 | 1101001 | 100010 | 0 | 101100 | 11011 | 1101011 | 100101 | 111001 |
Color Harmonies of #7BBA69
Complementary color
Monochromatic Colors of #7BBA69
Black with #7BBA69
Text Example
Text Example
White with #7BBA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBA69; }
p { color: rgb(123,186,105); }
H1.HeaderClassName
{
color: #7BBA69;
}
.AnyTagClassName
{
color: #7BBA69;
}
</style>
background-color css
<style>
a { background-color: #7BBA69; }
a { background-color: rgb(123,186,105); }
div.DivClassName
{
background-color: #7BBA69;
}
.BgClassName
{
background-color: #7BBA69;
}
</style>
border-color css
<style>
span { border-color: #7BBA69; }
span { border-color: rgb(123,186,105); }
td.TdClassName
{
border-color: #7BBA69;
}
.TagClassName
{
border-color: #7BBA69;
}
</style>