Shades of Bay Leaf #7EBB8D
Tints of Bay Leaf #7EBB8D
RGB
CMYK
RGB Variations
Color information
#7EBB8D (or 0x7EBB8D) is known color: Bay Leaf. HEX triplet: 7E, BB and 8D. RGB value is (126,187,141). Sum of RGB (Red+Green+Blue) = 126+187+141=454 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.75% from 454); Green value is 187 (73.44% from 255 or 41.19% from 454); Blue value is 141 (55.47% from 255 or 31.06% from 454); Max value from RGB is 187 - color contains mainly: green. Hex color #7EBB8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EBB8D is #814472. Grayscale: #A3A3A3. Windows color (decimal): -8471667 or 9288574. OLE color: 9288574.
HSL color Cylindrical-coordinate representation of color #7EBB8D: hue angle of 134.75º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7EBB8D is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 126 | 187 | 141 | - |
| CMYK | 0.33 | 0 | 0.25 | 0.27 |
| HSL | 134.75º | 0.31% | 0.61% | - |
| HSV(B) | 134.75º | 0.33% | 0.73% | - |
| XYZ | 31.18 | 41.9 | 31.64 | - |
| YUV | 163.52 | 115.29 | 101.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 187 | 141 | 0.33 | 0 | 0.25 | 0.27 | 134.75 | 0.31 | 0.61 |
| Hex | 7E | BB | 8D | 21 | 0 | 19 | 1B | 87 | 1F | 3D |
| Octal | 176 | 273 | 215 | 41 | 0 | 31 | 33 | 207 | 37 | 75 |
| Binary | 1111110 | 10111011 | 10001101 | 100001 | 0 | 11001 | 11011 | 10000111 | 11111 | 111101 |
Color Harmonies of #7EBB8D
Complementary color
Monochromatic Colors of #7EBB8D
Black with #7EBB8D
Text Example
Text Example
White with #7EBB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBB8D; }
p { color: rgb(126,187,141); }
H1.HeaderClassName
{
color: #7EBB8D;
}
.AnyTagClassName
{
color: #7EBB8D;
}
</style>
background-color css
<style>
a { background-color: #7EBB8D; }
a { background-color: rgb(126,187,141); }
div.DivClassName
{
background-color: #7EBB8D;
}
.BgClassName
{
background-color: #7EBB8D;
}
</style>
border-color css
<style>
span { border-color: #7EBB8D; }
span { border-color: rgb(126,187,141); }
td.TdClassName
{
border-color: #7EBB8D;
}
.TagClassName
{
border-color: #7EBB8D;
}
</style>