Shades of Mantis #7AB166
Tints of Mantis #7AB166
RGB
CMYK
RGB Variations
Color information
#7AB166 (or 0x7AB166) is known color: Mantis. HEX triplet: 7A, B1 and 66. RGB value is (122,177,102). Sum of RGB (Red+Green+Blue) = 122+177+102=401 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.42% from 401); Green value is 177 (69.53% from 255 or 44.14% from 401); Blue value is 102 (40.23% from 255 or 25.44% from 401); Max value from RGB is 177 - color contains mainly: green. Hex color #7AB166 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AB166 is #854E99. Grayscale: #989898. Windows color (decimal): -8736410 or 6730106. OLE color: 6730106.
HSL color Cylindrical-coordinate representation of color #7AB166: hue angle of 104º 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 #7AB166 is Cyan = 0.31, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 122 | 177 | 102 | - |
| CMYK | 0.31 | 0 | 0.42 | 0.31 |
| HSL | 104º | 0.32% | 0.55% | - |
| HSV(B) | 104º | 0.42% | 0.69% | - |
| XYZ | 26.15 | 36.54 | 18.25 | - |
| YUV | 152.01 | 99.78 | 106.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 177 | 102 | 0.31 | 0 | 0.42 | 0.31 | 104 | 0.32 | 0.55 |
| Hex | 7A | B1 | 66 | 1F | 0 | 2A | 1F | 68 | 20 | 37 |
| Octal | 172 | 261 | 146 | 37 | 0 | 52 | 37 | 150 | 40 | 67 |
| Binary | 1111010 | 10110001 | 1100110 | 11111 | 0 | 101010 | 11111 | 1101000 | 100000 | 110111 |
Color Harmonies of #7AB166
Complementary color
Monochromatic Colors of #7AB166
Black with #7AB166
Text Example
Text Example
White with #7AB166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB166; }
p { color: rgb(122,177,102); }
H1.HeaderClassName
{
color: #7AB166;
}
.AnyTagClassName
{
color: #7AB166;
}
</style>
background-color css
<style>
a { background-color: #7AB166; }
a { background-color: rgb(122,177,102); }
div.DivClassName
{
background-color: #7AB166;
}
.BgClassName
{
background-color: #7AB166;
}
</style>
border-color css
<style>
span { border-color: #7AB166; }
span { border-color: rgb(122,177,102); }
td.TdClassName
{
border-color: #7AB166;
}
.TagClassName
{
border-color: #7AB166;
}
</style>