Shades of Mantis #7DBA6E
Tints of Mantis #7DBA6E
RGB
CMYK
RGB Variations
Color information
#7DBA6E (or 0x7DBA6E) is known color: Mantis. HEX triplet: 7D, BA and 6E. RGB value is (125,186,110). Sum of RGB (Red+Green+Blue) = 125+186+110=421 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.69% from 421); Green value is 186 (73.05% from 255 or 44.18% from 421); Blue value is 110 (43.36% from 255 or 26.13% from 421); Max value from RGB is 186 - color contains mainly: green. Hex color #7DBA6E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DBA6E is #824591. Grayscale: #9F9F9F. Windows color (decimal): -8537490 or 7256701. OLE color: 7256701.
HSL color Cylindrical-coordinate representation of color #7DBA6E: hue angle of 108.16º degrees, saturation: 0.36, 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 #7DBA6E is Cyan = 0.33, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 186 | 110 | - |
| CMYK | 0.33 | 0 | 0.41 | 0.27 |
| HSL | 108.16º | 0.36% | 0.58% | - |
| HSV(B) | 108.16º | 0.41% | 0.73% | - |
| XYZ | 28.83 | 40.6 | 21.07 | - |
| YUV | 159.1 | 100.29 | 103.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 186 | 110 | 0.33 | 0 | 0.41 | 0.27 | 108.16 | 0.36 | 0.58 |
| Hex | 7D | BA | 6E | 21 | 0 | 29 | 1B | 6C | 24 | 3A |
| Octal | 175 | 272 | 156 | 41 | 0 | 51 | 33 | 154 | 44 | 72 |
| Binary | 1111101 | 10111010 | 1101110 | 100001 | 0 | 101001 | 11011 | 1101100 | 100100 | 111010 |
Color Harmonies of #7DBA6E
Complementary color
Monochromatic Colors of #7DBA6E
Black with #7DBA6E
Text Example
Text Example
White with #7DBA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBA6E; }
p { color: rgb(125,186,110); }
H1.HeaderClassName
{
color: #7DBA6E;
}
.AnyTagClassName
{
color: #7DBA6E;
}
</style>
background-color css
<style>
a { background-color: #7DBA6E; }
a { background-color: rgb(125,186,110); }
div.DivClassName
{
background-color: #7DBA6E;
}
.BgClassName
{
background-color: #7DBA6E;
}
</style>
border-color css
<style>
span { border-color: #7DBA6E; }
span { border-color: rgb(125,186,110); }
td.TdClassName
{
border-color: #7DBA6E;
}
.TagClassName
{
border-color: #7DBA6E;
}
</style>