Shades of Bay Leaf #7EA68A
Tints of Bay Leaf #7EA68A
RGB
CMYK
RGB Variations
Color information
#7EA68A (or 0x7EA68A) is known color: Bay Leaf. HEX triplet: 7E, A6 and 8A. RGB value is (126,166,138). Sum of RGB (Red+Green+Blue) = 126+166+138=430 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.30% from 430); Green value is 166 (65.23% from 255 or 38.60% from 430); Blue value is 138 (54.30% from 255 or 32.09% from 430); Max value from RGB is 166 - color contains mainly: green. Hex color #7EA68A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EA68A is #815975. Grayscale: #969696. Windows color (decimal): -8477046 or 9086590. OLE color: 9086590.
HSL color Cylindrical-coordinate representation of color #7EA68A: hue angle of 138º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7EA68A is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 126 | 166 | 138 | - |
| CMYK | 0.24 | 0 | 0.17 | 0.35 |
| HSL | 138º | 0.18% | 0.57% | - |
| HSV(B) | 138º | 0.24% | 0.65% | - |
| XYZ | 26.83 | 33.54 | 29.11 | - |
| YUV | 150.85 | 120.75 | 110.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 166 | 138 | 0.24 | 0 | 0.17 | 0.35 | 138 | 0.18 | 0.57 |
| Hex | 7E | A6 | 8A | 18 | 0 | 11 | 23 | 8A | 12 | 39 |
| Octal | 176 | 246 | 212 | 30 | 0 | 21 | 43 | 212 | 22 | 71 |
| Binary | 1111110 | 10100110 | 10001010 | 11000 | 0 | 10001 | 100011 | 10001010 | 10010 | 111001 |
Color Harmonies of #7EA68A
Complementary color
Monochromatic Colors of #7EA68A
Black with #7EA68A
Text Example
Text Example
White with #7EA68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA68A; }
p { color: rgb(126,166,138); }
H1.HeaderClassName
{
color: #7EA68A;
}
.AnyTagClassName
{
color: #7EA68A;
}
</style>
background-color css
<style>
a { background-color: #7EA68A; }
a { background-color: rgb(126,166,138); }
div.DivClassName
{
background-color: #7EA68A;
}
.BgClassName
{
background-color: #7EA68A;
}
</style>
border-color css
<style>
span { border-color: #7EA68A; }
span { border-color: rgb(126,166,138); }
td.TdClassName
{
border-color: #7EA68A;
}
.TagClassName
{
border-color: #7EA68A;
}
</style>