Shades of Mantis #7AB468
Tints of Mantis #7AB468
RGB
CMYK
RGB Variations
Color information
#7AB468 (or 0x7AB468) is known color: Mantis. HEX triplet: 7A, B4 and 68. RGB value is (122,180,104). Sum of RGB (Red+Green+Blue) = 122+180+104=406 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.05% from 406); Green value is 180 (70.70% from 255 or 44.33% from 406); Blue value is 104 (41.02% from 255 or 25.62% from 406); Max value from RGB is 180 - color contains mainly: green. Hex color #7AB468 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AB468 is #854B97. Grayscale: #9A9A9A. Windows color (decimal): -8735640 or 6861946. OLE color: 6861946.
HSL color Cylindrical-coordinate representation of color #7AB468: hue angle of 105.79º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7AB468 is Cyan = 0.32, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 122 | 180 | 104 | - |
| CMYK | 0.32 | 0 | 0.42 | 0.29 |
| HSL | 105.79º | 0.34% | 0.56% | - |
| HSV(B) | 105.79º | 0.42% | 0.71% | - |
| XYZ | 26.85 | 37.78 | 18.97 | - |
| YUV | 153.99 | 99.78 | 105.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 180 | 104 | 0.32 | 0 | 0.42 | 0.29 | 105.79 | 0.34 | 0.56 |
| Hex | 7A | B4 | 68 | 20 | 0 | 2A | 1D | 6A | 22 | 38 |
| Octal | 172 | 264 | 150 | 40 | 0 | 52 | 35 | 152 | 42 | 70 |
| Binary | 1111010 | 10110100 | 1101000 | 100000 | 0 | 101010 | 11101 | 1101010 | 100010 | 111000 |
Color Harmonies of #7AB468
Complementary color
Monochromatic Colors of #7AB468
Black with #7AB468
Text Example
Text Example
White with #7AB468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB468; }
p { color: rgb(122,180,104); }
H1.HeaderClassName
{
color: #7AB468;
}
.AnyTagClassName
{
color: #7AB468;
}
</style>
background-color css
<style>
a { background-color: #7AB468; }
a { background-color: rgb(122,180,104); }
div.DivClassName
{
background-color: #7AB468;
}
.BgClassName
{
background-color: #7AB468;
}
</style>
border-color css
<style>
span { border-color: #7AB468; }
span { border-color: rgb(122,180,104); }
td.TdClassName
{
border-color: #7AB468;
}
.TagClassName
{
border-color: #7AB468;
}
</style>