Shades of Mantis #7ABF65
Tints of Mantis #7ABF65
RGB
CMYK
RGB Variations
Color information
#7ABF65 (or 0x7ABF65) is known color: Mantis. HEX triplet: 7A, BF and 65. RGB value is (122,191,101). Sum of RGB (Red+Green+Blue) = 122+191+101=414 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.47% from 414); Green value is 191 (75% from 255 or 46.14% from 414); Blue value is 101 (39.84% from 255 or 24.40% from 414); Max value from RGB is 191 - color contains mainly: green. Hex color #7ABF65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ABF65 is #85409A. Grayscale: #A0A0A0. Windows color (decimal): -8732827 or 6668154. OLE color: 6668154.
HSL color Cylindrical-coordinate representation of color #7ABF65: hue angle of 106º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7ABF65 is Cyan = 0.36, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 122 | 191 | 101 | - |
| CMYK | 0.36 | 0 | 0.47 | 0.25 |
| HSL | 106º | 0.41% | 0.57% | - |
| HSV(B) | 106º | 0.47% | 0.75% | - |
| XYZ | 29.01 | 42.34 | 18.96 | - |
| YUV | 160.11 | 94.64 | 100.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 191 | 101 | 0.36 | 0 | 0.47 | 0.25 | 106 | 0.41 | 0.57 |
| Hex | 7A | BF | 65 | 24 | 0 | 2F | 19 | 6A | 29 | 39 |
| Octal | 172 | 277 | 145 | 44 | 0 | 57 | 31 | 152 | 51 | 71 |
| Binary | 1111010 | 10111111 | 1100101 | 100100 | 0 | 101111 | 11001 | 1101010 | 101001 | 111001 |
Color Harmonies of #7ABF65
Complementary color
Monochromatic Colors of #7ABF65
Black with #7ABF65
Text Example
Text Example
White with #7ABF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABF65; }
p { color: rgb(122,191,101); }
H1.HeaderClassName
{
color: #7ABF65;
}
.AnyTagClassName
{
color: #7ABF65;
}
</style>
background-color css
<style>
a { background-color: #7ABF65; }
a { background-color: rgb(122,191,101); }
div.DivClassName
{
background-color: #7ABF65;
}
.BgClassName
{
background-color: #7ABF65;
}
</style>
border-color css
<style>
span { border-color: #7ABF65; }
span { border-color: rgb(122,191,101); }
td.TdClassName
{
border-color: #7ABF65;
}
.TagClassName
{
border-color: #7ABF65;
}
</style>