Shades of Mantis #7ACB5B
Tints of Mantis #7ACB5B
RGB
CMYK
RGB Variations
Color information
#7ACB5B (or 0x7ACB5B) is known color: Mantis. HEX triplet: 7A, CB and 5B. RGB value is (122,203,91). Sum of RGB (Red+Green+Blue) = 122+203+91=416 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.33% from 416); Green value is 203 (79.69% from 255 or 48.80% from 416); Blue value is 91 (35.94% from 255 or 21.88% from 416); Max value from RGB is 203 - color contains mainly: green. Hex color #7ACB5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ACB5B is #8534A4. Grayscale: #A6A6A6. Windows color (decimal): -8729765 or 6015866. OLE color: 6015866.
HSL color Cylindrical-coordinate representation of color #7ACB5B: hue angle of 103.39º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7ACB5B is Cyan = 0.40, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 203 | 91 | - |
| CMYK | 0.40 | 0 | 0.55 | 0.20 |
| HSL | 103.39º | 0.52% | 0.58% | - |
| HSV(B) | 103.39º | 0.55% | 0.8% | - |
| XYZ | 31.27 | 47.6 | 17.44 | - |
| YUV | 166.01 | 85.66 | 96.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 203 | 91 | 0.40 | 0 | 0.55 | 0.20 | 103.39 | 0.52 | 0.58 |
| Hex | 7A | CB | 5B | 28 | 0 | 37 | 14 | 67 | 34 | 3A |
| Octal | 172 | 313 | 133 | 50 | 0 | 67 | 24 | 147 | 64 | 72 |
| Binary | 1111010 | 11001011 | 1011011 | 101000 | 0 | 110111 | 10100 | 1100111 | 110100 | 111010 |
Color Harmonies of #7ACB5B
Complementary color
Monochromatic Colors of #7ACB5B
Black with #7ACB5B
Text Example
Text Example
White with #7ACB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACB5B; }
p { color: rgb(122,203,91); }
H1.HeaderClassName
{
color: #7ACB5B;
}
.AnyTagClassName
{
color: #7ACB5B;
}
</style>
background-color css
<style>
a { background-color: #7ACB5B; }
a { background-color: rgb(122,203,91); }
div.DivClassName
{
background-color: #7ACB5B;
}
.BgClassName
{
background-color: #7ACB5B;
}
</style>
border-color css
<style>
span { border-color: #7ACB5B; }
span { border-color: rgb(122,203,91); }
td.TdClassName
{
border-color: #7ACB5B;
}
.TagClassName
{
border-color: #7ACB5B;
}
</style>