Shades of Mantis #7AB965
Tints of Mantis #7AB965
RGB
CMYK
RGB Variations
Color information
#7AB965 (or 0x7AB965) is known color: Mantis. HEX triplet: 7A, B9 and 65. RGB value is (122,185,101). Sum of RGB (Red+Green+Blue) = 122+185+101=408 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.90% from 408); Green value is 185 (72.66% from 255 or 45.34% from 408); Blue value is 101 (39.84% from 255 or 24.75% from 408); Max value from RGB is 185 - color contains mainly: green. Hex color #7AB965 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AB965 is #85469A. Grayscale: #9C9C9C. Windows color (decimal): -8734363 or 6666618. OLE color: 6666618.
HSL color Cylindrical-coordinate representation of color #7AB965: hue angle of 105º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7AB965 is Cyan = 0.34, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 185 | 101 | - |
| CMYK | 0.34 | 0 | 0.45 | 0.27 |
| HSL | 105º | 0.38% | 0.56% | - |
| HSV(B) | 105º | 0.45% | 0.73% | - |
| XYZ | 27.72 | 39.78 | 18.53 | - |
| YUV | 156.59 | 96.63 | 103.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 185 | 101 | 0.34 | 0 | 0.45 | 0.27 | 105 | 0.38 | 0.56 |
| Hex | 7A | B9 | 65 | 22 | 0 | 2D | 1B | 69 | 26 | 38 |
| Octal | 172 | 271 | 145 | 42 | 0 | 55 | 33 | 151 | 46 | 70 |
| Binary | 1111010 | 10111001 | 1100101 | 100010 | 0 | 101101 | 11011 | 1101001 | 100110 | 111000 |
Color Harmonies of #7AB965
Complementary color
Monochromatic Colors of #7AB965
Black with #7AB965
Text Example
Text Example
White with #7AB965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB965; }
p { color: rgb(122,185,101); }
H1.HeaderClassName
{
color: #7AB965;
}
.AnyTagClassName
{
color: #7AB965;
}
</style>
background-color css
<style>
a { background-color: #7AB965; }
a { background-color: rgb(122,185,101); }
div.DivClassName
{
background-color: #7AB965;
}
.BgClassName
{
background-color: #7AB965;
}
</style>
border-color css
<style>
span { border-color: #7AB965; }
span { border-color: rgb(122,185,101); }
td.TdClassName
{
border-color: #7AB965;
}
.TagClassName
{
border-color: #7AB965;
}
</style>