Shades of Mantis #7DBD65
Tints of Mantis #7DBD65
RGB
CMYK
RGB Variations
Color information
#7DBD65 (or 0x7DBD65) is known color: Mantis. HEX triplet: 7D, BD and 65. RGB value is (125,189,101). Sum of RGB (Red+Green+Blue) = 125+189+101=415 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.12% from 415); Green value is 189 (74.22% from 255 or 45.54% from 415); Blue value is 101 (39.84% from 255 or 24.34% from 415); Max value from RGB is 189 - color contains mainly: green. Hex color #7DBD65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DBD65 is #82429A. Grayscale: #A0A0A0. Windows color (decimal): -8536731 or 6667645. OLE color: 6667645.
HSL color Cylindrical-coordinate representation of color #7DBD65: hue angle of 103.64º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DBD65 is Cyan = 0.34, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 189 | 101 | - |
| CMYK | 0.34 | 0 | 0.47 | 0.26 |
| HSL | 103.64º | 0.4% | 0.57% | - |
| HSV(B) | 103.64º | 0.47% | 0.74% | - |
| XYZ | 29 | 41.69 | 18.83 | - |
| YUV | 159.83 | 94.8 | 103.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 189 | 101 | 0.34 | 0 | 0.47 | 0.26 | 103.64 | 0.4 | 0.57 |
| Hex | 7D | BD | 65 | 22 | 0 | 2F | 1A | 68 | 28 | 39 |
| Octal | 175 | 275 | 145 | 42 | 0 | 57 | 32 | 150 | 50 | 71 |
| Binary | 1111101 | 10111101 | 1100101 | 100010 | 0 | 101111 | 11010 | 1101000 | 101000 | 111001 |
Color Harmonies of #7DBD65
Complementary color
Monochromatic Colors of #7DBD65
Black with #7DBD65
Text Example
Text Example
White with #7DBD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBD65; }
p { color: rgb(125,189,101); }
H1.HeaderClassName
{
color: #7DBD65;
}
.AnyTagClassName
{
color: #7DBD65;
}
</style>
background-color css
<style>
a { background-color: #7DBD65; }
a { background-color: rgb(125,189,101); }
div.DivClassName
{
background-color: #7DBD65;
}
.BgClassName
{
background-color: #7DBD65;
}
</style>
border-color css
<style>
span { border-color: #7DBD65; }
span { border-color: rgb(125,189,101); }
td.TdClassName
{
border-color: #7DBD65;
}
.TagClassName
{
border-color: #7DBD65;
}
</style>