Shades of Bay Leaf #7EB488
Tints of Bay Leaf #7EB488
RGB
CMYK
RGB Variations
Color information
#7EB488 (or 0x7EB488) is known color: Bay Leaf. HEX triplet: 7E, B4 and 88. RGB value is (126,180,136). Sum of RGB (Red+Green+Blue) = 126+180+136=442 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.51% from 442); Green value is 180 (70.70% from 255 or 40.72% from 442); Blue value is 136 (53.52% from 255 or 30.77% from 442); Max value from RGB is 180 - color contains mainly: green. Hex color #7EB488 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EB488 is #814B77. Grayscale: #9E9E9E. Windows color (decimal): -8473464 or 8959102. OLE color: 8959102.
HSL color Cylindrical-coordinate representation of color #7EB488: hue angle of 131.11º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7EB488 is Cyan = 0.3, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 126 | 180 | 136 | - |
| CMYK | 0.3 | 0 | 0.24 | 0.29 |
| HSL | 131.11º | 0.26% | 0.6% | - |
| HSV(B) | 131.11º | 0.3% | 0.71% | - |
| XYZ | 29.37 | 38.86 | 29.24 | - |
| YUV | 158.84 | 115.11 | 104.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 180 | 136 | 0.3 | 0 | 0.24 | 0.29 | 131.11 | 0.26 | 0.6 |
| Hex | 7E | B4 | 88 | 1E | 0 | 18 | 1D | 83 | 1A | 3C |
| Octal | 176 | 264 | 210 | 36 | 0 | 30 | 35 | 203 | 32 | 74 |
| Binary | 1111110 | 10110100 | 10001000 | 11110 | 0 | 11000 | 11101 | 10000011 | 11010 | 111100 |
Color Harmonies of #7EB488
Complementary color
Monochromatic Colors of #7EB488
Black with #7EB488
Text Example
Text Example
White with #7EB488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EB488; }
p { color: rgb(126,180,136); }
H1.HeaderClassName
{
color: #7EB488;
}
.AnyTagClassName
{
color: #7EB488;
}
</style>
background-color css
<style>
a { background-color: #7EB488; }
a { background-color: rgb(126,180,136); }
div.DivClassName
{
background-color: #7EB488;
}
.BgClassName
{
background-color: #7EB488;
}
</style>
border-color css
<style>
span { border-color: #7EB488; }
span { border-color: rgb(126,180,136); }
td.TdClassName
{
border-color: #7EB488;
}
.TagClassName
{
border-color: #7EB488;
}
</style>