Shades of Bay Leaf #7EA989
Tints of Bay Leaf #7EA989
RGB
CMYK
RGB Variations
Color information
#7EA989 (or 0x7EA989) is known color: Bay Leaf. HEX triplet: 7E, A9 and 89. RGB value is (126,169,137). Sum of RGB (Red+Green+Blue) = 126+169+137=432 (57% of max value = 765). Red value is 126 (49.61% from 255 or 29.17% from 432); Green value is 169 (66.41% from 255 or 39.12% from 432); Blue value is 137 (53.91% from 255 or 31.71% from 432); Max value from RGB is 169 - color contains mainly: green. Hex color #7EA989 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EA989 is #815676. Grayscale: #989898. Windows color (decimal): -8476279 or 9021822. OLE color: 9021822.
HSL color Cylindrical-coordinate representation of color #7EA989: hue angle of 135.35º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7EA989 is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 126 | 169 | 137 | - |
| CMYK | 0.25 | 0 | 0.19 | 0.34 |
| HSL | 135.35º | 0.2% | 0.58% | - |
| HSV(B) | 135.35º | 0.25% | 0.66% | - |
| XYZ | 27.31 | 34.62 | 28.91 | - |
| YUV | 152.5 | 119.25 | 109.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 169 | 137 | 0.25 | 0 | 0.19 | 0.34 | 135.35 | 0.2 | 0.58 |
| Hex | 7E | A9 | 89 | 19 | 0 | 13 | 22 | 87 | 14 | 3A |
| Octal | 176 | 251 | 211 | 31 | 0 | 23 | 42 | 207 | 24 | 72 |
| Binary | 1111110 | 10101001 | 10001001 | 11001 | 0 | 10011 | 100010 | 10000111 | 10100 | 111010 |
Color Harmonies of #7EA989
Complementary color
Monochromatic Colors of #7EA989
Black with #7EA989
Text Example
Text Example
White with #7EA989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA989; }
p { color: rgb(126,169,137); }
H1.HeaderClassName
{
color: #7EA989;
}
.AnyTagClassName
{
color: #7EA989;
}
</style>
background-color css
<style>
a { background-color: #7EA989; }
a { background-color: rgb(126,169,137); }
div.DivClassName
{
background-color: #7EA989;
}
.BgClassName
{
background-color: #7EA989;
}
</style>
border-color css
<style>
span { border-color: #7EA989; }
span { border-color: rgb(126,169,137); }
td.TdClassName
{
border-color: #7EA989;
}
.TagClassName
{
border-color: #7EA989;
}
</style>