Shades of Mantis #7ACB62
Tints of Mantis #7ACB62
RGB
CMYK
RGB Variations
Color information
#7ACB62 (or 0x7ACB62) is known color: Mantis. HEX triplet: 7A, CB and 62. RGB value is (122,203,98). Sum of RGB (Red+Green+Blue) = 122+203+98=423 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.84% from 423); Green value is 203 (79.69% from 255 or 47.99% from 423); Blue value is 98 (38.67% from 255 or 23.17% from 423); Max value from RGB is 203 - color contains mainly: green. Hex color #7ACB62 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ACB62 is #85349D. Grayscale: #A7A7A7. Windows color (decimal): -8729758 or 6474618. OLE color: 6474618.
HSL color Cylindrical-coordinate representation of color #7ACB62: hue angle of 106.29º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7ACB62 is Cyan = 0.40, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 203 | 98 | - |
| CMYK | 0.40 | 0 | 0.52 | 0.20 |
| HSL | 106.29º | 0.5% | 0.59% | - |
| HSV(B) | 106.29º | 0.52% | 0.8% | - |
| XYZ | 31.59 | 47.73 | 19.1 | - |
| YUV | 166.81 | 89.16 | 96.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 203 | 98 | 0.40 | 0 | 0.52 | 0.20 | 106.29 | 0.5 | 0.59 |
| Hex | 7A | CB | 62 | 28 | 0 | 34 | 14 | 6A | 32 | 3B |
| Octal | 172 | 313 | 142 | 50 | 0 | 64 | 24 | 152 | 62 | 73 |
| Binary | 1111010 | 11001011 | 1100010 | 101000 | 0 | 110100 | 10100 | 1101010 | 110010 | 111011 |
Color Harmonies of #7ACB62
Complementary color
Monochromatic Colors of #7ACB62
Black with #7ACB62
Text Example
Text Example
White with #7ACB62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACB62; }
p { color: rgb(122,203,98); }
H1.HeaderClassName
{
color: #7ACB62;
}
.AnyTagClassName
{
color: #7ACB62;
}
</style>
background-color css
<style>
a { background-color: #7ACB62; }
a { background-color: rgb(122,203,98); }
div.DivClassName
{
background-color: #7ACB62;
}
.BgClassName
{
background-color: #7ACB62;
}
</style>
border-color css
<style>
span { border-color: #7ACB62; }
span { border-color: rgb(122,203,98); }
td.TdClassName
{
border-color: #7ACB62;
}
.TagClassName
{
border-color: #7ACB62;
}
</style>