Shades of Mantis #7AB967
Tints of Mantis #7AB967
RGB
CMYK
RGB Variations
Color information
#7AB967 (or 0x7AB967) is known color: Mantis. HEX triplet: 7A, B9 and 67. RGB value is (122,185,103). Sum of RGB (Red+Green+Blue) = 122+185+103=410 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.76% from 410); Green value is 185 (72.66% from 255 or 45.12% from 410); Blue value is 103 (40.62% from 255 or 25.12% from 410); Max value from RGB is 185 - color contains mainly: green. Hex color #7AB967 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AB967 is #854698. Grayscale: #9D9D9D. Windows color (decimal): -8734361 or 6797690. OLE color: 6797690.
HSL color Cylindrical-coordinate representation of color #7AB967: hue angle of 106.1º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7AB967 is Cyan = 0.34, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 185 | 103 | - |
| CMYK | 0.34 | 0 | 0.44 | 0.27 |
| HSL | 106.1º | 0.37% | 0.56% | - |
| HSV(B) | 106.1º | 0.44% | 0.73% | - |
| XYZ | 27.82 | 39.81 | 19.05 | - |
| YUV | 156.82 | 97.63 | 103.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 185 | 103 | 0.34 | 0 | 0.44 | 0.27 | 106.1 | 0.37 | 0.56 |
| Hex | 7A | B9 | 67 | 22 | 0 | 2C | 1B | 6A | 25 | 38 |
| Octal | 172 | 271 | 147 | 42 | 0 | 54 | 33 | 152 | 45 | 70 |
| Binary | 1111010 | 10111001 | 1100111 | 100010 | 0 | 101100 | 11011 | 1101010 | 100101 | 111000 |
Color Harmonies of #7AB967
Complementary color
Monochromatic Colors of #7AB967
Black with #7AB967
Text Example
Text Example
White with #7AB967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB967; }
p { color: rgb(122,185,103); }
H1.HeaderClassName
{
color: #7AB967;
}
.AnyTagClassName
{
color: #7AB967;
}
</style>
background-color css
<style>
a { background-color: #7AB967; }
a { background-color: rgb(122,185,103); }
div.DivClassName
{
background-color: #7AB967;
}
.BgClassName
{
background-color: #7AB967;
}
</style>
border-color css
<style>
span { border-color: #7AB967; }
span { border-color: rgb(122,185,103); }
td.TdClassName
{
border-color: #7AB967;
}
.TagClassName
{
border-color: #7AB967;
}
</style>