Shades of Mantis #7AC168
Tints of Mantis #7AC168
RGB
CMYK
RGB Variations
Color information
#7AC168 (or 0x7AC168) is known color: Mantis. HEX triplet: 7A, C1 and 68. RGB value is (122,193,104). Sum of RGB (Red+Green+Blue) = 122+193+104=419 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.12% from 419); Green value is 193 (75.78% from 255 or 46.06% from 419); Blue value is 104 (41.02% from 255 or 24.82% from 419); Max value from RGB is 193 - color contains mainly: green. Hex color #7AC168 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AC168 is #853E97. Grayscale: #A1A1A1. Windows color (decimal): -8732312 or 6865274. OLE color: 6865274.
HSL color Cylindrical-coordinate representation of color #7AC168: hue angle of 107.87º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7AC168 is Cyan = 0.37, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 122 | 193 | 104 | - |
| CMYK | 0.37 | 0 | 0.46 | 0.24 |
| HSL | 107.87º | 0.42% | 0.58% | - |
| HSV(B) | 107.87º | 0.46% | 0.76% | - |
| XYZ | 29.59 | 43.28 | 19.89 | - |
| YUV | 161.63 | 95.48 | 99.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 193 | 104 | 0.37 | 0 | 0.46 | 0.24 | 107.87 | 0.42 | 0.58 |
| Hex | 7A | C1 | 68 | 25 | 0 | 2E | 18 | 6C | 2A | 3A |
| Octal | 172 | 301 | 150 | 45 | 0 | 56 | 30 | 154 | 52 | 72 |
| Binary | 1111010 | 11000001 | 1101000 | 100101 | 0 | 101110 | 11000 | 1101100 | 101010 | 111010 |
Color Harmonies of #7AC168
Complementary color
Monochromatic Colors of #7AC168
Black with #7AC168
Text Example
Text Example
White with #7AC168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC168; }
p { color: rgb(122,193,104); }
H1.HeaderClassName
{
color: #7AC168;
}
.AnyTagClassName
{
color: #7AC168;
}
</style>
background-color css
<style>
a { background-color: #7AC168; }
a { background-color: rgb(122,193,104); }
div.DivClassName
{
background-color: #7AC168;
}
.BgClassName
{
background-color: #7AC168;
}
</style>
border-color css
<style>
span { border-color: #7AC168; }
span { border-color: rgb(122,193,104); }
td.TdClassName
{
border-color: #7AC168;
}
.TagClassName
{
border-color: #7AC168;
}
</style>