Shades of Mantis #7BBC72
Tints of Mantis #7BBC72
RGB
CMYK
RGB Variations
Color information
#7BBC72 (or 0x7BBC72) is known color: Mantis. HEX triplet: 7B, BC and 72. RGB value is (123,188,114). Sum of RGB (Red+Green+Blue) = 123+188+114=425 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.94% from 425); Green value is 188 (73.83% from 255 or 44.24% from 425); Blue value is 114 (44.92% from 255 or 26.82% from 425); Max value from RGB is 188 - color contains mainly: green. Hex color #7BBC72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BBC72 is #84438D. Grayscale: #A0A0A0. Windows color (decimal): -8668046 or 7519355. OLE color: 7519355.
HSL color Cylindrical-coordinate representation of color #7BBC72: hue angle of 112.7º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7BBC72 is Cyan = 0.35, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 123 | 188 | 114 | - |
| CMYK | 0.35 | 0 | 0.39 | 0.26 |
| HSL | 112.7º | 0.36% | 0.59% | - |
| HSV(B) | 112.7º | 0.39% | 0.74% | - |
| XYZ | 29.19 | 41.39 | 22.37 | - |
| YUV | 160.13 | 101.97 | 101.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 188 | 114 | 0.35 | 0 | 0.39 | 0.26 | 112.7 | 0.36 | 0.59 |
| Hex | 7B | BC | 72 | 23 | 0 | 27 | 1A | 71 | 24 | 3B |
| Octal | 173 | 274 | 162 | 43 | 0 | 47 | 32 | 161 | 44 | 73 |
| Binary | 1111011 | 10111100 | 1110010 | 100011 | 0 | 100111 | 11010 | 1110001 | 100100 | 111011 |
Color Harmonies of #7BBC72
Complementary color
Monochromatic Colors of #7BBC72
Black with #7BBC72
Text Example
Text Example
White with #7BBC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBC72; }
p { color: rgb(123,188,114); }
H1.HeaderClassName
{
color: #7BBC72;
}
.AnyTagClassName
{
color: #7BBC72;
}
</style>
background-color css
<style>
a { background-color: #7BBC72; }
a { background-color: rgb(123,188,114); }
div.DivClassName
{
background-color: #7BBC72;
}
.BgClassName
{
background-color: #7BBC72;
}
</style>
border-color css
<style>
span { border-color: #7BBC72; }
span { border-color: rgb(123,188,114); }
td.TdClassName
{
border-color: #7BBC72;
}
.TagClassName
{
border-color: #7BBC72;
}
</style>