Shades of Bay Leaf #799D88
Tints of Bay Leaf #799D88
RGB
CMYK
RGB Variations
Color information
#799D88 (or 0x799D88) is known color: Bay Leaf. HEX triplet: 79, 9D and 88. RGB value is (121,157,136). Sum of RGB (Red+Green+Blue) = 121+157+136=414 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.23% from 414); Green value is 157 (61.72% from 255 or 37.92% from 414); Blue value is 136 (53.52% from 255 or 32.85% from 414); Max value from RGB is 157 - color contains mainly: green. Hex color #799D88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799D88 is #866277. Grayscale: #8F8F8F. Windows color (decimal): -8807032 or 8953209. OLE color: 8953209.
HSL color Cylindrical-coordinate representation of color #799D88: hue angle of 145º 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 #799D88 is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 121 | 157 | 136 | - |
| CMYK | 0.23 | 0 | 0.13 | 0.38 |
| HSL | 145º | 0.16% | 0.55% | - |
| HSV(B) | 145º | 0.23% | 0.62% | - |
| XYZ | 24.39 | 29.96 | 27.79 | - |
| YUV | 143.84 | 123.57 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 157 | 136 | 0.23 | 0 | 0.13 | 0.38 | 145 | 0.16 | 0.55 |
| Hex | 79 | 9D | 88 | 17 | 0 | D | 26 | 91 | 10 | 37 |
| Octal | 171 | 235 | 210 | 27 | 0 | 15 | 46 | 221 | 20 | 67 |
| Binary | 1111001 | 10011101 | 10001000 | 10111 | 0 | 1101 | 100110 | 10010001 | 10000 | 110111 |
Color Harmonies of #799D88
Complementary color
Monochromatic Colors of #799D88
Black with #799D88
Text Example
Text Example
White with #799D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799D88; }
p { color: rgb(121,157,136); }
H1.HeaderClassName
{
color: #799D88;
}
.AnyTagClassName
{
color: #799D88;
}
</style>
background-color css
<style>
a { background-color: #799D88; }
a { background-color: rgb(121,157,136); }
div.DivClassName
{
background-color: #799D88;
}
.BgClassName
{
background-color: #799D88;
}
</style>
border-color css
<style>
span { border-color: #799D88; }
span { border-color: rgb(121,157,136); }
td.TdClassName
{
border-color: #799D88;
}
.TagClassName
{
border-color: #799D88;
}
</style>