Shades of Mantis #7DBB6E
Tints of Mantis #7DBB6E
RGB
CMYK
RGB Variations
Color information
#7DBB6E (or 0x7DBB6E) is known color: Mantis. HEX triplet: 7D, BB and 6E. RGB value is (125,187,110). Sum of RGB (Red+Green+Blue) = 125+187+110=422 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.62% from 422); Green value is 187 (73.44% from 255 or 44.31% from 422); Blue value is 110 (43.36% from 255 or 26.07% from 422); Max value from RGB is 187 - color contains mainly: green. Hex color #7DBB6E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DBB6E is #824491. Grayscale: #9F9F9F. Windows color (decimal): -8537234 or 7256957. OLE color: 7256957.
HSL color Cylindrical-coordinate representation of color #7DBB6E: hue angle of 108.31º 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 #7DBB6E is Cyan = 0.33, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 187 | 110 | - |
| CMYK | 0.33 | 0 | 0.41 | 0.27 |
| HSL | 108.31º | 0.36% | 0.58% | - |
| HSV(B) | 108.31º | 0.41% | 0.73% | - |
| XYZ | 29.04 | 41.03 | 21.14 | - |
| YUV | 159.68 | 99.96 | 103.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 187 | 110 | 0.33 | 0 | 0.41 | 0.27 | 108.31 | 0.36 | 0.58 |
| Hex | 7D | BB | 6E | 21 | 0 | 29 | 1B | 6C | 24 | 3A |
| Octal | 175 | 273 | 156 | 41 | 0 | 51 | 33 | 154 | 44 | 72 |
| Binary | 1111101 | 10111011 | 1101110 | 100001 | 0 | 101001 | 11011 | 1101100 | 100100 | 111010 |
Color Harmonies of #7DBB6E
Complementary color
Monochromatic Colors of #7DBB6E
Black with #7DBB6E
Text Example
Text Example
White with #7DBB6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBB6E; }
p { color: rgb(125,187,110); }
H1.HeaderClassName
{
color: #7DBB6E;
}
.AnyTagClassName
{
color: #7DBB6E;
}
</style>
background-color css
<style>
a { background-color: #7DBB6E; }
a { background-color: rgb(125,187,110); }
div.DivClassName
{
background-color: #7DBB6E;
}
.BgClassName
{
background-color: #7DBB6E;
}
</style>
border-color css
<style>
span { border-color: #7DBB6E; }
span { border-color: rgb(125,187,110); }
td.TdClassName
{
border-color: #7DBB6E;
}
.TagClassName
{
border-color: #7DBB6E;
}
</style>