Shades of Mantis #7BBC65
Tints of Mantis #7BBC65
RGB
CMYK
RGB Variations
Color information
#7BBC65 (or 0x7BBC65) is known color: Mantis. HEX triplet: 7B, BC and 65. RGB value is (123,188,101). Sum of RGB (Red+Green+Blue) = 123+188+101=412 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.85% from 412); Green value is 188 (73.83% from 255 or 45.63% from 412); Blue value is 101 (39.84% from 255 or 24.51% from 412); Max value from RGB is 188 - color contains mainly: green. Hex color #7BBC65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BBC65 is #84439A. Grayscale: #9E9E9E. Windows color (decimal): -8668059 or 6667387. OLE color: 6667387.
HSL color Cylindrical-coordinate representation of color #7BBC65: hue angle of 104.83º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7BBC65 is Cyan = 0.35, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 123 | 188 | 101 | - |
| CMYK | 0.35 | 0 | 0.46 | 0.26 |
| HSL | 104.83º | 0.39% | 0.57% | - |
| HSV(B) | 104.83º | 0.46% | 0.74% | - |
| XYZ | 28.5 | 41.12 | 18.75 | - |
| YUV | 158.65 | 95.47 | 102.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 188 | 101 | 0.35 | 0 | 0.46 | 0.26 | 104.83 | 0.39 | 0.57 |
| Hex | 7B | BC | 65 | 23 | 0 | 2E | 1A | 69 | 27 | 39 |
| Octal | 173 | 274 | 145 | 43 | 0 | 56 | 32 | 151 | 47 | 71 |
| Binary | 1111011 | 10111100 | 1100101 | 100011 | 0 | 101110 | 11010 | 1101001 | 100111 | 111001 |
Color Harmonies of #7BBC65
Complementary color
Monochromatic Colors of #7BBC65
Black with #7BBC65
Text Example
Text Example
White with #7BBC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBC65; }
p { color: rgb(123,188,101); }
H1.HeaderClassName
{
color: #7BBC65;
}
.AnyTagClassName
{
color: #7BBC65;
}
</style>
background-color css
<style>
a { background-color: #7BBC65; }
a { background-color: rgb(123,188,101); }
div.DivClassName
{
background-color: #7BBC65;
}
.BgClassName
{
background-color: #7BBC65;
}
</style>
border-color css
<style>
span { border-color: #7BBC65; }
span { border-color: rgb(123,188,101); }
td.TdClassName
{
border-color: #7BBC65;
}
.TagClassName
{
border-color: #7BBC65;
}
</style>