Shades of Mantis #7DB96D
Tints of Mantis #7DB96D
RGB
CMYK
RGB Variations
Color information
#7DB96D (or 0x7DB96D) is known color: Mantis. HEX triplet: 7D, B9 and 6D. RGB value is (125,185,109). Sum of RGB (Red+Green+Blue) = 125+185+109=419 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.83% from 419); Green value is 185 (72.66% from 255 or 44.15% from 419); Blue value is 109 (42.97% from 255 or 26.01% from 419); Max value from RGB is 185 - color contains mainly: green. Hex color #7DB96D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB96D is #824692. Grayscale: #9E9E9E. Windows color (decimal): -8537747 or 7190909. OLE color: 7190909.
HSL color Cylindrical-coordinate representation of color #7DB96D: hue angle of 107.37º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7DB96D is Cyan = 0.32, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 185 | 109 | - |
| CMYK | 0.32 | 0 | 0.41 | 0.27 |
| HSL | 107.37º | 0.35% | 0.58% | - |
| HSV(B) | 107.37º | 0.41% | 0.73% | - |
| XYZ | 28.57 | 40.16 | 20.71 | - |
| YUV | 158.4 | 100.12 | 104.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 185 | 109 | 0.32 | 0 | 0.41 | 0.27 | 107.37 | 0.35 | 0.58 |
| Hex | 7D | B9 | 6D | 20 | 0 | 29 | 1B | 6B | 23 | 3A |
| Octal | 175 | 271 | 155 | 40 | 0 | 51 | 33 | 153 | 43 | 72 |
| Binary | 1111101 | 10111001 | 1101101 | 100000 | 0 | 101001 | 11011 | 1101011 | 100011 | 111010 |
Color Harmonies of #7DB96D
Complementary color
Monochromatic Colors of #7DB96D
Black with #7DB96D
Text Example
Text Example
White with #7DB96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB96D; }
p { color: rgb(125,185,109); }
H1.HeaderClassName
{
color: #7DB96D;
}
.AnyTagClassName
{
color: #7DB96D;
}
</style>
background-color css
<style>
a { background-color: #7DB96D; }
a { background-color: rgb(125,185,109); }
div.DivClassName
{
background-color: #7DB96D;
}
.BgClassName
{
background-color: #7DB96D;
}
</style>
border-color css
<style>
span { border-color: #7DB96D; }
span { border-color: rgb(125,185,109); }
td.TdClassName
{
border-color: #7DB96D;
}
.TagClassName
{
border-color: #7DB96D;
}
</style>