Shades of Mantis #7BBB70
Tints of Mantis #7BBB70
RGB
CMYK
RGB Variations
Color information
#7BBB70 (or 0x7BBB70) is known color: Mantis. HEX triplet: 7B, BB and 70. RGB value is (123,187,112). Sum of RGB (Red+Green+Blue) = 123+187+112=422 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.15% from 422); Green value is 187 (73.44% from 255 or 44.31% from 422); Blue value is 112 (44.14% from 255 or 26.54% from 422); Max value from RGB is 187 - color contains mainly: green. Hex color #7BBB70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BBB70 is #84448F. Grayscale: #9F9F9F. Windows color (decimal): -8668304 or 7388027. OLE color: 7388027.
HSL color Cylindrical-coordinate representation of color #7BBB70: hue angle of 111.2º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7BBB70 is Cyan = 0.34, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 123 | 187 | 112 | - |
| CMYK | 0.34 | 0 | 0.40 | 0.27 |
| HSL | 111.2º | 0.36% | 0.59% | - |
| HSV(B) | 111.2º | 0.4% | 0.73% | - |
| XYZ | 28.86 | 40.92 | 21.71 | - |
| YUV | 159.31 | 101.3 | 102.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 187 | 112 | 0.34 | 0 | 0.40 | 0.27 | 111.2 | 0.36 | 0.59 |
| Hex | 7B | BB | 70 | 22 | 0 | 28 | 1B | 6F | 24 | 3B |
| Octal | 173 | 273 | 160 | 42 | 0 | 50 | 33 | 157 | 44 | 73 |
| Binary | 1111011 | 10111011 | 1110000 | 100010 | 0 | 101000 | 11011 | 1101111 | 100100 | 111011 |
Color Harmonies of #7BBB70
Complementary color
Monochromatic Colors of #7BBB70
Black with #7BBB70
Text Example
Text Example
White with #7BBB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBB70; }
p { color: rgb(123,187,112); }
H1.HeaderClassName
{
color: #7BBB70;
}
.AnyTagClassName
{
color: #7BBB70;
}
</style>
background-color css
<style>
a { background-color: #7BBB70; }
a { background-color: rgb(123,187,112); }
div.DivClassName
{
background-color: #7BBB70;
}
.BgClassName
{
background-color: #7BBB70;
}
</style>
border-color css
<style>
span { border-color: #7BBB70; }
span { border-color: rgb(123,187,112); }
td.TdClassName
{
border-color: #7BBB70;
}
.TagClassName
{
border-color: #7BBB70;
}
</style>