Shades of Mantis #7EBD6C
Tints of Mantis #7EBD6C
RGB
CMYK
RGB Variations
Color information
#7EBD6C (or 0x7EBD6C) is known color: Mantis. HEX triplet: 7E, BD and 6C. RGB value is (126,189,108). Sum of RGB (Red+Green+Blue) = 126+189+108=423 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.79% from 423); Green value is 189 (74.22% from 255 or 44.68% from 423); Blue value is 108 (42.58% from 255 or 25.53% from 423); Max value from RGB is 189 - color contains mainly: green. Hex color #7EBD6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EBD6C is #814293. Grayscale: #A1A1A1. Windows color (decimal): -8471188 or 7126398. OLE color: 7126398.
HSL color Cylindrical-coordinate representation of color #7EBD6C: 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 #7EBD6C is Cyan = 0.33, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 126 | 189 | 108 | - |
| CMYK | 0.33 | 0 | 0.43 | 0.26 |
| HSL | 106.67º | 0.38% | 0.58% | - |
| HSV(B) | 106.67º | 0.43% | 0.74% | - |
| XYZ | 29.51 | 41.91 | 20.72 | - |
| YUV | 160.93 | 98.13 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 189 | 108 | 0.33 | 0 | 0.43 | 0.26 | 106.67 | 0.38 | 0.58 |
| Hex | 7E | BD | 6C | 21 | 0 | 2B | 1A | 6B | 26 | 3A |
| Octal | 176 | 275 | 154 | 41 | 0 | 53 | 32 | 153 | 46 | 72 |
| Binary | 1111110 | 10111101 | 1101100 | 100001 | 0 | 101011 | 11010 | 1101011 | 100110 | 111010 |
Color Harmonies of #7EBD6C
Complementary color
Monochromatic Colors of #7EBD6C
Black with #7EBD6C
Text Example
Text Example
White with #7EBD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBD6C; }
p { color: rgb(126,189,108); }
H1.HeaderClassName
{
color: #7EBD6C;
}
.AnyTagClassName
{
color: #7EBD6C;
}
</style>
background-color css
<style>
a { background-color: #7EBD6C; }
a { background-color: rgb(126,189,108); }
div.DivClassName
{
background-color: #7EBD6C;
}
.BgClassName
{
background-color: #7EBD6C;
}
</style>
border-color css
<style>
span { border-color: #7EBD6C; }
span { border-color: rgb(126,189,108); }
td.TdClassName
{
border-color: #7EBD6C;
}
.TagClassName
{
border-color: #7EBD6C;
}
</style>