Shades of Bay Leaf #7EA88F
Tints of Bay Leaf #7EA88F
RGB
CMYK
RGB Variations
Color information
#7EA88F (or 0x7EA88F) is known color: Bay Leaf. HEX triplet: 7E, A8 and 8F. RGB value is (126,168,143). Sum of RGB (Red+Green+Blue) = 126+168+143=437 (57% of max value = 765). Red value is 126 (49.61% from 255 or 28.83% from 437); Green value is 168 (66.02% from 255 or 38.44% from 437); Blue value is 143 (56.25% from 255 or 32.72% from 437); Max value from RGB is 168 - color contains mainly: green. Hex color #7EA88F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EA88F is #815770. Grayscale: #989898. Windows color (decimal): -8476529 or 9414782. OLE color: 9414782.
HSL color Cylindrical-coordinate representation of color #7EA88F: hue angle of 144.29º 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 #7EA88F is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 126 | 168 | 143 | - |
| CMYK | 0.25 | 0 | 0.15 | 0.34 |
| HSL | 144.29º | 0.19% | 0.58% | - |
| HSV(B) | 144.29º | 0.25% | 0.66% | - |
| XYZ | 27.56 | 34.42 | 31.18 | - |
| YUV | 152.59 | 122.59 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 168 | 143 | 0.25 | 0 | 0.15 | 0.34 | 144.29 | 0.19 | 0.58 |
| Hex | 7E | A8 | 8F | 19 | 0 | F | 22 | 90 | 13 | 3A |
| Octal | 176 | 250 | 217 | 31 | 0 | 17 | 42 | 220 | 23 | 72 |
| Binary | 1111110 | 10101000 | 10001111 | 11001 | 0 | 1111 | 100010 | 10010000 | 10011 | 111010 |
Color Harmonies of #7EA88F
Complementary color
Monochromatic Colors of #7EA88F
Black with #7EA88F
Text Example
Text Example
White with #7EA88F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA88F; }
p { color: rgb(126,168,143); }
H1.HeaderClassName
{
color: #7EA88F;
}
.AnyTagClassName
{
color: #7EA88F;
}
</style>
background-color css
<style>
a { background-color: #7EA88F; }
a { background-color: rgb(126,168,143); }
div.DivClassName
{
background-color: #7EA88F;
}
.BgClassName
{
background-color: #7EA88F;
}
</style>
border-color css
<style>
span { border-color: #7EA88F; }
span { border-color: rgb(126,168,143); }
td.TdClassName
{
border-color: #7EA88F;
}
.TagClassName
{
border-color: #7EA88F;
}
</style>