Shades of Mantis #7ABF68
Tints of Mantis #7ABF68
RGB
CMYK
RGB Variations
Color information
#7ABF68 (or 0x7ABF68) is known color: Mantis. HEX triplet: 7A, BF and 68. RGB value is (122,191,104). Sum of RGB (Red+Green+Blue) = 122+191+104=417 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.26% from 417); Green value is 191 (75% from 255 or 45.80% from 417); Blue value is 104 (41.02% from 255 or 24.94% from 417); Max value from RGB is 191 - color contains mainly: green. Hex color #7ABF68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ABF68 is #854097. Grayscale: #A0A0A0. Windows color (decimal): -8732824 or 6864762. OLE color: 6864762.
HSL color Cylindrical-coordinate representation of color #7ABF68: hue angle of 107.59º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7ABF68 is Cyan = 0.36, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 122 | 191 | 104 | - |
| CMYK | 0.36 | 0 | 0.46 | 0.25 |
| HSL | 107.59º | 0.4% | 0.58% | - |
| HSV(B) | 107.59º | 0.46% | 0.75% | - |
| XYZ | 29.16 | 42.4 | 19.74 | - |
| YUV | 160.45 | 96.14 | 100.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 191 | 104 | 0.36 | 0 | 0.46 | 0.25 | 107.59 | 0.4 | 0.58 |
| Hex | 7A | BF | 68 | 24 | 0 | 2E | 19 | 6C | 28 | 3A |
| Octal | 172 | 277 | 150 | 44 | 0 | 56 | 31 | 154 | 50 | 72 |
| Binary | 1111010 | 10111111 | 1101000 | 100100 | 0 | 101110 | 11001 | 1101100 | 101000 | 111010 |
Color Harmonies of #7ABF68
Complementary color
Monochromatic Colors of #7ABF68
Black with #7ABF68
Text Example
Text Example
White with #7ABF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABF68; }
p { color: rgb(122,191,104); }
H1.HeaderClassName
{
color: #7ABF68;
}
.AnyTagClassName
{
color: #7ABF68;
}
</style>
background-color css
<style>
a { background-color: #7ABF68; }
a { background-color: rgb(122,191,104); }
div.DivClassName
{
background-color: #7ABF68;
}
.BgClassName
{
background-color: #7ABF68;
}
</style>
border-color css
<style>
span { border-color: #7ABF68; }
span { border-color: rgb(122,191,104); }
td.TdClassName
{
border-color: #7ABF68;
}
.TagClassName
{
border-color: #7ABF68;
}
</style>