Shades of Bay Leaf #7EA88E
Tints of Bay Leaf #7EA88E
RGB
CMYK
RGB Variations
Color information
#7EA88E (or 0x7EA88E) is known color: Bay Leaf. HEX triplet: 7E, A8 and 8E. RGB value is (126,168,142). Sum of RGB (Red+Green+Blue) = 126+168+142=436 (57% of max value = 765). Red value is 126 (49.61% from 255 or 28.90% from 436); Green value is 168 (66.02% from 255 or 38.53% from 436); Blue value is 142 (55.86% from 255 or 32.57% from 436); Max value from RGB is 168 - color contains mainly: green. Hex color #7EA88E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EA88E is #815771. Grayscale: #989898. Windows color (decimal): -8476530 or 9349246. OLE color: 9349246.
HSL color Cylindrical-coordinate representation of color #7EA88E: hue angle of 142.86º degrees, saturation: 0.19, 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 #7EA88E is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 126 | 168 | 142 | - |
| CMYK | 0.25 | 0 | 0.15 | 0.34 |
| HSL | 142.86º | 0.19% | 0.58% | - |
| HSV(B) | 142.86º | 0.25% | 0.66% | - |
| XYZ | 27.49 | 34.39 | 30.78 | - |
| YUV | 152.48 | 122.09 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 168 | 142 | 0.25 | 0 | 0.15 | 0.34 | 142.86 | 0.19 | 0.58 |
| Hex | 7E | A8 | 8E | 19 | 0 | F | 22 | 8F | 13 | 3A |
| Octal | 176 | 250 | 216 | 31 | 0 | 17 | 42 | 217 | 23 | 72 |
| Binary | 1111110 | 10101000 | 10001110 | 11001 | 0 | 1111 | 100010 | 10001111 | 10011 | 111010 |
Color Harmonies of #7EA88E
Complementary color
Monochromatic Colors of #7EA88E
Black with #7EA88E
Text Example
Text Example
White with #7EA88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA88E; }
p { color: rgb(126,168,142); }
H1.HeaderClassName
{
color: #7EA88E;
}
.AnyTagClassName
{
color: #7EA88E;
}
</style>
background-color css
<style>
a { background-color: #7EA88E; }
a { background-color: rgb(126,168,142); }
div.DivClassName
{
background-color: #7EA88E;
}
.BgClassName
{
background-color: #7EA88E;
}
</style>
border-color css
<style>
span { border-color: #7EA88E; }
span { border-color: rgb(126,168,142); }
td.TdClassName
{
border-color: #7EA88E;
}
.TagClassName
{
border-color: #7EA88E;
}
</style>