Shades of Bay Leaf #799F88
Tints of Bay Leaf #799F88
RGB
CMYK
RGB Variations
Color information
#799F88 (or 0x799F88) is known color: Bay Leaf. HEX triplet: 79, 9F and 88. RGB value is (121,159,136). Sum of RGB (Red+Green+Blue) = 121+159+136=416 (55% of max value = 765). Red value is 121 (47.66% from 255 or 29.09% from 416); Green value is 159 (62.5% from 255 or 38.22% from 416); Blue value is 136 (53.52% from 255 or 32.69% from 416); Max value from RGB is 159 - color contains mainly: green. Hex color #799F88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799F88 is #866077. Grayscale: #919191. Windows color (decimal): -8806520 or 8953721. OLE color: 8953721.
HSL color Cylindrical-coordinate representation of color #799F88: hue angle of 143.68º 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 #799F88 is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 121 | 159 | 136 | - |
| CMYK | 0.24 | 0 | 0.14 | 0.38 |
| HSL | 143.68º | 0.17% | 0.55% | - |
| HSV(B) | 143.68º | 0.24% | 0.62% | - |
| XYZ | 24.73 | 30.64 | 27.9 | - |
| YUV | 145.02 | 122.91 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 159 | 136 | 0.24 | 0 | 0.14 | 0.38 | 143.68 | 0.17 | 0.55 |
| Hex | 79 | 9F | 88 | 18 | 0 | E | 26 | 90 | 11 | 37 |
| Octal | 171 | 237 | 210 | 30 | 0 | 16 | 46 | 220 | 21 | 67 |
| Binary | 1111001 | 10011111 | 10001000 | 11000 | 0 | 1110 | 100110 | 10010000 | 10001 | 110111 |
Color Harmonies of #799F88
Complementary color
Monochromatic Colors of #799F88
Black with #799F88
Text Example
Text Example
White with #799F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799F88; }
p { color: rgb(121,159,136); }
H1.HeaderClassName
{
color: #799F88;
}
.AnyTagClassName
{
color: #799F88;
}
</style>
background-color css
<style>
a { background-color: #799F88; }
a { background-color: rgb(121,159,136); }
div.DivClassName
{
background-color: #799F88;
}
.BgClassName
{
background-color: #799F88;
}
</style>
border-color css
<style>
span { border-color: #799F88; }
span { border-color: rgb(121,159,136); }
td.TdClassName
{
border-color: #799F88;
}
.TagClassName
{
border-color: #799F88;
}
</style>