Shades of Mantis #7AB065
Tints of Mantis #7AB065
RGB
CMYK
RGB Variations
Color information
#7AB065 (or 0x7AB065) is known color: Mantis. HEX triplet: 7A, B0 and 65. RGB value is (122,176,101). Sum of RGB (Red+Green+Blue) = 122+176+101=399 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.58% from 399); Green value is 176 (69.14% from 255 or 44.11% from 399); Blue value is 101 (39.84% from 255 or 25.31% from 399); Max value from RGB is 176 - color contains mainly: green. Hex color #7AB065 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AB065 is #854F9A. Grayscale: #979797. Windows color (decimal): -8736667 or 6664314. OLE color: 6664314.
HSL color Cylindrical-coordinate representation of color #7AB065: hue angle of 103.2º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7AB065 is Cyan = 0.31, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 122 | 176 | 101 | - |
| CMYK | 0.31 | 0 | 0.43 | 0.31 |
| HSL | 103.2º | 0.32% | 0.54% | - |
| HSV(B) | 103.2º | 0.43% | 0.69% | - |
| XYZ | 25.9 | 36.13 | 17.92 | - |
| YUV | 151.3 | 99.61 | 107.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 176 | 101 | 0.31 | 0 | 0.43 | 0.31 | 103.2 | 0.32 | 0.54 |
| Hex | 7A | B0 | 65 | 1F | 0 | 2B | 1F | 67 | 20 | 36 |
| Octal | 172 | 260 | 145 | 37 | 0 | 53 | 37 | 147 | 40 | 66 |
| Binary | 1111010 | 10110000 | 1100101 | 11111 | 0 | 101011 | 11111 | 1100111 | 100000 | 110110 |
Color Harmonies of #7AB065
Complementary color
Monochromatic Colors of #7AB065
Black with #7AB065
Text Example
Text Example
White with #7AB065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB065; }
p { color: rgb(122,176,101); }
H1.HeaderClassName
{
color: #7AB065;
}
.AnyTagClassName
{
color: #7AB065;
}
</style>
background-color css
<style>
a { background-color: #7AB065; }
a { background-color: rgb(122,176,101); }
div.DivClassName
{
background-color: #7AB065;
}
.BgClassName
{
background-color: #7AB065;
}
</style>
border-color css
<style>
span { border-color: #7AB065; }
span { border-color: rgb(122,176,101); }
td.TdClassName
{
border-color: #7AB065;
}
.TagClassName
{
border-color: #7AB065;
}
</style>