Shades of Bay Leaf #799E87
Tints of Bay Leaf #799E87
RGB
CMYK
RGB Variations
Color information
#799E87 (or 0x799E87) is known color: Bay Leaf. HEX triplet: 79, 9E and 87. RGB value is (121,158,135). Sum of RGB (Red+Green+Blue) = 121+158+135=414 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.23% from 414); Green value is 158 (62.11% from 255 or 38.16% from 414); Blue value is 135 (53.12% from 255 or 32.61% from 414); Max value from RGB is 158 - color contains mainly: green. Hex color #799E87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799E87 is #866178. Grayscale: #909090. Windows color (decimal): -8806777 or 8887929. OLE color: 8887929.
HSL color Cylindrical-coordinate representation of color #799E87: hue angle of 142.7º 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 #799E87 is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 121 | 158 | 135 | - |
| CMYK | 0.23 | 0 | 0.15 | 0.38 |
| HSL | 142.7º | 0.16% | 0.55% | - |
| HSV(B) | 142.7º | 0.23% | 0.62% | - |
| XYZ | 24.49 | 30.27 | 27.47 | - |
| YUV | 144.32 | 122.74 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 158 | 135 | 0.23 | 0 | 0.15 | 0.38 | 142.7 | 0.16 | 0.55 |
| Hex | 79 | 9E | 87 | 17 | 0 | F | 26 | 8F | 10 | 37 |
| Octal | 171 | 236 | 207 | 27 | 0 | 17 | 46 | 217 | 20 | 67 |
| Binary | 1111001 | 10011110 | 10000111 | 10111 | 0 | 1111 | 100110 | 10001111 | 10000 | 110111 |
Color Harmonies of #799E87
Complementary color
Monochromatic Colors of #799E87
Black with #799E87
Text Example
Text Example
White with #799E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799E87; }
p { color: rgb(121,158,135); }
H1.HeaderClassName
{
color: #799E87;
}
.AnyTagClassName
{
color: #799E87;
}
</style>
background-color css
<style>
a { background-color: #799E87; }
a { background-color: rgb(121,158,135); }
div.DivClassName
{
background-color: #799E87;
}
.BgClassName
{
background-color: #799E87;
}
</style>
border-color css
<style>
span { border-color: #799E87; }
span { border-color: rgb(121,158,135); }
td.TdClassName
{
border-color: #799E87;
}
.TagClassName
{
border-color: #799E87;
}
</style>