Shades of Mantis #7DBA63
Tints of Mantis #7DBA63
RGB
CMYK
RGB Variations
Color information
#7DBA63 (or 0x7DBA63) is known color: Mantis. HEX triplet: 7D, BA and 63. RGB value is (125,186,99). Sum of RGB (Red+Green+Blue) = 125+186+99=410 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.49% from 410); Green value is 186 (73.05% from 255 or 45.37% from 410); Blue value is 99 (39.06% from 255 or 24.15% from 410); Max value from RGB is 186 - color contains mainly: green. Hex color #7DBA63 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DBA63 is #82459C. Grayscale: #9E9E9E. Windows color (decimal): -8537501 or 6535805. OLE color: 6535805.
HSL color Cylindrical-coordinate representation of color #7DBA63: hue angle of 102.07º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DBA63 is Cyan = 0.33, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 186 | 99 | - |
| CMYK | 0.33 | 0 | 0.47 | 0.27 |
| HSL | 102.07º | 0.39% | 0.56% | - |
| HSV(B) | 102.07º | 0.47% | 0.73% | - |
| XYZ | 28.27 | 40.38 | 18.11 | - |
| YUV | 157.84 | 94.79 | 104.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 186 | 99 | 0.33 | 0 | 0.47 | 0.27 | 102.07 | 0.39 | 0.56 |
| Hex | 7D | BA | 63 | 21 | 0 | 2F | 1B | 66 | 27 | 38 |
| Octal | 175 | 272 | 143 | 41 | 0 | 57 | 33 | 146 | 47 | 70 |
| Binary | 1111101 | 10111010 | 1100011 | 100001 | 0 | 101111 | 11011 | 1100110 | 100111 | 111000 |
Color Harmonies of #7DBA63
Complementary color
Monochromatic Colors of #7DBA63
Black with #7DBA63
Text Example
Text Example
White with #7DBA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBA63; }
p { color: rgb(125,186,99); }
H1.HeaderClassName
{
color: #7DBA63;
}
.AnyTagClassName
{
color: #7DBA63;
}
</style>
background-color css
<style>
a { background-color: #7DBA63; }
a { background-color: rgb(125,186,99); }
div.DivClassName
{
background-color: #7DBA63;
}
.BgClassName
{
background-color: #7DBA63;
}
</style>
border-color css
<style>
span { border-color: #7DBA63; }
span { border-color: rgb(125,186,99); }
td.TdClassName
{
border-color: #7DBA63;
}
.TagClassName
{
border-color: #7DBA63;
}
</style>