Shades of Bay Leaf #7EBF8E
Tints of Bay Leaf #7EBF8E
RGB
CMYK
RGB Variations
Color information
#7EBF8E (or 0x7EBF8E) is known color: Bay Leaf. HEX triplet: 7E, BF and 8E. RGB value is (126,191,142). Sum of RGB (Red+Green+Blue) = 126+191+142=459 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.45% from 459); Green value is 191 (75% from 255 or 41.61% from 459); Blue value is 142 (55.86% from 255 or 30.94% from 459); Max value from RGB is 191 - color contains mainly: green. Hex color #7EBF8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EBF8E is #814071. Grayscale: #A6A6A6. Windows color (decimal): -8470642 or 9355134. OLE color: 9355134.
HSL color Cylindrical-coordinate representation of color #7EBF8E: hue angle of 134.77º degrees, saturation: 0.34, 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 #7EBF8E is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 126 | 191 | 142 | - |
| CMYK | 0.34 | 0 | 0.26 | 0.25 |
| HSL | 134.77º | 0.34% | 0.62% | - |
| HSV(B) | 134.77º | 0.34% | 0.75% | - |
| XYZ | 32.12 | 43.65 | 32.32 | - |
| YUV | 165.98 | 114.47 | 99.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 191 | 142 | 0.34 | 0 | 0.26 | 0.25 | 134.77 | 0.34 | 0.62 |
| Hex | 7E | BF | 8E | 22 | 0 | 1A | 19 | 87 | 22 | 3E |
| Octal | 176 | 277 | 216 | 42 | 0 | 32 | 31 | 207 | 42 | 76 |
| Binary | 1111110 | 10111111 | 10001110 | 100010 | 0 | 11010 | 11001 | 10000111 | 100010 | 111110 |
Color Harmonies of #7EBF8E
Complementary color
Monochromatic Colors of #7EBF8E
Black with #7EBF8E
Text Example
Text Example
White with #7EBF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBF8E; }
p { color: rgb(126,191,142); }
H1.HeaderClassName
{
color: #7EBF8E;
}
.AnyTagClassName
{
color: #7EBF8E;
}
</style>
background-color css
<style>
a { background-color: #7EBF8E; }
a { background-color: rgb(126,191,142); }
div.DivClassName
{
background-color: #7EBF8E;
}
.BgClassName
{
background-color: #7EBF8E;
}
</style>
border-color css
<style>
span { border-color: #7EBF8E; }
span { border-color: rgb(126,191,142); }
td.TdClassName
{
border-color: #7EBF8E;
}
.TagClassName
{
border-color: #7EBF8E;
}
</style>