Shades of Mantis #7AC666
Tints of Mantis #7AC666
RGB
CMYK
RGB Variations
Color information
#7AC666 (or 0x7AC666) is known color: Mantis. HEX triplet: 7A, C6 and 66. RGB value is (122,198,102). Sum of RGB (Red+Green+Blue) = 122+198+102=422 (55% of max value = 765). Red value is 122 (48.05% from 255 or 28.91% from 422); Green value is 198 (77.73% from 255 or 46.92% from 422); Blue value is 102 (40.23% from 255 or 24.17% from 422); Max value from RGB is 198 - color contains mainly: green. Hex color #7AC666 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AC666 is #853999. Grayscale: #A4A4A4. Windows color (decimal): -8731034 or 6735482. OLE color: 6735482.
HSL color Cylindrical-coordinate representation of color #7AC666: hue angle of 107.5º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7AC666 is Cyan = 0.38, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 122 | 198 | 102 | - |
| CMYK | 0.38 | 0 | 0.48 | 0.22 |
| HSL | 107.5º | 0.46% | 0.59% | - |
| HSV(B) | 107.5º | 0.48% | 0.78% | - |
| XYZ | 30.62 | 45.49 | 19.74 | - |
| YUV | 164.33 | 92.82 | 97.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 198 | 102 | 0.38 | 0 | 0.48 | 0.22 | 107.5 | 0.46 | 0.59 |
| Hex | 7A | C6 | 66 | 26 | 0 | 30 | 16 | 6C | 2E | 3B |
| Octal | 172 | 306 | 146 | 46 | 0 | 60 | 26 | 154 | 56 | 73 |
| Binary | 1111010 | 11000110 | 1100110 | 100110 | 0 | 110000 | 10110 | 1101100 | 101110 | 111011 |
Color Harmonies of #7AC666
Complementary color
Monochromatic Colors of #7AC666
Black with #7AC666
Text Example
Text Example
White with #7AC666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC666; }
p { color: rgb(122,198,102); }
H1.HeaderClassName
{
color: #7AC666;
}
.AnyTagClassName
{
color: #7AC666;
}
</style>
background-color css
<style>
a { background-color: #7AC666; }
a { background-color: rgb(122,198,102); }
div.DivClassName
{
background-color: #7AC666;
}
.BgClassName
{
background-color: #7AC666;
}
</style>
border-color css
<style>
span { border-color: #7AC666; }
span { border-color: rgb(122,198,102); }
td.TdClassName
{
border-color: #7AC666;
}
.TagClassName
{
border-color: #7AC666;
}
</style>