Shades of Mantis #7DB162
Tints of Mantis #7DB162
RGB
CMYK
RGB Variations
Color information
#7DB162 (or 0x7DB162) is known color: Mantis. HEX triplet: 7D, B1 and 62. RGB value is (125,177,98). Sum of RGB (Red+Green+Blue) = 125+177+98=400 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.25% from 400); Green value is 177 (69.53% from 255 or 44.25% from 400); Blue value is 98 (38.67% from 255 or 24.5% from 400); Max value from RGB is 177 - color contains mainly: green. Hex color #7DB162 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DB162 is #824E9D. Grayscale: #989898. Windows color (decimal): -8539806 or 6467965. OLE color: 6467965.
HSL color Cylindrical-coordinate representation of color #7DB162: hue angle of 99.49º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7DB162 is Cyan = 0.29, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 125 | 177 | 98 | - |
| CMYK | 0.29 | 0 | 0.45 | 0.31 |
| HSL | 99.49º | 0.34% | 0.54% | - |
| HSV(B) | 99.49º | 0.45% | 0.69% | - |
| XYZ | 26.38 | 36.69 | 17.25 | - |
| YUV | 152.45 | 97.27 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 177 | 98 | 0.29 | 0 | 0.45 | 0.31 | 99.49 | 0.34 | 0.54 |
| Hex | 7D | B1 | 62 | 1D | 0 | 2D | 1F | 63 | 22 | 36 |
| Octal | 175 | 261 | 142 | 35 | 0 | 55 | 37 | 143 | 42 | 66 |
| Binary | 1111101 | 10110001 | 1100010 | 11101 | 0 | 101101 | 11111 | 1100011 | 100010 | 110110 |
Color Harmonies of #7DB162
Complementary color
Monochromatic Colors of #7DB162
Black with #7DB162
Text Example
Text Example
White with #7DB162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB162; }
p { color: rgb(125,177,98); }
H1.HeaderClassName
{
color: #7DB162;
}
.AnyTagClassName
{
color: #7DB162;
}
</style>
background-color css
<style>
a { background-color: #7DB162; }
a { background-color: rgb(125,177,98); }
div.DivClassName
{
background-color: #7DB162;
}
.BgClassName
{
background-color: #7DB162;
}
</style>
border-color css
<style>
span { border-color: #7DB162; }
span { border-color: rgb(125,177,98); }
td.TdClassName
{
border-color: #7DB162;
}
.TagClassName
{
border-color: #7DB162;
}
</style>