Shades of Bay Leaf #7EBB91
Tints of Bay Leaf #7EBB91
RGB
CMYK
RGB Variations
Color information
#7EBB91 (or 0x7EBB91) is known color: Bay Leaf. HEX triplet: 7E, BB and 91. RGB value is (126,187,145). Sum of RGB (Red+Green+Blue) = 126+187+145=458 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.51% from 458); Green value is 187 (73.44% from 255 or 40.83% from 458); Blue value is 145 (57.03% from 255 or 31.66% from 458); Max value from RGB is 187 - color contains mainly: green. Hex color #7EBB91 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EBB91 is #81446E. Grayscale: #A4A4A4. Windows color (decimal): -8471663 or 9550718. OLE color: 9550718.
HSL color Cylindrical-coordinate representation of color #7EBB91: hue angle of 138.69º 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 #7EBB91 is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 126 | 187 | 145 | - |
| CMYK | 0.33 | 0 | 0.22 | 0.27 |
| HSL | 138.69º | 0.31% | 0.61% | - |
| HSV(B) | 138.69º | 0.33% | 0.73% | - |
| XYZ | 31.49 | 42.02 | 33.24 | - |
| YUV | 163.97 | 117.29 | 100.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 187 | 145 | 0.33 | 0 | 0.22 | 0.27 | 138.69 | 0.31 | 0.61 |
| Hex | 7E | BB | 91 | 21 | 0 | 16 | 1B | 8B | 1F | 3D |
| Octal | 176 | 273 | 221 | 41 | 0 | 26 | 33 | 213 | 37 | 75 |
| Binary | 1111110 | 10111011 | 10010001 | 100001 | 0 | 10110 | 11011 | 10001011 | 11111 | 111101 |
Color Harmonies of #7EBB91
Complementary color
Monochromatic Colors of #7EBB91
Black with #7EBB91
Text Example
Text Example
White with #7EBB91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBB91; }
p { color: rgb(126,187,145); }
H1.HeaderClassName
{
color: #7EBB91;
}
.AnyTagClassName
{
color: #7EBB91;
}
</style>
background-color css
<style>
a { background-color: #7EBB91; }
a { background-color: rgb(126,187,145); }
div.DivClassName
{
background-color: #7EBB91;
}
.BgClassName
{
background-color: #7EBB91;
}
</style>
border-color css
<style>
span { border-color: #7EBB91; }
span { border-color: rgb(126,187,145); }
td.TdClassName
{
border-color: #7EBB91;
}
.TagClassName
{
border-color: #7EBB91;
}
</style>