Shades of Bay Leaf #7E9C89
Tints of Bay Leaf #7E9C89
RGB
CMYK
RGB Variations
Color information
#7E9C89 (or 0x7E9C89) is known color: Bay Leaf. HEX triplet: 7E, 9C and 89. RGB value is (126,156,137). Sum of RGB (Red+Green+Blue) = 126+156+137=419 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30.07% from 419); Green value is 156 (61.33% from 255 or 37.23% from 419); Blue value is 137 (53.91% from 255 or 32.70% from 419); Max value from RGB is 156 - color contains mainly: green. Hex color #7E9C89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E9C89 is #816376. Grayscale: #909090. Windows color (decimal): -8479607 or 9018494. OLE color: 9018494.
HSL color Cylindrical-coordinate representation of color #7E9C89: hue angle of 142º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7E9C89 is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 126 | 156 | 137 | - |
| CMYK | 0.19 | 0 | 0.12 | 0.39 |
| HSL | 142º | 0.13% | 0.55% | - |
| HSV(B) | 142º | 0.19% | 0.61% | - |
| XYZ | 25.01 | 30.02 | 28.14 | - |
| YUV | 144.86 | 123.56 | 114.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 156 | 137 | 0.19 | 0 | 0.12 | 0.39 | 142 | 0.13 | 0.55 |
| Hex | 7E | 9C | 89 | 13 | 0 | C | 27 | 8E | D | 37 |
| Octal | 176 | 234 | 211 | 23 | 0 | 14 | 47 | 216 | 15 | 67 |
| Binary | 1111110 | 10011100 | 10001001 | 10011 | 0 | 1100 | 100111 | 10001110 | 1101 | 110111 |
Color Harmonies of #7E9C89
Complementary color
Monochromatic Colors of #7E9C89
Black with #7E9C89
Text Example
Text Example
White with #7E9C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9C89; }
p { color: rgb(126,156,137); }
H1.HeaderClassName
{
color: #7E9C89;
}
.AnyTagClassName
{
color: #7E9C89;
}
</style>
background-color css
<style>
a { background-color: #7E9C89; }
a { background-color: rgb(126,156,137); }
div.DivClassName
{
background-color: #7E9C89;
}
.BgClassName
{
background-color: #7E9C89;
}
</style>
border-color css
<style>
span { border-color: #7E9C89; }
span { border-color: rgb(126,156,137); }
td.TdClassName
{
border-color: #7E9C89;
}
.TagClassName
{
border-color: #7E9C89;
}
</style>