Shades of Mantis #7DBC6D
Tints of Mantis #7DBC6D
RGB
CMYK
RGB Variations
Color information
#7DBC6D (or 0x7DBC6D) is known color: Mantis. HEX triplet: 7D, BC and 6D. RGB value is (125,188,109). Sum of RGB (Red+Green+Blue) = 125+188+109=422 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.62% from 422); Green value is 188 (73.83% from 255 or 44.55% from 422); Blue value is 109 (42.97% from 255 or 25.83% from 422); Max value from RGB is 188 - color contains mainly: green. Hex color #7DBC6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DBC6D is #824392. Grayscale: #A0A0A0. Windows color (decimal): -8536979 or 7191677. OLE color: 7191677.
HSL color Cylindrical-coordinate representation of color #7DBC6D: hue angle of 107.85º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7DBC6D is Cyan = 0.34, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 188 | 109 | - |
| CMYK | 0.34 | 0 | 0.42 | 0.26 |
| HSL | 107.85º | 0.37% | 0.58% | - |
| HSV(B) | 107.85º | 0.42% | 0.74% | - |
| XYZ | 29.2 | 41.43 | 20.93 | - |
| YUV | 160.16 | 99.13 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 188 | 109 | 0.34 | 0 | 0.42 | 0.26 | 107.85 | 0.37 | 0.58 |
| Hex | 7D | BC | 6D | 22 | 0 | 2A | 1A | 6C | 25 | 3A |
| Octal | 175 | 274 | 155 | 42 | 0 | 52 | 32 | 154 | 45 | 72 |
| Binary | 1111101 | 10111100 | 1101101 | 100010 | 0 | 101010 | 11010 | 1101100 | 100101 | 111010 |
Color Harmonies of #7DBC6D
Complementary color
Monochromatic Colors of #7DBC6D
Black with #7DBC6D
Text Example
Text Example
White with #7DBC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBC6D; }
p { color: rgb(125,188,109); }
H1.HeaderClassName
{
color: #7DBC6D;
}
.AnyTagClassName
{
color: #7DBC6D;
}
</style>
background-color css
<style>
a { background-color: #7DBC6D; }
a { background-color: rgb(125,188,109); }
div.DivClassName
{
background-color: #7DBC6D;
}
.BgClassName
{
background-color: #7DBC6D;
}
</style>
border-color css
<style>
span { border-color: #7DBC6D; }
span { border-color: rgb(125,188,109); }
td.TdClassName
{
border-color: #7DBC6D;
}
.TagClassName
{
border-color: #7DBC6D;
}
</style>