Shades of Mantis #7ABF70
Tints of Mantis #7ABF70
RGB
CMYK
RGB Variations
Color information
#7ABF70 (or 0x7ABF70) is known color: Mantis. HEX triplet: 7A, BF and 70. RGB value is (122,191,112). Sum of RGB (Red+Green+Blue) = 122+191+112=425 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.71% from 425); Green value is 191 (75% from 255 or 44.94% from 425); Blue value is 112 (44.14% from 255 or 26.35% from 425); Max value from RGB is 191 - color contains mainly: green. Hex color #7ABF70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ABF70 is #85408F. Grayscale: #A1A1A1. Windows color (decimal): -8732816 or 7389050. OLE color: 7389050.
HSL color Cylindrical-coordinate representation of color #7ABF70: hue angle of 112.41º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7ABF70 is Cyan = 0.36, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 122 | 191 | 112 | - |
| CMYK | 0.36 | 0 | 0.41 | 0.25 |
| HSL | 112.41º | 0.38% | 0.59% | - |
| HSV(B) | 112.41º | 0.41% | 0.75% | - |
| XYZ | 29.58 | 42.57 | 21.99 | - |
| YUV | 161.36 | 100.14 | 99.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 191 | 112 | 0.36 | 0 | 0.41 | 0.25 | 112.41 | 0.38 | 0.59 |
| Hex | 7A | BF | 70 | 24 | 0 | 29 | 19 | 70 | 26 | 3B |
| Octal | 172 | 277 | 160 | 44 | 0 | 51 | 31 | 160 | 46 | 73 |
| Binary | 1111010 | 10111111 | 1110000 | 100100 | 0 | 101001 | 11001 | 1110000 | 100110 | 111011 |
Color Harmonies of #7ABF70
Complementary color
Monochromatic Colors of #7ABF70
Black with #7ABF70
Text Example
Text Example
White with #7ABF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABF70; }
p { color: rgb(122,191,112); }
H1.HeaderClassName
{
color: #7ABF70;
}
.AnyTagClassName
{
color: #7ABF70;
}
</style>
background-color css
<style>
a { background-color: #7ABF70; }
a { background-color: rgb(122,191,112); }
div.DivClassName
{
background-color: #7ABF70;
}
.BgClassName
{
background-color: #7ABF70;
}
</style>
border-color css
<style>
span { border-color: #7ABF70; }
span { border-color: rgb(122,191,112); }
td.TdClassName
{
border-color: #7ABF70;
}
.TagClassName
{
border-color: #7ABF70;
}
</style>