Shades of Mantis #7AB74B
Tints of Mantis #7AB74B
RGB
CMYK
RGB Variations
Color information
#7AB74B (or 0x7AB74B) is known color: Mantis. HEX triplet: 7A, B7 and 4B. RGB value is (122,183,75). Sum of RGB (Red+Green+Blue) = 122+183+75=380 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.11% from 380); Green value is 183 (71.88% from 255 or 48.16% from 380); Blue value is 75 (29.69% from 255 or 19.74% from 380); Max value from RGB is 183 - color contains mainly: green. Hex color #7AB74B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AB74B is #8548B4. Grayscale: #989898. Windows color (decimal): -8734901 or 4962170. OLE color: 4962170.
HSL color Cylindrical-coordinate representation of color #7AB74B: hue angle of 93.89º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7AB74B is Cyan = 0.33, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 122 | 183 | 75 | - |
| CMYK | 0.33 | 0 | 0.59 | 0.28 |
| HSL | 93.89º | 0.43% | 0.51% | - |
| HSV(B) | 93.89º | 0.59% | 0.72% | - |
| XYZ | 26.23 | 38.51 | 12.71 | - |
| YUV | 152.45 | 84.29 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 183 | 75 | 0.33 | 0 | 0.59 | 0.28 | 93.89 | 0.43 | 0.51 |
| Hex | 7A | B7 | 4B | 21 | 0 | 3B | 1C | 5E | 2B | 33 |
| Octal | 172 | 267 | 113 | 41 | 0 | 73 | 34 | 136 | 53 | 63 |
| Binary | 1111010 | 10110111 | 1001011 | 100001 | 0 | 111011 | 11100 | 1011110 | 101011 | 110011 |
Color Harmonies of #7AB74B
Complementary color
Monochromatic Colors of #7AB74B
Black with #7AB74B
Text Example
Text Example
White with #7AB74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB74B; }
p { color: rgb(122,183,75); }
H1.HeaderClassName
{
color: #7AB74B;
}
.AnyTagClassName
{
color: #7AB74B;
}
</style>
background-color css
<style>
a { background-color: #7AB74B; }
a { background-color: rgb(122,183,75); }
div.DivClassName
{
background-color: #7AB74B;
}
.BgClassName
{
background-color: #7AB74B;
}
</style>
border-color css
<style>
span { border-color: #7AB74B; }
span { border-color: rgb(122,183,75); }
td.TdClassName
{
border-color: #7AB74B;
}
.TagClassName
{
border-color: #7AB74B;
}
</style>