Shades of Bay Leaf #7EA089
Tints of Bay Leaf #7EA089
RGB
CMYK
RGB Variations
Color information
#7EA089 (or 0x7EA089) is known color: Bay Leaf. HEX triplet: 7E, A0 and 89. RGB value is (126,160,137). Sum of RGB (Red+Green+Blue) = 126+160+137=423 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.79% from 423); Green value is 160 (62.89% from 255 or 37.83% from 423); Blue value is 137 (53.91% from 255 or 32.39% from 423); Max value from RGB is 160 - color contains mainly: green. Hex color #7EA089 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EA089 is #815F76. Grayscale: #939393. Windows color (decimal): -8478583 or 9019518. OLE color: 9019518.
HSL color Cylindrical-coordinate representation of color #7EA089: hue angle of 139.41º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7EA089 is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 126 | 160 | 137 | - |
| CMYK | 0.21 | 0 | 0.14 | 0.37 |
| HSL | 139.41º | 0.15% | 0.56% | - |
| HSV(B) | 139.41º | 0.21% | 0.63% | - |
| XYZ | 25.69 | 31.38 | 28.37 | - |
| YUV | 147.21 | 122.24 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 160 | 137 | 0.21 | 0 | 0.14 | 0.37 | 139.41 | 0.15 | 0.56 |
| Hex | 7E | A0 | 89 | 15 | 0 | E | 25 | 8B | F | 38 |
| Octal | 176 | 240 | 211 | 25 | 0 | 16 | 45 | 213 | 17 | 70 |
| Binary | 1111110 | 10100000 | 10001001 | 10101 | 0 | 1110 | 100101 | 10001011 | 1111 | 111000 |
Color Harmonies of #7EA089
Complementary color
Monochromatic Colors of #7EA089
Black with #7EA089
Text Example
Text Example
White with #7EA089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA089; }
p { color: rgb(126,160,137); }
H1.HeaderClassName
{
color: #7EA089;
}
.AnyTagClassName
{
color: #7EA089;
}
</style>
background-color css
<style>
a { background-color: #7EA089; }
a { background-color: rgb(126,160,137); }
div.DivClassName
{
background-color: #7EA089;
}
.BgClassName
{
background-color: #7EA089;
}
</style>
border-color css
<style>
span { border-color: #7EA089; }
span { border-color: rgb(126,160,137); }
td.TdClassName
{
border-color: #7EA089;
}
.TagClassName
{
border-color: #7EA089;
}
</style>