Shades of Bay Leaf #7EA78C
Tints of Bay Leaf #7EA78C
RGB
CMYK
RGB Variations
Color information
#7EA78C (or 0x7EA78C) is known color: Bay Leaf. HEX triplet: 7E, A7 and 8C. RGB value is (126,167,140). Sum of RGB (Red+Green+Blue) = 126+167+140=433 (57% of max value = 765). Red value is 126 (49.61% from 255 or 29.10% from 433); Green value is 167 (65.62% from 255 or 38.57% from 433); Blue value is 140 (55.08% from 255 or 32.33% from 433); Max value from RGB is 167 - color contains mainly: green. Hex color #7EA78C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EA78C is #815873. Grayscale: #979797. Windows color (decimal): -8476788 or 9217918. OLE color: 9217918.
HSL color Cylindrical-coordinate representation of color #7EA78C: hue angle of 140.49º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7EA78C is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 126 | 167 | 140 | - |
| CMYK | 0.25 | 0 | 0.16 | 0.35 |
| HSL | 140.49º | 0.19% | 0.57% | - |
| HSV(B) | 140.49º | 0.25% | 0.65% | - |
| XYZ | 27.16 | 33.97 | 29.94 | - |
| YUV | 151.66 | 121.42 | 109.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 167 | 140 | 0.25 | 0 | 0.16 | 0.35 | 140.49 | 0.19 | 0.57 |
| Hex | 7E | A7 | 8C | 19 | 0 | 10 | 23 | 8C | 13 | 39 |
| Octal | 176 | 247 | 214 | 31 | 0 | 20 | 43 | 214 | 23 | 71 |
| Binary | 1111110 | 10100111 | 10001100 | 11001 | 0 | 10000 | 100011 | 10001100 | 10011 | 111001 |
Color Harmonies of #7EA78C
Complementary color
Monochromatic Colors of #7EA78C
Black with #7EA78C
Text Example
Text Example
White with #7EA78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA78C; }
p { color: rgb(126,167,140); }
H1.HeaderClassName
{
color: #7EA78C;
}
.AnyTagClassName
{
color: #7EA78C;
}
</style>
background-color css
<style>
a { background-color: #7EA78C; }
a { background-color: rgb(126,167,140); }
div.DivClassName
{
background-color: #7EA78C;
}
.BgClassName
{
background-color: #7EA78C;
}
</style>
border-color css
<style>
span { border-color: #7EA78C; }
span { border-color: rgb(126,167,140); }
td.TdClassName
{
border-color: #7EA78C;
}
.TagClassName
{
border-color: #7EA78C;
}
</style>