Shades of Mantis #7DB96B
Tints of Mantis #7DB96B
RGB
CMYK
RGB Variations
Color information
#7DB96B (or 0x7DB96B) is known color: Mantis. HEX triplet: 7D, B9 and 6B. RGB value is (125,185,107). Sum of RGB (Red+Green+Blue) = 125+185+107=417 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.98% from 417); Green value is 185 (72.66% from 255 or 44.36% from 417); Blue value is 107 (42.19% from 255 or 25.66% from 417); Max value from RGB is 185 - color contains mainly: green. Hex color #7DB96B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB96B is #824694. Grayscale: #9E9E9E. Windows color (decimal): -8537749 or 7059837. OLE color: 7059837.
HSL color Cylindrical-coordinate representation of color #7DB96B: hue angle of 106.15º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7DB96B is Cyan = 0.32, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 185 | 107 | - |
| CMYK | 0.32 | 0 | 0.42 | 0.27 |
| HSL | 106.15º | 0.36% | 0.57% | - |
| HSV(B) | 106.15º | 0.42% | 0.73% | - |
| XYZ | 28.46 | 40.12 | 20.15 | - |
| YUV | 158.17 | 99.12 | 104.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 185 | 107 | 0.32 | 0 | 0.42 | 0.27 | 106.15 | 0.36 | 0.57 |
| Hex | 7D | B9 | 6B | 20 | 0 | 2A | 1B | 6A | 24 | 39 |
| Octal | 175 | 271 | 153 | 40 | 0 | 52 | 33 | 152 | 44 | 71 |
| Binary | 1111101 | 10111001 | 1101011 | 100000 | 0 | 101010 | 11011 | 1101010 | 100100 | 111001 |
Color Harmonies of #7DB96B
Complementary color
Monochromatic Colors of #7DB96B
Black with #7DB96B
Text Example
Text Example
White with #7DB96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB96B; }
p { color: rgb(125,185,107); }
H1.HeaderClassName
{
color: #7DB96B;
}
.AnyTagClassName
{
color: #7DB96B;
}
</style>
background-color css
<style>
a { background-color: #7DB96B; }
a { background-color: rgb(125,185,107); }
div.DivClassName
{
background-color: #7DB96B;
}
.BgClassName
{
background-color: #7DB96B;
}
</style>
border-color css
<style>
span { border-color: #7DB96B; }
span { border-color: rgb(125,185,107); }
td.TdClassName
{
border-color: #7DB96B;
}
.TagClassName
{
border-color: #7DB96B;
}
</style>