Shades of Bay Leaf #7EAE8C
Tints of Bay Leaf #7EAE8C
RGB
CMYK
RGB Variations
Color information
#7EAE8C (or 0x7EAE8C) is known color: Bay Leaf. HEX triplet: 7E, AE and 8C. RGB value is (126,174,140). Sum of RGB (Red+Green+Blue) = 126+174+140=440 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.64% from 440); Green value is 174 (68.36% from 255 or 39.55% from 440); Blue value is 140 (55.08% from 255 or 31.82% from 440); Max value from RGB is 174 - color contains mainly: green. Hex color #7EAE8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EAE8C is #815173. Grayscale: #9B9B9B. Windows color (decimal): -8474996 or 9219710. OLE color: 9219710.
HSL color Cylindrical-coordinate representation of color #7EAE8C: hue angle of 137.5º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7EAE8C is Cyan = 0.28, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 126 | 174 | 140 | - |
| CMYK | 0.28 | 0 | 0.20 | 0.32 |
| HSL | 137.5º | 0.23% | 0.59% | - |
| HSV(B) | 137.5º | 0.28% | 0.68% | - |
| XYZ | 28.47 | 36.6 | 30.37 | - |
| YUV | 155.77 | 119.1 | 106.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 174 | 140 | 0.28 | 0 | 0.20 | 0.32 | 137.5 | 0.23 | 0.59 |
| Hex | 7E | AE | 8C | 1C | 0 | 14 | 20 | 8A | 17 | 3B |
| Octal | 176 | 256 | 214 | 34 | 0 | 24 | 40 | 212 | 27 | 73 |
| Binary | 1111110 | 10101110 | 10001100 | 11100 | 0 | 10100 | 100000 | 10001010 | 10111 | 111011 |
Color Harmonies of #7EAE8C
Complementary color
Monochromatic Colors of #7EAE8C
Black with #7EAE8C
Text Example
Text Example
White with #7EAE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EAE8C; }
p { color: rgb(126,174,140); }
H1.HeaderClassName
{
color: #7EAE8C;
}
.AnyTagClassName
{
color: #7EAE8C;
}
</style>
background-color css
<style>
a { background-color: #7EAE8C; }
a { background-color: rgb(126,174,140); }
div.DivClassName
{
background-color: #7EAE8C;
}
.BgClassName
{
background-color: #7EAE8C;
}
</style>
border-color css
<style>
span { border-color: #7EAE8C; }
span { border-color: rgb(126,174,140); }
td.TdClassName
{
border-color: #7EAE8C;
}
.TagClassName
{
border-color: #7EAE8C;
}
</style>