Shades of Bay Leaf #7EBD8A
Tints of Bay Leaf #7EBD8A
RGB
CMYK
RGB Variations
Color information
#7EBD8A (or 0x7EBD8A) is known color: Bay Leaf. HEX triplet: 7E, BD and 8A. RGB value is (126,189,138). Sum of RGB (Red+Green+Blue) = 126+189+138=453 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.81% from 453); Green value is 189 (74.22% from 255 or 41.72% from 453); Blue value is 138 (54.30% from 255 or 30.46% from 453); Max value from RGB is 189 - color contains mainly: green. Hex color #7EBD8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EBD8A is #814275. Grayscale: #A4A4A4. Windows color (decimal): -8471158 or 9092478. OLE color: 9092478.
HSL color Cylindrical-coordinate representation of color #7EBD8A: hue angle of 131.43º 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 #7EBD8A is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 126 | 189 | 138 | - |
| CMYK | 0.33 | 0 | 0.27 | 0.26 |
| HSL | 131.43º | 0.32% | 0.62% | - |
| HSV(B) | 131.43º | 0.33% | 0.74% | - |
| XYZ | 31.39 | 42.67 | 30.63 | - |
| YUV | 164.35 | 113.13 | 100.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 189 | 138 | 0.33 | 0 | 0.27 | 0.26 | 131.43 | 0.32 | 0.62 |
| Hex | 7E | BD | 8A | 21 | 0 | 1B | 1A | 83 | 20 | 3E |
| Octal | 176 | 275 | 212 | 41 | 0 | 33 | 32 | 203 | 40 | 76 |
| Binary | 1111110 | 10111101 | 10001010 | 100001 | 0 | 11011 | 11010 | 10000011 | 100000 | 111110 |
Color Harmonies of #7EBD8A
Complementary color
Monochromatic Colors of #7EBD8A
Black with #7EBD8A
Text Example
Text Example
White with #7EBD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBD8A; }
p { color: rgb(126,189,138); }
H1.HeaderClassName
{
color: #7EBD8A;
}
.AnyTagClassName
{
color: #7EBD8A;
}
</style>
background-color css
<style>
a { background-color: #7EBD8A; }
a { background-color: rgb(126,189,138); }
div.DivClassName
{
background-color: #7EBD8A;
}
.BgClassName
{
background-color: #7EBD8A;
}
</style>
border-color css
<style>
span { border-color: #7EBD8A; }
span { border-color: rgb(126,189,138); }
td.TdClassName
{
border-color: #7EBD8A;
}
.TagClassName
{
border-color: #7EBD8A;
}
</style>