Shades of Mantis #7AB565
Tints of Mantis #7AB565
RGB
CMYK
RGB Variations
Color information
#7AB565 (or 0x7AB565) is known color: Mantis. HEX triplet: 7A, B5 and 65. RGB value is (122,181,101). Sum of RGB (Red+Green+Blue) = 122+181+101=404 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.20% from 404); Green value is 181 (71.09% from 255 or 44.80% from 404); Blue value is 101 (39.84% from 255 or 25% from 404); Max value from RGB is 181 - color contains mainly: green. Hex color #7AB565 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AB565 is #854A9A. Grayscale: #9A9A9A. Windows color (decimal): -8735387 or 6665594. OLE color: 6665594.
HSL color Cylindrical-coordinate representation of color #7AB565: hue angle of 104.25º degrees, saturation: 0.35, 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 #7AB565 is Cyan = 0.33, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 122 | 181 | 101 | - |
| CMYK | 0.33 | 0 | 0.44 | 0.29 |
| HSL | 104.25º | 0.35% | 0.55% | - |
| HSV(B) | 104.25º | 0.44% | 0.71% | - |
| XYZ | 26.9 | 38.12 | 18.25 | - |
| YUV | 154.24 | 97.95 | 105 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 181 | 101 | 0.33 | 0 | 0.44 | 0.29 | 104.25 | 0.35 | 0.55 |
| Hex | 7A | B5 | 65 | 21 | 0 | 2C | 1D | 68 | 23 | 37 |
| Octal | 172 | 265 | 145 | 41 | 0 | 54 | 35 | 150 | 43 | 67 |
| Binary | 1111010 | 10110101 | 1100101 | 100001 | 0 | 101100 | 11101 | 1101000 | 100011 | 110111 |
Color Harmonies of #7AB565
Complementary color
Monochromatic Colors of #7AB565
Black with #7AB565
Text Example
Text Example
White with #7AB565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB565; }
p { color: rgb(122,181,101); }
H1.HeaderClassName
{
color: #7AB565;
}
.AnyTagClassName
{
color: #7AB565;
}
</style>
background-color css
<style>
a { background-color: #7AB565; }
a { background-color: rgb(122,181,101); }
div.DivClassName
{
background-color: #7AB565;
}
.BgClassName
{
background-color: #7AB565;
}
</style>
border-color css
<style>
span { border-color: #7AB565; }
span { border-color: rgb(122,181,101); }
td.TdClassName
{
border-color: #7AB565;
}
.TagClassName
{
border-color: #7AB565;
}
</style>