Shades of Mantis #7ABB68
Tints of Mantis #7ABB68
RGB
CMYK
RGB Variations
Color information
#7ABB68 (or 0x7ABB68) is known color: Mantis. HEX triplet: 7A, BB and 68. RGB value is (122,187,104). Sum of RGB (Red+Green+Blue) = 122+187+104=413 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.54% from 413); Green value is 187 (73.44% from 255 or 45.28% from 413); Blue value is 104 (41.02% from 255 or 25.18% from 413); Max value from RGB is 187 - color contains mainly: green. Hex color #7ABB68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ABB68 is #854497. Grayscale: #9E9E9E. Windows color (decimal): -8733848 or 6863738. OLE color: 6863738.
HSL color Cylindrical-coordinate representation of color #7ABB68: hue angle of 106.99º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7ABB68 is Cyan = 0.35, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 187 | 104 | - |
| CMYK | 0.35 | 0 | 0.44 | 0.27 |
| HSL | 106.99º | 0.38% | 0.57% | - |
| HSV(B) | 106.99º | 0.44% | 0.73% | - |
| XYZ | 28.3 | 40.68 | 19.46 | - |
| YUV | 158.1 | 97.47 | 102.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 187 | 104 | 0.35 | 0 | 0.44 | 0.27 | 106.99 | 0.38 | 0.57 |
| Hex | 7A | BB | 68 | 23 | 0 | 2C | 1B | 6B | 26 | 39 |
| Octal | 172 | 273 | 150 | 43 | 0 | 54 | 33 | 153 | 46 | 71 |
| Binary | 1111010 | 10111011 | 1101000 | 100011 | 0 | 101100 | 11011 | 1101011 | 100110 | 111001 |
Color Harmonies of #7ABB68
Complementary color
Monochromatic Colors of #7ABB68
Black with #7ABB68
Text Example
Text Example
White with #7ABB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABB68; }
p { color: rgb(122,187,104); }
H1.HeaderClassName
{
color: #7ABB68;
}
.AnyTagClassName
{
color: #7ABB68;
}
</style>
background-color css
<style>
a { background-color: #7ABB68; }
a { background-color: rgb(122,187,104); }
div.DivClassName
{
background-color: #7ABB68;
}
.BgClassName
{
background-color: #7ABB68;
}
</style>
border-color css
<style>
span { border-color: #7ABB68; }
span { border-color: rgb(122,187,104); }
td.TdClassName
{
border-color: #7ABB68;
}
.TagClassName
{
border-color: #7ABB68;
}
</style>