Shades of Mantis #7DBA72
Tints of Mantis #7DBA72
RGB
CMYK
RGB Variations
Color information
#7DBA72 (or 0x7DBA72) is known color: Mantis. HEX triplet: 7D, BA and 72. RGB value is (125,186,114). Sum of RGB (Red+Green+Blue) = 125+186+114=425 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.41% from 425); Green value is 186 (73.05% from 255 or 43.76% from 425); Blue value is 114 (44.92% from 255 or 26.82% from 425); Max value from RGB is 186 - color contains mainly: green. Hex color #7DBA72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DBA72 is #82458D. Grayscale: #9F9F9F. Windows color (decimal): -8537486 or 7518845. OLE color: 7518845.
HSL color Cylindrical-coordinate representation of color #7DBA72: hue angle of 110.83º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7DBA72 is Cyan = 0.33, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 186 | 114 | - |
| CMYK | 0.33 | 0 | 0.39 | 0.27 |
| HSL | 110.83º | 0.34% | 0.59% | - |
| HSV(B) | 110.83º | 0.39% | 0.73% | - |
| XYZ | 29.05 | 40.69 | 22.24 | - |
| YUV | 159.55 | 102.29 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 186 | 114 | 0.33 | 0 | 0.39 | 0.27 | 110.83 | 0.34 | 0.59 |
| Hex | 7D | BA | 72 | 21 | 0 | 27 | 1B | 6F | 22 | 3B |
| Octal | 175 | 272 | 162 | 41 | 0 | 47 | 33 | 157 | 42 | 73 |
| Binary | 1111101 | 10111010 | 1110010 | 100001 | 0 | 100111 | 11011 | 1101111 | 100010 | 111011 |
Color Harmonies of #7DBA72
Complementary color
Monochromatic Colors of #7DBA72
Black with #7DBA72
Text Example
Text Example
White with #7DBA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBA72; }
p { color: rgb(125,186,114); }
H1.HeaderClassName
{
color: #7DBA72;
}
.AnyTagClassName
{
color: #7DBA72;
}
</style>
background-color css
<style>
a { background-color: #7DBA72; }
a { background-color: rgb(125,186,114); }
div.DivClassName
{
background-color: #7DBA72;
}
.BgClassName
{
background-color: #7DBA72;
}
</style>
border-color css
<style>
span { border-color: #7DBA72; }
span { border-color: rgb(125,186,114); }
td.TdClassName
{
border-color: #7DBA72;
}
.TagClassName
{
border-color: #7DBA72;
}
</style>