Shades of Bay Leaf #7EA38C
Tints of Bay Leaf #7EA38C
RGB
CMYK
RGB Variations
Color information
#7EA38C (or 0x7EA38C) is known color: Bay Leaf. HEX triplet: 7E, A3 and 8C. RGB value is (126,163,140). Sum of RGB (Red+Green+Blue) = 126+163+140=429 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.37% from 429); Green value is 163 (64.06% from 255 or 38.00% from 429); Blue value is 140 (55.08% from 255 or 32.63% from 429); Max value from RGB is 163 - color contains mainly: green. Hex color #7EA38C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EA38C is #815C73. Grayscale: #959595. Windows color (decimal): -8477812 or 9216894. OLE color: 9216894.
HSL color Cylindrical-coordinate representation of color #7EA38C: hue angle of 142.7º 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 #7EA38C is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 126 | 163 | 140 | - |
| CMYK | 0.23 | 0 | 0.14 | 0.36 |
| HSL | 142.7º | 0.17% | 0.57% | - |
| HSV(B) | 142.7º | 0.23% | 0.64% | - |
| XYZ | 26.44 | 32.52 | 29.7 | - |
| YUV | 149.32 | 122.74 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 163 | 140 | 0.23 | 0 | 0.14 | 0.36 | 142.7 | 0.17 | 0.57 |
| Hex | 7E | A3 | 8C | 17 | 0 | E | 24 | 8F | 11 | 39 |
| Octal | 176 | 243 | 214 | 27 | 0 | 16 | 44 | 217 | 21 | 71 |
| Binary | 1111110 | 10100011 | 10001100 | 10111 | 0 | 1110 | 100100 | 10001111 | 10001 | 111001 |
Color Harmonies of #7EA38C
Complementary color
Monochromatic Colors of #7EA38C
Black with #7EA38C
Text Example
Text Example
White with #7EA38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA38C; }
p { color: rgb(126,163,140); }
H1.HeaderClassName
{
color: #7EA38C;
}
.AnyTagClassName
{
color: #7EA38C;
}
</style>
background-color css
<style>
a { background-color: #7EA38C; }
a { background-color: rgb(126,163,140); }
div.DivClassName
{
background-color: #7EA38C;
}
.BgClassName
{
background-color: #7EA38C;
}
</style>
border-color css
<style>
span { border-color: #7EA38C; }
span { border-color: rgb(126,163,140); }
td.TdClassName
{
border-color: #7EA38C;
}
.TagClassName
{
border-color: #7EA38C;
}
</style>