Shades of Mantis #7ACB66
Tints of Mantis #7ACB66
RGB
CMYK
RGB Variations
Color information
#7ACB66 (or 0x7ACB66) is known color: Mantis. HEX triplet: 7A, CB and 66. RGB value is (122,203,102). Sum of RGB (Red+Green+Blue) = 122+203+102=427 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.57% from 427); Green value is 203 (79.69% from 255 or 47.54% from 427); Blue value is 102 (40.23% from 255 or 23.89% from 427); Max value from RGB is 203 - color contains mainly: green. Hex color #7ACB66 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ACB66 is #853499. Grayscale: #A7A7A7. Windows color (decimal): -8729754 or 6736762. OLE color: 6736762.
HSL color Cylindrical-coordinate representation of color #7ACB66: hue angle of 108.12º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7ACB66 is Cyan = 0.40, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 203 | 102 | - |
| CMYK | 0.40 | 0 | 0.50 | 0.20 |
| HSL | 108.12º | 0.49% | 0.6% | - |
| HSV(B) | 108.12º | 0.5% | 0.8% | - |
| XYZ | 31.78 | 47.81 | 20.12 | - |
| YUV | 167.27 | 91.16 | 95.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 203 | 102 | 0.40 | 0 | 0.50 | 0.20 | 108.12 | 0.49 | 0.6 |
| Hex | 7A | CB | 66 | 28 | 0 | 32 | 14 | 6C | 31 | 3C |
| Octal | 172 | 313 | 146 | 50 | 0 | 62 | 24 | 154 | 61 | 74 |
| Binary | 1111010 | 11001011 | 1100110 | 101000 | 0 | 110010 | 10100 | 1101100 | 110001 | 111100 |
Color Harmonies of #7ACB66
Complementary color
Monochromatic Colors of #7ACB66
Black with #7ACB66
Text Example
Text Example
White with #7ACB66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACB66; }
p { color: rgb(122,203,102); }
H1.HeaderClassName
{
color: #7ACB66;
}
.AnyTagClassName
{
color: #7ACB66;
}
</style>
background-color css
<style>
a { background-color: #7ACB66; }
a { background-color: rgb(122,203,102); }
div.DivClassName
{
background-color: #7ACB66;
}
.BgClassName
{
background-color: #7ACB66;
}
</style>
border-color css
<style>
span { border-color: #7ACB66; }
span { border-color: rgb(122,203,102); }
td.TdClassName
{
border-color: #7ACB66;
}
.TagClassName
{
border-color: #7ACB66;
}
</style>