Shades of Bay Leaf #7EBE8D
Tints of Bay Leaf #7EBE8D
RGB
CMYK
RGB Variations
Color information
#7EBE8D (or 0x7EBE8D) is known color: Bay Leaf. HEX triplet: 7E, BE and 8D. RGB value is (126,190,141). Sum of RGB (Red+Green+Blue) = 126+190+141=457 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.57% from 457); Green value is 190 (74.61% from 255 or 41.58% from 457); Blue value is 141 (55.47% from 255 or 30.85% from 457); Max value from RGB is 190 - color contains mainly: green. Hex color #7EBE8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EBE8D is #814172. Grayscale: #A5A5A5. Windows color (decimal): -8470899 or 9289342. OLE color: 9289342.
HSL color Cylindrical-coordinate representation of color #7EBE8D: hue angle of 134.06º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7EBE8D is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 126 | 190 | 141 | - |
| CMYK | 0.34 | 0 | 0.26 | 0.25 |
| HSL | 134.06º | 0.33% | 0.62% | - |
| HSV(B) | 134.06º | 0.34% | 0.75% | - |
| XYZ | 31.83 | 43.19 | 31.86 | - |
| YUV | 165.28 | 114.3 | 99.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 190 | 141 | 0.34 | 0 | 0.26 | 0.25 | 134.06 | 0.33 | 0.62 |
| Hex | 7E | BE | 8D | 22 | 0 | 1A | 19 | 86 | 21 | 3E |
| Octal | 176 | 276 | 215 | 42 | 0 | 32 | 31 | 206 | 41 | 76 |
| Binary | 1111110 | 10111110 | 10001101 | 100010 | 0 | 11010 | 11001 | 10000110 | 100001 | 111110 |
Color Harmonies of #7EBE8D
Complementary color
Monochromatic Colors of #7EBE8D
Black with #7EBE8D
Text Example
Text Example
White with #7EBE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBE8D; }
p { color: rgb(126,190,141); }
H1.HeaderClassName
{
color: #7EBE8D;
}
.AnyTagClassName
{
color: #7EBE8D;
}
</style>
background-color css
<style>
a { background-color: #7EBE8D; }
a { background-color: rgb(126,190,141); }
div.DivClassName
{
background-color: #7EBE8D;
}
.BgClassName
{
background-color: #7EBE8D;
}
</style>
border-color css
<style>
span { border-color: #7EBE8D; }
span { border-color: rgb(126,190,141); }
td.TdClassName
{
border-color: #7EBE8D;
}
.TagClassName
{
border-color: #7EBE8D;
}
</style>