Shades of Bay Leaf #7EA88A
Tints of Bay Leaf #7EA88A
RGB
CMYK
RGB Variations
Color information
#7EA88A (or 0x7EA88A) is known color: Bay Leaf. HEX triplet: 7E, A8 and 8A. RGB value is (126,168,138). Sum of RGB (Red+Green+Blue) = 126+168+138=432 (57% of max value = 765). Red value is 126 (49.61% from 255 or 29.17% from 432); Green value is 168 (66.02% from 255 or 38.89% from 432); Blue value is 138 (54.30% from 255 or 31.94% from 432); Max value from RGB is 168 - color contains mainly: green. Hex color #7EA88A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EA88A is #815775. Grayscale: #989898. Windows color (decimal): -8476534 or 9087102. OLE color: 9087102.
HSL color Cylindrical-coordinate representation of color #7EA88A: hue angle of 137.14º 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 #7EA88A is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 126 | 168 | 138 | - |
| CMYK | 0.25 | 0 | 0.18 | 0.34 |
| HSL | 137.14º | 0.19% | 0.58% | - |
| HSV(B) | 137.14º | 0.25% | 0.66% | - |
| XYZ | 27.19 | 34.28 | 29.23 | - |
| YUV | 152.02 | 120.09 | 109.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 168 | 138 | 0.25 | 0 | 0.18 | 0.34 | 137.14 | 0.19 | 0.58 |
| Hex | 7E | A8 | 8A | 19 | 0 | 12 | 22 | 89 | 13 | 3A |
| Octal | 176 | 250 | 212 | 31 | 0 | 22 | 42 | 211 | 23 | 72 |
| Binary | 1111110 | 10101000 | 10001010 | 11001 | 0 | 10010 | 100010 | 10001001 | 10011 | 111010 |
Color Harmonies of #7EA88A
Complementary color
Monochromatic Colors of #7EA88A
Black with #7EA88A
Text Example
Text Example
White with #7EA88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA88A; }
p { color: rgb(126,168,138); }
H1.HeaderClassName
{
color: #7EA88A;
}
.AnyTagClassName
{
color: #7EA88A;
}
</style>
background-color css
<style>
a { background-color: #7EA88A; }
a { background-color: rgb(126,168,138); }
div.DivClassName
{
background-color: #7EA88A;
}
.BgClassName
{
background-color: #7EA88A;
}
</style>
border-color css
<style>
span { border-color: #7EA88A; }
span { border-color: rgb(126,168,138); }
td.TdClassName
{
border-color: #7EA88A;
}
.TagClassName
{
border-color: #7EA88A;
}
</style>