Shades of Bay Leaf #7EA38E
Tints of Bay Leaf #7EA38E
RGB
CMYK
RGB Variations
Color information
#7EA38E (or 0x7EA38E) is known color: Bay Leaf. HEX triplet: 7E, A3 and 8E. RGB value is (126,163,142). Sum of RGB (Red+Green+Blue) = 126+163+142=431 (57% of max value = 765). Red value is 126 (49.61% from 255 or 29.23% from 431); Green value is 163 (64.06% from 255 or 37.82% from 431); Blue value is 142 (55.86% from 255 or 32.95% from 431); Max value from RGB is 163 - color contains mainly: green. Hex color #7EA38E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EA38E is #815C71. Grayscale: #959595. Windows color (decimal): -8477810 or 9347966. OLE color: 9347966.
HSL color Cylindrical-coordinate representation of color #7EA38E: hue angle of 145.95º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7EA38E is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 126 | 163 | 142 | - |
| CMYK | 0.23 | 0 | 0.13 | 0.36 |
| HSL | 145.95º | 0.17% | 0.57% | - |
| HSV(B) | 145.95º | 0.23% | 0.64% | - |
| XYZ | 26.58 | 32.58 | 30.48 | - |
| YUV | 149.54 | 123.74 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 163 | 142 | 0.23 | 0 | 0.13 | 0.36 | 145.95 | 0.17 | 0.57 |
| Hex | 7E | A3 | 8E | 17 | 0 | D | 24 | 92 | 11 | 39 |
| Octal | 176 | 243 | 216 | 27 | 0 | 15 | 44 | 222 | 21 | 71 |
| Binary | 1111110 | 10100011 | 10001110 | 10111 | 0 | 1101 | 100100 | 10010010 | 10001 | 111001 |
Color Harmonies of #7EA38E
Complementary color
Monochromatic Colors of #7EA38E
Black with #7EA38E
Text Example
Text Example
White with #7EA38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA38E; }
p { color: rgb(126,163,142); }
H1.HeaderClassName
{
color: #7EA38E;
}
.AnyTagClassName
{
color: #7EA38E;
}
</style>
background-color css
<style>
a { background-color: #7EA38E; }
a { background-color: rgb(126,163,142); }
div.DivClassName
{
background-color: #7EA38E;
}
.BgClassName
{
background-color: #7EA38E;
}
</style>
border-color css
<style>
span { border-color: #7EA38E; }
span { border-color: rgb(126,163,142); }
td.TdClassName
{
border-color: #7EA38E;
}
.TagClassName
{
border-color: #7EA38E;
}
</style>