Shades of Bay Leaf #799F89
Tints of Bay Leaf #799F89
RGB
CMYK
RGB Variations
Color information
#799F89 (or 0x799F89) is known color: Bay Leaf. HEX triplet: 79, 9F and 89. RGB value is (121,159,137). Sum of RGB (Red+Green+Blue) = 121+159+137=417 (55% of max value = 765). Red value is 121 (47.66% from 255 or 29.02% from 417); Green value is 159 (62.5% from 255 or 38.13% from 417); Blue value is 137 (53.91% from 255 or 32.85% from 417); Max value from RGB is 159 - color contains mainly: green. Hex color #799F89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799F89 is #866076. Grayscale: #919191. Windows color (decimal): -8806519 or 9019257. OLE color: 9019257.
HSL color Cylindrical-coordinate representation of color #799F89: hue angle of 145.26º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #799F89 is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 121 | 159 | 137 | - |
| CMYK | 0.24 | 0 | 0.14 | 0.38 |
| HSL | 145.26º | 0.17% | 0.55% | - |
| HSV(B) | 145.26º | 0.24% | 0.62% | - |
| XYZ | 24.8 | 30.67 | 28.28 | - |
| YUV | 145.13 | 123.41 | 110.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 159 | 137 | 0.24 | 0 | 0.14 | 0.38 | 145.26 | 0.17 | 0.55 |
| Hex | 79 | 9F | 89 | 18 | 0 | E | 26 | 91 | 11 | 37 |
| Octal | 171 | 237 | 211 | 30 | 0 | 16 | 46 | 221 | 21 | 67 |
| Binary | 1111001 | 10011111 | 10001001 | 11000 | 0 | 1110 | 100110 | 10010001 | 10001 | 110111 |
Color Harmonies of #799F89
Complementary color
Monochromatic Colors of #799F89
Black with #799F89
Text Example
Text Example
White with #799F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799F89; }
p { color: rgb(121,159,137); }
H1.HeaderClassName
{
color: #799F89;
}
.AnyTagClassName
{
color: #799F89;
}
</style>
background-color css
<style>
a { background-color: #799F89; }
a { background-color: rgb(121,159,137); }
div.DivClassName
{
background-color: #799F89;
}
.BgClassName
{
background-color: #799F89;
}
</style>
border-color css
<style>
span { border-color: #799F89; }
span { border-color: rgb(121,159,137); }
td.TdClassName
{
border-color: #799F89;
}
.TagClassName
{
border-color: #799F89;
}
</style>