Shades of Mantis #7DBE6D
Tints of Mantis #7DBE6D
RGB
CMYK
RGB Variations
Color information
#7DBE6D (or 0x7DBE6D) is known color: Mantis. HEX triplet: 7D, BE and 6D. RGB value is (125,190,109). Sum of RGB (Red+Green+Blue) = 125+190+109=424 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.48% from 424); Green value is 190 (74.61% from 255 or 44.81% from 424); Blue value is 109 (42.97% from 255 or 25.71% from 424); Max value from RGB is 190 - color contains mainly: green. Hex color #7DBE6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DBE6D is #824192. Grayscale: #A1A1A1. Windows color (decimal): -8536467 or 7192189. OLE color: 7192189.
HSL color Cylindrical-coordinate representation of color #7DBE6D: hue angle of 108.15º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DBE6D is Cyan = 0.34, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 190 | 109 | - |
| CMYK | 0.34 | 0 | 0.43 | 0.25 |
| HSL | 108.15º | 0.38% | 0.59% | - |
| HSV(B) | 108.15º | 0.43% | 0.75% | - |
| XYZ | 29.63 | 42.29 | 21.07 | - |
| YUV | 161.33 | 98.47 | 102.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 190 | 109 | 0.34 | 0 | 0.43 | 0.25 | 108.15 | 0.38 | 0.59 |
| Hex | 7D | BE | 6D | 22 | 0 | 2B | 19 | 6C | 26 | 3B |
| Octal | 175 | 276 | 155 | 42 | 0 | 53 | 31 | 154 | 46 | 73 |
| Binary | 1111101 | 10111110 | 1101101 | 100010 | 0 | 101011 | 11001 | 1101100 | 100110 | 111011 |
Color Harmonies of #7DBE6D
Complementary color
Monochromatic Colors of #7DBE6D
Black with #7DBE6D
Text Example
Text Example
White with #7DBE6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBE6D; }
p { color: rgb(125,190,109); }
H1.HeaderClassName
{
color: #7DBE6D;
}
.AnyTagClassName
{
color: #7DBE6D;
}
</style>
background-color css
<style>
a { background-color: #7DBE6D; }
a { background-color: rgb(125,190,109); }
div.DivClassName
{
background-color: #7DBE6D;
}
.BgClassName
{
background-color: #7DBE6D;
}
</style>
border-color css
<style>
span { border-color: #7DBE6D; }
span { border-color: rgb(125,190,109); }
td.TdClassName
{
border-color: #7DBE6D;
}
.TagClassName
{
border-color: #7DBE6D;
}
</style>