Shades of Bay Leaf #7EBF8D
Tints of Bay Leaf #7EBF8D
RGB
CMYK
RGB Variations
Color information
#7EBF8D (or 0x7EBF8D) is known color: Bay Leaf. HEX triplet: 7E, BF and 8D. RGB value is (126,191,141). Sum of RGB (Red+Green+Blue) = 126+191+141=458 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.51% from 458); Green value is 191 (75% from 255 or 41.70% from 458); Blue value is 141 (55.47% from 255 or 30.79% from 458); Max value from RGB is 191 - color contains mainly: green. Hex color #7EBF8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EBF8D is #814072. Grayscale: #A6A6A6. Windows color (decimal): -8470643 or 9289598. OLE color: 9289598.
HSL color Cylindrical-coordinate representation of color #7EBF8D: hue angle of 133.85º 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 #7EBF8D is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 126 | 191 | 141 | - |
| CMYK | 0.34 | 0 | 0.26 | 0.25 |
| HSL | 133.85º | 0.34% | 0.62% | - |
| HSV(B) | 133.85º | 0.34% | 0.75% | - |
| XYZ | 32.04 | 43.62 | 31.93 | - |
| YUV | 165.87 | 113.97 | 99.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 191 | 141 | 0.34 | 0 | 0.26 | 0.25 | 133.85 | 0.34 | 0.62 |
| Hex | 7E | BF | 8D | 22 | 0 | 1A | 19 | 86 | 22 | 3E |
| Octal | 176 | 277 | 215 | 42 | 0 | 32 | 31 | 206 | 42 | 76 |
| Binary | 1111110 | 10111111 | 10001101 | 100010 | 0 | 11010 | 11001 | 10000110 | 100010 | 111110 |
Color Harmonies of #7EBF8D
Complementary color
Monochromatic Colors of #7EBF8D
Black with #7EBF8D
Text Example
Text Example
White with #7EBF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBF8D; }
p { color: rgb(126,191,141); }
H1.HeaderClassName
{
color: #7EBF8D;
}
.AnyTagClassName
{
color: #7EBF8D;
}
</style>
background-color css
<style>
a { background-color: #7EBF8D; }
a { background-color: rgb(126,191,141); }
div.DivClassName
{
background-color: #7EBF8D;
}
.BgClassName
{
background-color: #7EBF8D;
}
</style>
border-color css
<style>
span { border-color: #7EBF8D; }
span { border-color: rgb(126,191,141); }
td.TdClassName
{
border-color: #7EBF8D;
}
.TagClassName
{
border-color: #7EBF8D;
}
</style>