Shades of Bay Leaf #79A688
Tints of Bay Leaf #79A688
RGB
CMYK
RGB Variations
Color information
#79A688 (or 0x79A688) is known color: Bay Leaf. HEX triplet: 79, A6 and 88. RGB value is (121,166,136). Sum of RGB (Red+Green+Blue) = 121+166+136=423 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.61% from 423); Green value is 166 (65.23% from 255 or 39.24% from 423); Blue value is 136 (53.52% from 255 or 32.15% from 423); Max value from RGB is 166 - color contains mainly: green. Hex color #79A688 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79A688 is #865977. Grayscale: #959595. Windows color (decimal): -8804728 or 8955513. OLE color: 8955513.
HSL color Cylindrical-coordinate representation of color #79A688: hue angle of 140º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #79A688 is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 121 | 166 | 136 | - |
| CMYK | 0.27 | 0 | 0.18 | 0.35 |
| HSL | 140º | 0.2% | 0.56% | - |
| HSV(B) | 140º | 0.27% | 0.65% | - |
| XYZ | 25.97 | 33.11 | 28.32 | - |
| YUV | 149.13 | 120.59 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 166 | 136 | 0.27 | 0 | 0.18 | 0.35 | 140 | 0.2 | 0.56 |
| Hex | 79 | A6 | 88 | 1B | 0 | 12 | 23 | 8C | 14 | 38 |
| Octal | 171 | 246 | 210 | 33 | 0 | 22 | 43 | 214 | 24 | 70 |
| Binary | 1111001 | 10100110 | 10001000 | 11011 | 0 | 10010 | 100011 | 10001100 | 10100 | 111000 |
Color Harmonies of #79A688
Complementary color
Monochromatic Colors of #79A688
Black with #79A688
Text Example
Text Example
White with #79A688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79A688; }
p { color: rgb(121,166,136); }
H1.HeaderClassName
{
color: #79A688;
}
.AnyTagClassName
{
color: #79A688;
}
</style>
background-color css
<style>
a { background-color: #79A688; }
a { background-color: rgb(121,166,136); }
div.DivClassName
{
background-color: #79A688;
}
.BgClassName
{
background-color: #79A688;
}
</style>
border-color css
<style>
span { border-color: #79A688; }
span { border-color: rgb(121,166,136); }
td.TdClassName
{
border-color: #79A688;
}
.TagClassName
{
border-color: #79A688;
}
</style>