Shades of Mantis #7DB96E
Tints of Mantis #7DB96E
RGB
CMYK
RGB Variations
Color information
#7DB96E (or 0x7DB96E) is known color: Mantis. HEX triplet: 7D, B9 and 6E. RGB value is (125,185,110). Sum of RGB (Red+Green+Blue) = 125+185+110=420 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.76% from 420); Green value is 185 (72.66% from 255 or 44.05% from 420); Blue value is 110 (43.36% from 255 or 26.19% from 420); Max value from RGB is 185 - color contains mainly: green. Hex color #7DB96E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB96E is #824691. Grayscale: #9E9E9E. Windows color (decimal): -8537746 or 7256445. OLE color: 7256445.
HSL color Cylindrical-coordinate representation of color #7DB96E: hue angle of 108º 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 #7DB96E is Cyan = 0.32, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 185 | 110 | - |
| CMYK | 0.32 | 0 | 0.41 | 0.27 |
| HSL | 108º | 0.35% | 0.58% | - |
| HSV(B) | 108º | 0.41% | 0.73% | - |
| XYZ | 28.62 | 40.18 | 21 | - |
| YUV | 158.51 | 100.62 | 104.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 185 | 110 | 0.32 | 0 | 0.41 | 0.27 | 108 | 0.35 | 0.58 |
| Hex | 7D | B9 | 6E | 20 | 0 | 29 | 1B | 6C | 23 | 3A |
| Octal | 175 | 271 | 156 | 40 | 0 | 51 | 33 | 154 | 43 | 72 |
| Binary | 1111101 | 10111001 | 1101110 | 100000 | 0 | 101001 | 11011 | 1101100 | 100011 | 111010 |
Color Harmonies of #7DB96E
Complementary color
Monochromatic Colors of #7DB96E
Black with #7DB96E
Text Example
Text Example
White with #7DB96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB96E; }
p { color: rgb(125,185,110); }
H1.HeaderClassName
{
color: #7DB96E;
}
.AnyTagClassName
{
color: #7DB96E;
}
</style>
background-color css
<style>
a { background-color: #7DB96E; }
a { background-color: rgb(125,185,110); }
div.DivClassName
{
background-color: #7DB96E;
}
.BgClassName
{
background-color: #7DB96E;
}
</style>
border-color css
<style>
span { border-color: #7DB96E; }
span { border-color: rgb(125,185,110); }
td.TdClassName
{
border-color: #7DB96E;
}
.TagClassName
{
border-color: #7DB96E;
}
</style>