Shades of Mantis #7BBA67
Tints of Mantis #7BBA67
RGB
CMYK
RGB Variations
Color information
#7BBA67 (or 0x7BBA67) is known color: Mantis. HEX triplet: 7B, BA and 67. RGB value is (123,186,103). Sum of RGB (Red+Green+Blue) = 123+186+103=412 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.85% from 412); Green value is 186 (73.05% from 255 or 45.15% from 412); Blue value is 103 (40.62% from 255 or 25% from 412); Max value from RGB is 186 - color contains mainly: green. Hex color #7BBA67 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BBA67 is #844598. Grayscale: #9D9D9D. Windows color (decimal): -8668569 or 6797947. OLE color: 6797947.
HSL color Cylindrical-coordinate representation of color #7BBA67: hue angle of 105.54º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7BBA67 is Cyan = 0.34, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 123 | 186 | 103 | - |
| CMYK | 0.34 | 0 | 0.45 | 0.27 |
| HSL | 105.54º | 0.38% | 0.57% | - |
| HSV(B) | 105.54º | 0.45% | 0.73% | - |
| XYZ | 28.18 | 40.31 | 19.13 | - |
| YUV | 157.7 | 97.13 | 103.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 186 | 103 | 0.34 | 0 | 0.45 | 0.27 | 105.54 | 0.38 | 0.57 |
| Hex | 7B | BA | 67 | 22 | 0 | 2D | 1B | 6A | 26 | 39 |
| Octal | 173 | 272 | 147 | 42 | 0 | 55 | 33 | 152 | 46 | 71 |
| Binary | 1111011 | 10111010 | 1100111 | 100010 | 0 | 101101 | 11011 | 1101010 | 100110 | 111001 |
Color Harmonies of #7BBA67
Complementary color
Monochromatic Colors of #7BBA67
Black with #7BBA67
Text Example
Text Example
White with #7BBA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBA67; }
p { color: rgb(123,186,103); }
H1.HeaderClassName
{
color: #7BBA67;
}
.AnyTagClassName
{
color: #7BBA67;
}
</style>
background-color css
<style>
a { background-color: #7BBA67; }
a { background-color: rgb(123,186,103); }
div.DivClassName
{
background-color: #7BBA67;
}
.BgClassName
{
background-color: #7BBA67;
}
</style>
border-color css
<style>
span { border-color: #7BBA67; }
span { border-color: rgb(123,186,103); }
td.TdClassName
{
border-color: #7BBA67;
}
.TagClassName
{
border-color: #7BBA67;
}
</style>