Shades of Bay Leaf #7EB289
Tints of Bay Leaf #7EB289
RGB
CMYK
RGB Variations
Color information
#7EB289 (or 0x7EB289) is known color: Bay Leaf. HEX triplet: 7E, B2 and 89. RGB value is (126,178,137). Sum of RGB (Red+Green+Blue) = 126+178+137=441 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.57% from 441); Green value is 178 (69.92% from 255 or 40.36% from 441); Blue value is 137 (53.91% from 255 or 31.07% from 441); Max value from RGB is 178 - color contains mainly: green. Hex color #7EB289 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EB289 is #814D76. Grayscale: #9D9D9D. Windows color (decimal): -8473975 or 9024126. OLE color: 9024126.
HSL color Cylindrical-coordinate representation of color #7EB289: hue angle of 132.69º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7EB289 is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 126 | 178 | 137 | - |
| CMYK | 0.29 | 0 | 0.23 | 0.30 |
| HSL | 132.69º | 0.25% | 0.6% | - |
| HSV(B) | 132.69º | 0.29% | 0.7% | - |
| XYZ | 29.04 | 38.08 | 29.49 | - |
| YUV | 157.78 | 116.27 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 178 | 137 | 0.29 | 0 | 0.23 | 0.30 | 132.69 | 0.25 | 0.6 |
| Hex | 7E | B2 | 89 | 1D | 0 | 17 | 1E | 85 | 19 | 3C |
| Octal | 176 | 262 | 211 | 35 | 0 | 27 | 36 | 205 | 31 | 74 |
| Binary | 1111110 | 10110010 | 10001001 | 11101 | 0 | 10111 | 11110 | 10000101 | 11001 | 111100 |
Color Harmonies of #7EB289
Complementary color
Monochromatic Colors of #7EB289
Black with #7EB289
Text Example
Text Example
White with #7EB289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EB289; }
p { color: rgb(126,178,137); }
H1.HeaderClassName
{
color: #7EB289;
}
.AnyTagClassName
{
color: #7EB289;
}
</style>
background-color css
<style>
a { background-color: #7EB289; }
a { background-color: rgb(126,178,137); }
div.DivClassName
{
background-color: #7EB289;
}
.BgClassName
{
background-color: #7EB289;
}
</style>
border-color css
<style>
span { border-color: #7EB289; }
span { border-color: rgb(126,178,137); }
td.TdClassName
{
border-color: #7EB289;
}
.TagClassName
{
border-color: #7EB289;
}
</style>