Shades of Mantis #7ACB65
Tints of Mantis #7ACB65
RGB
CMYK
RGB Variations
Color information
#7ACB65 (or 0x7ACB65) is known color: Mantis. HEX triplet: 7A, CB and 65. RGB value is (122,203,101). Sum of RGB (Red+Green+Blue) = 122+203+101=426 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.64% from 426); Green value is 203 (79.69% from 255 or 47.65% from 426); Blue value is 101 (39.84% from 255 or 23.71% from 426); Max value from RGB is 203 - color contains mainly: green. Hex color #7ACB65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ACB65 is #85349A. Grayscale: #A7A7A7. Windows color (decimal): -8729755 or 6671226. OLE color: 6671226.
HSL color Cylindrical-coordinate representation of color #7ACB65: hue angle of 107.65º degrees, saturation: 0.5, 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 #7ACB65 is Cyan = 0.40, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 203 | 101 | - |
| CMYK | 0.40 | 0 | 0.50 | 0.20 |
| HSL | 107.65º | 0.5% | 0.6% | - |
| HSV(B) | 107.65º | 0.5% | 0.8% | - |
| XYZ | 31.73 | 47.79 | 19.86 | - |
| YUV | 167.15 | 90.66 | 95.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 203 | 101 | 0.40 | 0 | 0.50 | 0.20 | 107.65 | 0.5 | 0.6 |
| Hex | 7A | CB | 65 | 28 | 0 | 32 | 14 | 6C | 32 | 3C |
| Octal | 172 | 313 | 145 | 50 | 0 | 62 | 24 | 154 | 62 | 74 |
| Binary | 1111010 | 11001011 | 1100101 | 101000 | 0 | 110010 | 10100 | 1101100 | 110010 | 111100 |
Color Harmonies of #7ACB65
Complementary color
Monochromatic Colors of #7ACB65
Black with #7ACB65
Text Example
Text Example
White with #7ACB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACB65; }
p { color: rgb(122,203,101); }
H1.HeaderClassName
{
color: #7ACB65;
}
.AnyTagClassName
{
color: #7ACB65;
}
</style>
background-color css
<style>
a { background-color: #7ACB65; }
a { background-color: rgb(122,203,101); }
div.DivClassName
{
background-color: #7ACB65;
}
.BgClassName
{
background-color: #7ACB65;
}
</style>
border-color css
<style>
span { border-color: #7ACB65; }
span { border-color: rgb(122,203,101); }
td.TdClassName
{
border-color: #7ACB65;
}
.TagClassName
{
border-color: #7ACB65;
}
</style>