Shades of Bay Leaf #7F9B89
Tints of Bay Leaf #7F9B89
RGB
CMYK
RGB Variations
Color information
#7F9B89 (or 0x7F9B89) is known color: Bay Leaf. HEX triplet: 7F, 9B and 89. RGB value is (127,155,137). Sum of RGB (Red+Green+Blue) = 127+155+137=419 (55% of max value = 765). Red value is 127 (50% from 255 or 30.31% from 419); Green value is 155 (60.94% from 255 or 36.99% from 419); Blue value is 137 (53.91% from 255 or 32.70% from 419); Max value from RGB is 155 - color contains mainly: green. Hex color #7F9B89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F9B89 is #806476. Grayscale: #909090. Windows color (decimal): -8414327 or 9018239. OLE color: 9018239.
HSL color Cylindrical-coordinate representation of color #7F9B89: hue angle of 141.43º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7F9B89 is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 127 | 155 | 137 | - |
| CMYK | 0.18 | 0 | 0.12 | 0.39 |
| HSL | 141.43º | 0.12% | 0.55% | - |
| HSV(B) | 141.43º | 0.18% | 0.61% | - |
| XYZ | 24.99 | 29.76 | 28.09 | - |
| YUV | 144.58 | 123.72 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 155 | 137 | 0.18 | 0 | 0.12 | 0.39 | 141.43 | 0.12 | 0.55 |
| Hex | 7F | 9B | 89 | 12 | 0 | C | 27 | 8D | C | 37 |
| Octal | 177 | 233 | 211 | 22 | 0 | 14 | 47 | 215 | 14 | 67 |
| Binary | 1111111 | 10011011 | 10001001 | 10010 | 0 | 1100 | 100111 | 10001101 | 1100 | 110111 |
Color Harmonies of #7F9B89
Complementary color
Monochromatic Colors of #7F9B89
Black with #7F9B89
Text Example
Text Example
White with #7F9B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9B89; }
p { color: rgb(127,155,137); }
H1.HeaderClassName
{
color: #7F9B89;
}
.AnyTagClassName
{
color: #7F9B89;
}
</style>
background-color css
<style>
a { background-color: #7F9B89; }
a { background-color: rgb(127,155,137); }
div.DivClassName
{
background-color: #7F9B89;
}
.BgClassName
{
background-color: #7F9B89;
}
</style>
border-color css
<style>
span { border-color: #7F9B89; }
span { border-color: rgb(127,155,137); }
td.TdClassName
{
border-color: #7F9B89;
}
.TagClassName
{
border-color: #7F9B89;
}
</style>