Shades of Mantis #7AB34F
Tints of Mantis #7AB34F
RGB
CMYK
RGB Variations
Color information
#7AB34F (or 0x7AB34F) is known color: Mantis. HEX triplet: 7A, B3 and 4F. RGB value is (122,179,79). Sum of RGB (Red+Green+Blue) = 122+179+79=380 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.11% from 380); Green value is 179 (70.31% from 255 or 47.11% from 380); Blue value is 79 (31.25% from 255 or 20.79% from 380); Max value from RGB is 179 - color contains mainly: green. Hex color #7AB34F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AB34F is #854CB0. Grayscale: #969696. Windows color (decimal): -8735921 or 5223290. OLE color: 5223290.
HSL color Cylindrical-coordinate representation of color #7AB34F: hue angle of 94.2º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7AB34F is Cyan = 0.32, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 122 | 179 | 79 | - |
| CMYK | 0.32 | 0 | 0.56 | 0.30 |
| HSL | 94.2º | 0.4% | 0.51% | - |
| HSV(B) | 94.2º | 0.56% | 0.7% | - |
| XYZ | 25.56 | 36.94 | 13.18 | - |
| YUV | 150.56 | 87.62 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 179 | 79 | 0.32 | 0 | 0.56 | 0.30 | 94.2 | 0.4 | 0.51 |
| Hex | 7A | B3 | 4F | 20 | 0 | 38 | 1E | 5E | 28 | 33 |
| Octal | 172 | 263 | 117 | 40 | 0 | 70 | 36 | 136 | 50 | 63 |
| Binary | 1111010 | 10110011 | 1001111 | 100000 | 0 | 111000 | 11110 | 1011110 | 101000 | 110011 |
Color Harmonies of #7AB34F
Complementary color
Monochromatic Colors of #7AB34F
Black with #7AB34F
Text Example
Text Example
White with #7AB34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB34F; }
p { color: rgb(122,179,79); }
H1.HeaderClassName
{
color: #7AB34F;
}
.AnyTagClassName
{
color: #7AB34F;
}
</style>
background-color css
<style>
a { background-color: #7AB34F; }
a { background-color: rgb(122,179,79); }
div.DivClassName
{
background-color: #7AB34F;
}
.BgClassName
{
background-color: #7AB34F;
}
</style>
border-color css
<style>
span { border-color: #7AB34F; }
span { border-color: rgb(122,179,79); }
td.TdClassName
{
border-color: #7AB34F;
}
.TagClassName
{
border-color: #7AB34F;
}
</style>