Shades of Mantis #7DBC6B
Tints of Mantis #7DBC6B
RGB
CMYK
RGB Variations
Color information
#7DBC6B (or 0x7DBC6B) is known color: Mantis. HEX triplet: 7D, BC and 6B. RGB value is (125,188,107). Sum of RGB (Red+Green+Blue) = 125+188+107=420 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.76% from 420); Green value is 188 (73.83% from 255 or 44.76% from 420); Blue value is 107 (42.19% from 255 or 25.48% from 420); Max value from RGB is 188 - color contains mainly: green. Hex color #7DBC6B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DBC6B is #824394. Grayscale: #A0A0A0. Windows color (decimal): -8536981 or 7060605. OLE color: 7060605.
HSL color Cylindrical-coordinate representation of color #7DBC6B: hue angle of 106.67º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DBC6B is Cyan = 0.34, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 188 | 107 | - |
| CMYK | 0.34 | 0 | 0.43 | 0.26 |
| HSL | 106.67º | 0.38% | 0.58% | - |
| HSV(B) | 106.67º | 0.43% | 0.74% | - |
| XYZ | 29.09 | 41.39 | 20.37 | - |
| YUV | 159.93 | 98.13 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 188 | 107 | 0.34 | 0 | 0.43 | 0.26 | 106.67 | 0.38 | 0.58 |
| Hex | 7D | BC | 6B | 22 | 0 | 2B | 1A | 6B | 26 | 3A |
| Octal | 175 | 274 | 153 | 42 | 0 | 53 | 32 | 153 | 46 | 72 |
| Binary | 1111101 | 10111100 | 1101011 | 100010 | 0 | 101011 | 11010 | 1101011 | 100110 | 111010 |
Color Harmonies of #7DBC6B
Complementary color
Monochromatic Colors of #7DBC6B
Black with #7DBC6B
Text Example
Text Example
White with #7DBC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBC6B; }
p { color: rgb(125,188,107); }
H1.HeaderClassName
{
color: #7DBC6B;
}
.AnyTagClassName
{
color: #7DBC6B;
}
</style>
background-color css
<style>
a { background-color: #7DBC6B; }
a { background-color: rgb(125,188,107); }
div.DivClassName
{
background-color: #7DBC6B;
}
.BgClassName
{
background-color: #7DBC6B;
}
</style>
border-color css
<style>
span { border-color: #7DBC6B; }
span { border-color: rgb(125,188,107); }
td.TdClassName
{
border-color: #7DBC6B;
}
.TagClassName
{
border-color: #7DBC6B;
}
</style>