Shades of Mantis #7ACB64
Tints of Mantis #7ACB64
RGB
CMYK
RGB Variations
Color information
#7ACB64 (or 0x7ACB64) is known color: Mantis. HEX triplet: 7A, CB and 64. RGB value is (122,203,100). Sum of RGB (Red+Green+Blue) = 122+203+100=425 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.71% from 425); Green value is 203 (79.69% from 255 or 47.76% from 425); Blue value is 100 (39.45% from 255 or 23.53% from 425); Max value from RGB is 203 - color contains mainly: green. Hex color #7ACB64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ACB64 is #85349B. Grayscale: #A7A7A7. Windows color (decimal): -8729756 or 6605690. OLE color: 6605690.
HSL color Cylindrical-coordinate representation of color #7ACB64: hue angle of 107.18º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7ACB64 is Cyan = 0.40, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 203 | 100 | - |
| CMYK | 0.40 | 0 | 0.51 | 0.20 |
| HSL | 107.18º | 0.5% | 0.59% | - |
| HSV(B) | 107.18º | 0.51% | 0.8% | - |
| XYZ | 31.68 | 47.77 | 19.61 | - |
| YUV | 167.04 | 90.16 | 95.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 203 | 100 | 0.40 | 0 | 0.51 | 0.20 | 107.18 | 0.5 | 0.59 |
| Hex | 7A | CB | 64 | 28 | 0 | 33 | 14 | 6B | 32 | 3B |
| Octal | 172 | 313 | 144 | 50 | 0 | 63 | 24 | 153 | 62 | 73 |
| Binary | 1111010 | 11001011 | 1100100 | 101000 | 0 | 110011 | 10100 | 1101011 | 110010 | 111011 |
Color Harmonies of #7ACB64
Complementary color
Monochromatic Colors of #7ACB64
Black with #7ACB64
Text Example
Text Example
White with #7ACB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACB64; }
p { color: rgb(122,203,100); }
H1.HeaderClassName
{
color: #7ACB64;
}
.AnyTagClassName
{
color: #7ACB64;
}
</style>
background-color css
<style>
a { background-color: #7ACB64; }
a { background-color: rgb(122,203,100); }
div.DivClassName
{
background-color: #7ACB64;
}
.BgClassName
{
background-color: #7ACB64;
}
</style>
border-color css
<style>
span { border-color: #7ACB64; }
span { border-color: rgb(122,203,100); }
td.TdClassName
{
border-color: #7ACB64;
}
.TagClassName
{
border-color: #7ACB64;
}
</style>