Shades of Mantis #7AB465
Tints of Mantis #7AB465
RGB
CMYK
RGB Variations
Color information
#7AB465 (or 0x7AB465) is known color: Mantis. HEX triplet: 7A, B4 and 65. RGB value is (122,180,101). Sum of RGB (Red+Green+Blue) = 122+180+101=403 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.27% from 403); Green value is 180 (70.70% from 255 or 44.67% from 403); Blue value is 101 (39.84% from 255 or 25.06% from 403); Max value from RGB is 180 - color contains mainly: green. Hex color #7AB465 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AB465 is #854B9A. Grayscale: #999999. Windows color (decimal): -8735643 or 6665338. OLE color: 6665338.
HSL color Cylindrical-coordinate representation of color #7AB465: hue angle of 104.05º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7AB465 is Cyan = 0.32, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 122 | 180 | 101 | - |
| CMYK | 0.32 | 0 | 0.44 | 0.29 |
| HSL | 104.05º | 0.34% | 0.55% | - |
| HSV(B) | 104.05º | 0.44% | 0.71% | - |
| XYZ | 26.7 | 37.72 | 18.19 | - |
| YUV | 153.65 | 98.28 | 105.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 180 | 101 | 0.32 | 0 | 0.44 | 0.29 | 104.05 | 0.34 | 0.55 |
| Hex | 7A | B4 | 65 | 20 | 0 | 2C | 1D | 68 | 22 | 37 |
| Octal | 172 | 264 | 145 | 40 | 0 | 54 | 35 | 150 | 42 | 67 |
| Binary | 1111010 | 10110100 | 1100101 | 100000 | 0 | 101100 | 11101 | 1101000 | 100010 | 110111 |
Color Harmonies of #7AB465
Complementary color
Monochromatic Colors of #7AB465
Black with #7AB465
Text Example
Text Example
White with #7AB465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB465; }
p { color: rgb(122,180,101); }
H1.HeaderClassName
{
color: #7AB465;
}
.AnyTagClassName
{
color: #7AB465;
}
</style>
background-color css
<style>
a { background-color: #7AB465; }
a { background-color: rgb(122,180,101); }
div.DivClassName
{
background-color: #7AB465;
}
.BgClassName
{
background-color: #7AB465;
}
</style>
border-color css
<style>
span { border-color: #7AB465; }
span { border-color: rgb(122,180,101); }
td.TdClassName
{
border-color: #7AB465;
}
.TagClassName
{
border-color: #7AB465;
}
</style>