Shades of Bay Leaf #7EC38E
Tints of Bay Leaf #7EC38E
RGB
CMYK
RGB Variations
Color information
#7EC38E (or 0x7EC38E) is known color: Bay Leaf. HEX triplet: 7E, C3 and 8E. RGB value is (126,195,142). Sum of RGB (Red+Green+Blue) = 126+195+142=463 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.21% from 463); Green value is 195 (76.56% from 255 or 42.12% from 463); Blue value is 142 (55.86% from 255 or 30.67% from 463); Max value from RGB is 195 - color contains mainly: green. Hex color #7EC38E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EC38E is #813C71. Grayscale: #A8A8A8. Windows color (decimal): -8469618 or 9356158. OLE color: 9356158.
HSL color Cylindrical-coordinate representation of color #7EC38E: hue angle of 133.91º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7EC38E is Cyan = 0.35, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 126 | 195 | 142 | - |
| CMYK | 0.35 | 0 | 0.27 | 0.24 |
| HSL | 133.91º | 0.37% | 0.63% | - |
| HSV(B) | 133.91º | 0.35% | 0.76% | - |
| XYZ | 33 | 45.42 | 32.62 | - |
| YUV | 168.33 | 113.14 | 97.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 195 | 142 | 0.35 | 0 | 0.27 | 0.24 | 133.91 | 0.37 | 0.63 |
| Hex | 7E | C3 | 8E | 23 | 0 | 1B | 18 | 86 | 25 | 3F |
| Octal | 176 | 303 | 216 | 43 | 0 | 33 | 30 | 206 | 45 | 77 |
| Binary | 1111110 | 11000011 | 10001110 | 100011 | 0 | 11011 | 11000 | 10000110 | 100101 | 111111 |
Color Harmonies of #7EC38E
Complementary color
Monochromatic Colors of #7EC38E
Black with #7EC38E
Text Example
Text Example
White with #7EC38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC38E; }
p { color: rgb(126,195,142); }
H1.HeaderClassName
{
color: #7EC38E;
}
.AnyTagClassName
{
color: #7EC38E;
}
</style>
background-color css
<style>
a { background-color: #7EC38E; }
a { background-color: rgb(126,195,142); }
div.DivClassName
{
background-color: #7EC38E;
}
.BgClassName
{
background-color: #7EC38E;
}
</style>
border-color css
<style>
span { border-color: #7EC38E; }
span { border-color: rgb(126,195,142); }
td.TdClassName
{
border-color: #7EC38E;
}
.TagClassName
{
border-color: #7EC38E;
}
</style>