Shades of Bay Leaf #7B9F89
Tints of Bay Leaf #7B9F89
RGB
CMYK
RGB Variations
Color information
#7B9F89 (or 0x7B9F89) is known color: Bay Leaf. HEX triplet: 7B, 9F and 89. RGB value is (123,159,137). Sum of RGB (Red+Green+Blue) = 123+159+137=419 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.36% from 419); Green value is 159 (62.5% from 255 or 37.95% from 419); Blue value is 137 (53.91% from 255 or 32.70% from 419); Max value from RGB is 159 - color contains mainly: green. Hex color #7B9F89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B9F89 is #846076. Grayscale: #919191. Windows color (decimal): -8675447 or 9019259. OLE color: 9019259.
HSL color Cylindrical-coordinate representation of color #7B9F89: hue angle of 143.33º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7B9F89 is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 123 | 159 | 137 | - |
| CMYK | 0.23 | 0 | 0.14 | 0.38 |
| HSL | 143.33º | 0.16% | 0.55% | - |
| HSV(B) | 143.33º | 0.23% | 0.62% | - |
| XYZ | 25.08 | 30.81 | 28.29 | - |
| YUV | 145.73 | 123.07 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 159 | 137 | 0.23 | 0 | 0.14 | 0.38 | 143.33 | 0.16 | 0.55 |
| Hex | 7B | 9F | 89 | 17 | 0 | E | 26 | 8F | 10 | 37 |
| Octal | 173 | 237 | 211 | 27 | 0 | 16 | 46 | 217 | 20 | 67 |
| Binary | 1111011 | 10011111 | 10001001 | 10111 | 0 | 1110 | 100110 | 10001111 | 10000 | 110111 |
Color Harmonies of #7B9F89
Complementary color
Monochromatic Colors of #7B9F89
Black with #7B9F89
Text Example
Text Example
White with #7B9F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9F89; }
p { color: rgb(123,159,137); }
H1.HeaderClassName
{
color: #7B9F89;
}
.AnyTagClassName
{
color: #7B9F89;
}
</style>
background-color css
<style>
a { background-color: #7B9F89; }
a { background-color: rgb(123,159,137); }
div.DivClassName
{
background-color: #7B9F89;
}
.BgClassName
{
background-color: #7B9F89;
}
</style>
border-color css
<style>
span { border-color: #7B9F89; }
span { border-color: rgb(123,159,137); }
td.TdClassName
{
border-color: #7B9F89;
}
.TagClassName
{
border-color: #7B9F89;
}
</style>