Shades of Mantis #7BB96A
Tints of Mantis #7BB96A
RGB
CMYK
RGB Variations
Color information
#7BB96A (or 0x7BB96A) is known color: Mantis. HEX triplet: 7B, B9 and 6A. RGB value is (123,185,106). Sum of RGB (Red+Green+Blue) = 123+185+106=414 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.71% from 414); Green value is 185 (72.66% from 255 or 44.69% from 414); Blue value is 106 (41.80% from 255 or 25.60% from 414); Max value from RGB is 185 - color contains mainly: green. Hex color #7BB96A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BB96A is #844695. Grayscale: #9D9D9D. Windows color (decimal): -8668822 or 6994299. OLE color: 6994299.
HSL color Cylindrical-coordinate representation of color #7BB96A: hue angle of 107.09º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7BB96A is Cyan = 0.34, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 123 | 185 | 106 | - |
| CMYK | 0.34 | 0 | 0.43 | 0.27 |
| HSL | 107.09º | 0.36% | 0.57% | - |
| HSV(B) | 107.09º | 0.43% | 0.73% | - |
| XYZ | 28.12 | 39.95 | 19.86 | - |
| YUV | 157.46 | 98.96 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 185 | 106 | 0.34 | 0 | 0.43 | 0.27 | 107.09 | 0.36 | 0.57 |
| Hex | 7B | B9 | 6A | 22 | 0 | 2B | 1B | 6B | 24 | 39 |
| Octal | 173 | 271 | 152 | 42 | 0 | 53 | 33 | 153 | 44 | 71 |
| Binary | 1111011 | 10111001 | 1101010 | 100010 | 0 | 101011 | 11011 | 1101011 | 100100 | 111001 |
Color Harmonies of #7BB96A
Complementary color
Monochromatic Colors of #7BB96A
Black with #7BB96A
Text Example
Text Example
White with #7BB96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BB96A; }
p { color: rgb(123,185,106); }
H1.HeaderClassName
{
color: #7BB96A;
}
.AnyTagClassName
{
color: #7BB96A;
}
</style>
background-color css
<style>
a { background-color: #7BB96A; }
a { background-color: rgb(123,185,106); }
div.DivClassName
{
background-color: #7BB96A;
}
.BgClassName
{
background-color: #7BB96A;
}
</style>
border-color css
<style>
span { border-color: #7BB96A; }
span { border-color: rgb(123,185,106); }
td.TdClassName
{
border-color: #7BB96A;
}
.TagClassName
{
border-color: #7BB96A;
}
</style>