Shades of Mantis #7DBA5C
Tints of Mantis #7DBA5C
RGB
CMYK
RGB Variations
Color information
#7DBA5C (or 0x7DBA5C) is known color: Mantis. HEX triplet: 7D, BA and 5C. RGB value is (125,186,92). Sum of RGB (Red+Green+Blue) = 125+186+92=403 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.02% from 403); Green value is 186 (73.05% from 255 or 46.15% from 403); Blue value is 92 (36.33% from 255 or 22.83% from 403); Max value from RGB is 186 - color contains mainly: green. Hex color #7DBA5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DBA5C is #8245A3. Grayscale: #9D9D9D. Windows color (decimal): -8537508 or 6077053. OLE color: 6077053.
HSL color Cylindrical-coordinate representation of color #7DBA5C: hue angle of 98.94º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DBA5C is Cyan = 0.33, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 186 | 92 | - |
| CMYK | 0.33 | 0 | 0.51 | 0.27 |
| HSL | 98.94º | 0.41% | 0.55% | - |
| HSV(B) | 98.94º | 0.51% | 0.73% | - |
| XYZ | 27.95 | 40.25 | 16.42 | - |
| YUV | 157.05 | 91.29 | 105.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 186 | 92 | 0.33 | 0 | 0.51 | 0.27 | 98.94 | 0.41 | 0.55 |
| Hex | 7D | BA | 5C | 21 | 0 | 33 | 1B | 63 | 29 | 37 |
| Octal | 175 | 272 | 134 | 41 | 0 | 63 | 33 | 143 | 51 | 67 |
| Binary | 1111101 | 10111010 | 1011100 | 100001 | 0 | 110011 | 11011 | 1100011 | 101001 | 110111 |
Color Harmonies of #7DBA5C
Complementary color
Monochromatic Colors of #7DBA5C
Black with #7DBA5C
Text Example
Text Example
White with #7DBA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBA5C; }
p { color: rgb(125,186,92); }
H1.HeaderClassName
{
color: #7DBA5C;
}
.AnyTagClassName
{
color: #7DBA5C;
}
</style>
background-color css
<style>
a { background-color: #7DBA5C; }
a { background-color: rgb(125,186,92); }
div.DivClassName
{
background-color: #7DBA5C;
}
.BgClassName
{
background-color: #7DBA5C;
}
</style>
border-color css
<style>
span { border-color: #7DBA5C; }
span { border-color: rgb(125,186,92); }
td.TdClassName
{
border-color: #7DBA5C;
}
.TagClassName
{
border-color: #7DBA5C;
}
</style>