Shades of Bay Leaf #7EB987
Tints of Bay Leaf #7EB987
RGB
CMYK
RGB Variations
Color information
#7EB987 (or 0x7EB987) is known color: Bay Leaf. HEX triplet: 7E, B9 and 87. RGB value is (126,185,135). Sum of RGB (Red+Green+Blue) = 126+185+135=446 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28.25% from 446); Green value is 185 (72.66% from 255 or 41.48% from 446); Blue value is 135 (53.12% from 255 or 30.27% from 446); Max value from RGB is 185 - color contains mainly: green. Hex color #7EB987 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EB987 is #814678. Grayscale: #A1A1A1. Windows color (decimal): -8472185 or 8894846. OLE color: 8894846.
HSL color Cylindrical-coordinate representation of color #7EB987: hue angle of 129.15º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7EB987 is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 126 | 185 | 135 | - |
| CMYK | 0.32 | 0 | 0.27 | 0.27 |
| HSL | 129.15º | 0.3% | 0.61% | - |
| HSV(B) | 129.15º | 0.32% | 0.73% | - |
| XYZ | 30.33 | 40.88 | 29.21 | - |
| YUV | 161.66 | 112.95 | 102.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 185 | 135 | 0.32 | 0 | 0.27 | 0.27 | 129.15 | 0.3 | 0.61 |
| Hex | 7E | B9 | 87 | 20 | 0 | 1B | 1B | 81 | 1E | 3D |
| Octal | 176 | 271 | 207 | 40 | 0 | 33 | 33 | 201 | 36 | 75 |
| Binary | 1111110 | 10111001 | 10000111 | 100000 | 0 | 11011 | 11011 | 10000001 | 11110 | 111101 |
Color Harmonies of #7EB987
Complementary color
Monochromatic Colors of #7EB987
Black with #7EB987
Text Example
Text Example
White with #7EB987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EB987; }
p { color: rgb(126,185,135); }
H1.HeaderClassName
{
color: #7EB987;
}
.AnyTagClassName
{
color: #7EB987;
}
</style>
background-color css
<style>
a { background-color: #7EB987; }
a { background-color: rgb(126,185,135); }
div.DivClassName
{
background-color: #7EB987;
}
.BgClassName
{
background-color: #7EB987;
}
</style>
border-color css
<style>
span { border-color: #7EB987; }
span { border-color: rgb(126,185,135); }
td.TdClassName
{
border-color: #7EB987;
}
.TagClassName
{
border-color: #7EB987;
}
</style>