Shades of Mantis #7BB166
Tints of Mantis #7BB166
RGB
CMYK
RGB Variations
Color information
#7BB166 (or 0x7BB166) is known color: Mantis. HEX triplet: 7B, B1 and 66. RGB value is (123,177,102). Sum of RGB (Red+Green+Blue) = 123+177+102=402 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.60% from 402); Green value is 177 (69.53% from 255 or 44.03% from 402); Blue value is 102 (40.23% from 255 or 25.37% from 402); Max value from RGB is 177 - color contains mainly: green. Hex color #7BB166 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BB166 is #844E99. Grayscale: #989898. Windows color (decimal): -8670874 or 6730107. OLE color: 6730107.
HSL color Cylindrical-coordinate representation of color #7BB166: hue angle of 103.2º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7BB166 is Cyan = 0.31, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 123 | 177 | 102 | - |
| CMYK | 0.31 | 0 | 0.42 | 0.31 |
| HSL | 103.2º | 0.32% | 0.55% | - |
| HSV(B) | 103.2º | 0.42% | 0.69% | - |
| XYZ | 26.29 | 36.61 | 18.25 | - |
| YUV | 152.3 | 99.61 | 107.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 177 | 102 | 0.31 | 0 | 0.42 | 0.31 | 103.2 | 0.32 | 0.55 |
| Hex | 7B | B1 | 66 | 1F | 0 | 2A | 1F | 67 | 20 | 37 |
| Octal | 173 | 261 | 146 | 37 | 0 | 52 | 37 | 147 | 40 | 67 |
| Binary | 1111011 | 10110001 | 1100110 | 11111 | 0 | 101010 | 11111 | 1100111 | 100000 | 110111 |
Color Harmonies of #7BB166
Complementary color
Monochromatic Colors of #7BB166
Black with #7BB166
Text Example
Text Example
White with #7BB166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BB166; }
p { color: rgb(123,177,102); }
H1.HeaderClassName
{
color: #7BB166;
}
.AnyTagClassName
{
color: #7BB166;
}
</style>
background-color css
<style>
a { background-color: #7BB166; }
a { background-color: rgb(123,177,102); }
div.DivClassName
{
background-color: #7BB166;
}
.BgClassName
{
background-color: #7BB166;
}
</style>
border-color css
<style>
span { border-color: #7BB166; }
span { border-color: rgb(123,177,102); }
td.TdClassName
{
border-color: #7BB166;
}
.TagClassName
{
border-color: #7BB166;
}
</style>