Shades of Bay Leaf #7EBD8C
Tints of Bay Leaf #7EBD8C
RGB
CMYK
RGB Variations
Color information
#7EBD8C (or 0x7EBD8C) is known color: Bay Leaf. HEX triplet: 7E, BD and 8C. RGB value is (126,189,140). Sum of RGB (Red+Green+Blue) = 126+189+140=455 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.69% from 455); Green value is 189 (74.22% from 255 or 41.54% from 455); Blue value is 140 (55.08% from 255 or 30.77% from 455); Max value from RGB is 189 - color contains mainly: green. Hex color #7EBD8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EBD8C is #814273. Grayscale: #A4A4A4. Windows color (decimal): -8471156 or 9223550. OLE color: 9223550.
HSL color Cylindrical-coordinate representation of color #7EBD8C: hue angle of 133.33º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7EBD8C is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 126 | 189 | 140 | - |
| CMYK | 0.33 | 0 | 0.26 | 0.26 |
| HSL | 133.33º | 0.32% | 0.62% | - |
| HSV(B) | 133.33º | 0.33% | 0.74% | - |
| XYZ | 31.54 | 42.72 | 31.4 | - |
| YUV | 164.58 | 114.13 | 100.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 189 | 140 | 0.33 | 0 | 0.26 | 0.26 | 133.33 | 0.32 | 0.62 |
| Hex | 7E | BD | 8C | 21 | 0 | 1A | 1A | 85 | 20 | 3E |
| Octal | 176 | 275 | 214 | 41 | 0 | 32 | 32 | 205 | 40 | 76 |
| Binary | 1111110 | 10111101 | 10001100 | 100001 | 0 | 11010 | 11010 | 10000101 | 100000 | 111110 |
Color Harmonies of #7EBD8C
Complementary color
Monochromatic Colors of #7EBD8C
Black with #7EBD8C
Text Example
Text Example
White with #7EBD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBD8C; }
p { color: rgb(126,189,140); }
H1.HeaderClassName
{
color: #7EBD8C;
}
.AnyTagClassName
{
color: #7EBD8C;
}
</style>
background-color css
<style>
a { background-color: #7EBD8C; }
a { background-color: rgb(126,189,140); }
div.DivClassName
{
background-color: #7EBD8C;
}
.BgClassName
{
background-color: #7EBD8C;
}
</style>
border-color css
<style>
span { border-color: #7EBD8C; }
span { border-color: rgb(126,189,140); }
td.TdClassName
{
border-color: #7EBD8C;
}
.TagClassName
{
border-color: #7EBD8C;
}
</style>