Shades of Mantis #7AB368
Tints of Mantis #7AB368
RGB
CMYK
RGB Variations
Color information
#7AB368 (or 0x7AB368) is known color: Mantis. HEX triplet: 7A, B3 and 68. RGB value is (122,179,104). Sum of RGB (Red+Green+Blue) = 122+179+104=405 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.12% from 405); Green value is 179 (70.31% from 255 or 44.20% from 405); Blue value is 104 (41.02% from 255 or 25.68% from 405); Max value from RGB is 179 - color contains mainly: green. Hex color #7AB368 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AB368 is #854C97. Grayscale: #999999. Windows color (decimal): -8735896 or 6861690. OLE color: 6861690.
HSL color Cylindrical-coordinate representation of color #7AB368: hue angle of 105.6º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7AB368 is Cyan = 0.32, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 122 | 179 | 104 | - |
| CMYK | 0.32 | 0 | 0.42 | 0.30 |
| HSL | 105.6º | 0.33% | 0.55% | - |
| HSV(B) | 105.6º | 0.42% | 0.7% | - |
| XYZ | 26.64 | 37.38 | 18.91 | - |
| YUV | 153.41 | 100.12 | 105.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 179 | 104 | 0.32 | 0 | 0.42 | 0.30 | 105.6 | 0.33 | 0.55 |
| Hex | 7A | B3 | 68 | 20 | 0 | 2A | 1E | 6A | 21 | 37 |
| Octal | 172 | 263 | 150 | 40 | 0 | 52 | 36 | 152 | 41 | 67 |
| Binary | 1111010 | 10110011 | 1101000 | 100000 | 0 | 101010 | 11110 | 1101010 | 100001 | 110111 |
Color Harmonies of #7AB368
Complementary color
Monochromatic Colors of #7AB368
Black with #7AB368
Text Example
Text Example
White with #7AB368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB368; }
p { color: rgb(122,179,104); }
H1.HeaderClassName
{
color: #7AB368;
}
.AnyTagClassName
{
color: #7AB368;
}
</style>
background-color css
<style>
a { background-color: #7AB368; }
a { background-color: rgb(122,179,104); }
div.DivClassName
{
background-color: #7AB368;
}
.BgClassName
{
background-color: #7AB368;
}
</style>
border-color css
<style>
span { border-color: #7AB368; }
span { border-color: rgb(122,179,104); }
td.TdClassName
{
border-color: #7AB368;
}
.TagClassName
{
border-color: #7AB368;
}
</style>