Shades of Bay Leaf #7D9F89
Tints of Bay Leaf #7D9F89
RGB
CMYK
RGB Variations
Color information
#7D9F89 (or 0x7D9F89) is known color: Bay Leaf. HEX triplet: 7D, 9F and 89. RGB value is (125,159,137). Sum of RGB (Red+Green+Blue) = 125+159+137=421 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.69% from 421); Green value is 159 (62.5% from 255 or 37.77% from 421); Blue value is 137 (53.91% from 255 or 32.54% from 421); Max value from RGB is 159 - color contains mainly: green. Hex color #7D9F89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D9F89 is #826076. Grayscale: #929292. Windows color (decimal): -8544375 or 9019261. OLE color: 9019261.
HSL color Cylindrical-coordinate representation of color #7D9F89: hue angle of 141.18º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7D9F89 is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 125 | 159 | 137 | - |
| CMYK | 0.21 | 0 | 0.14 | 0.38 |
| HSL | 141.18º | 0.15% | 0.56% | - |
| HSV(B) | 141.18º | 0.21% | 0.62% | - |
| XYZ | 25.37 | 30.96 | 28.31 | - |
| YUV | 146.33 | 122.74 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 159 | 137 | 0.21 | 0 | 0.14 | 0.38 | 141.18 | 0.15 | 0.56 |
| Hex | 7D | 9F | 89 | 15 | 0 | E | 26 | 8D | F | 38 |
| Octal | 175 | 237 | 211 | 25 | 0 | 16 | 46 | 215 | 17 | 70 |
| Binary | 1111101 | 10011111 | 10001001 | 10101 | 0 | 1110 | 100110 | 10001101 | 1111 | 111000 |
Color Harmonies of #7D9F89
Complementary color
Monochromatic Colors of #7D9F89
Black with #7D9F89
Text Example
Text Example
White with #7D9F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9F89; }
p { color: rgb(125,159,137); }
H1.HeaderClassName
{
color: #7D9F89;
}
.AnyTagClassName
{
color: #7D9F89;
}
</style>
background-color css
<style>
a { background-color: #7D9F89; }
a { background-color: rgb(125,159,137); }
div.DivClassName
{
background-color: #7D9F89;
}
.BgClassName
{
background-color: #7D9F89;
}
</style>
border-color css
<style>
span { border-color: #7D9F89; }
span { border-color: rgb(125,159,137); }
td.TdClassName
{
border-color: #7D9F89;
}
.TagClassName
{
border-color: #7D9F89;
}
</style>