Shades of Mantis #7DBE6A
Tints of Mantis #7DBE6A
RGB
CMYK
RGB Variations
Color information
#7DBE6A (or 0x7DBE6A) is known color: Mantis. HEX triplet: 7D, BE and 6A. RGB value is (125,190,106). Sum of RGB (Red+Green+Blue) = 125+190+106=421 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.69% from 421); Green value is 190 (74.61% from 255 or 45.13% from 421); Blue value is 106 (41.80% from 255 or 25.18% from 421); Max value from RGB is 190 - color contains mainly: green. Hex color #7DBE6A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DBE6A is #824195. Grayscale: #A1A1A1. Windows color (decimal): -8536470 or 6995581. OLE color: 6995581.
HSL color Cylindrical-coordinate representation of color #7DBE6A: hue angle of 106.43º 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 #7DBE6A is Cyan = 0.34, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 190 | 106 | - |
| CMYK | 0.34 | 0 | 0.44 | 0.25 |
| HSL | 106.43º | 0.39% | 0.58% | - |
| HSV(B) | 106.43º | 0.44% | 0.75% | - |
| XYZ | 29.47 | 42.23 | 20.23 | - |
| YUV | 160.99 | 96.97 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 190 | 106 | 0.34 | 0 | 0.44 | 0.25 | 106.43 | 0.39 | 0.58 |
| Hex | 7D | BE | 6A | 22 | 0 | 2C | 19 | 6A | 27 | 3A |
| Octal | 175 | 276 | 152 | 42 | 0 | 54 | 31 | 152 | 47 | 72 |
| Binary | 1111101 | 10111110 | 1101010 | 100010 | 0 | 101100 | 11001 | 1101010 | 100111 | 111010 |
Color Harmonies of #7DBE6A
Complementary color
Monochromatic Colors of #7DBE6A
Black with #7DBE6A
Text Example
Text Example
White with #7DBE6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBE6A; }
p { color: rgb(125,190,106); }
H1.HeaderClassName
{
color: #7DBE6A;
}
.AnyTagClassName
{
color: #7DBE6A;
}
</style>
background-color css
<style>
a { background-color: #7DBE6A; }
a { background-color: rgb(125,190,106); }
div.DivClassName
{
background-color: #7DBE6A;
}
.BgClassName
{
background-color: #7DBE6A;
}
</style>
border-color css
<style>
span { border-color: #7DBE6A; }
span { border-color: rgb(125,190,106); }
td.TdClassName
{
border-color: #7DBE6A;
}
.TagClassName
{
border-color: #7DBE6A;
}
</style>