Shades of Mantis #7DBE6B
Tints of Mantis #7DBE6B
RGB
CMYK
RGB Variations
Color information
#7DBE6B (or 0x7DBE6B) is known color: Mantis. HEX triplet: 7D, BE and 6B. RGB value is (125,190,107). Sum of RGB (Red+Green+Blue) = 125+190+107=422 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.62% from 422); Green value is 190 (74.61% from 255 or 45.02% from 422); Blue value is 107 (42.19% from 255 or 25.36% from 422); Max value from RGB is 190 - color contains mainly: green. Hex color #7DBE6B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DBE6B is #824194. Grayscale: #A1A1A1. Windows color (decimal): -8536469 or 7061117. OLE color: 7061117.
HSL color Cylindrical-coordinate representation of color #7DBE6B: hue angle of 106.99º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7DBE6B is Cyan = 0.34, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 190 | 107 | - |
| CMYK | 0.34 | 0 | 0.44 | 0.25 |
| HSL | 106.99º | 0.39% | 0.58% | - |
| HSV(B) | 106.99º | 0.44% | 0.75% | - |
| XYZ | 29.52 | 42.25 | 20.51 | - |
| YUV | 161.1 | 97.47 | 102.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 190 | 107 | 0.34 | 0 | 0.44 | 0.25 | 106.99 | 0.39 | 0.58 |
| Hex | 7D | BE | 6B | 22 | 0 | 2C | 19 | 6B | 27 | 3A |
| Octal | 175 | 276 | 153 | 42 | 0 | 54 | 31 | 153 | 47 | 72 |
| Binary | 1111101 | 10111110 | 1101011 | 100010 | 0 | 101100 | 11001 | 1101011 | 100111 | 111010 |
Color Harmonies of #7DBE6B
Complementary color
Monochromatic Colors of #7DBE6B
Black with #7DBE6B
Text Example
Text Example
White with #7DBE6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBE6B; }
p { color: rgb(125,190,107); }
H1.HeaderClassName
{
color: #7DBE6B;
}
.AnyTagClassName
{
color: #7DBE6B;
}
</style>
background-color css
<style>
a { background-color: #7DBE6B; }
a { background-color: rgb(125,190,107); }
div.DivClassName
{
background-color: #7DBE6B;
}
.BgClassName
{
background-color: #7DBE6B;
}
</style>
border-color css
<style>
span { border-color: #7DBE6B; }
span { border-color: rgb(125,190,107); }
td.TdClassName
{
border-color: #7DBE6B;
}
.TagClassName
{
border-color: #7DBE6B;
}
</style>