Shades of Bay Leaf #79A288
Tints of Bay Leaf #79A288
RGB
CMYK
RGB Variations
Color information
#79A288 (or 0x79A288) is known color: Bay Leaf. HEX triplet: 79, A2 and 88. RGB value is (121,162,136). Sum of RGB (Red+Green+Blue) = 121+162+136=419 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.88% from 419); Green value is 162 (63.67% from 255 or 38.66% from 419); Blue value is 136 (53.52% from 255 or 32.46% from 419); Max value from RGB is 162 - color contains mainly: green. Hex color #79A288 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79A288 is #865D77. Grayscale: #929292. Windows color (decimal): -8805752 or 8954489. OLE color: 8954489.
HSL color Cylindrical-coordinate representation of color #79A288: hue angle of 141.95º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #79A288 is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 121 | 162 | 136 | - |
| CMYK | 0.25 | 0 | 0.16 | 0.36 |
| HSL | 141.95º | 0.18% | 0.55% | - |
| HSV(B) | 141.95º | 0.25% | 0.64% | - |
| XYZ | 25.25 | 31.68 | 28.08 | - |
| YUV | 146.78 | 121.92 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 162 | 136 | 0.25 | 0 | 0.16 | 0.36 | 141.95 | 0.18 | 0.55 |
| Hex | 79 | A2 | 88 | 19 | 0 | 10 | 24 | 8E | 12 | 37 |
| Octal | 171 | 242 | 210 | 31 | 0 | 20 | 44 | 216 | 22 | 67 |
| Binary | 1111001 | 10100010 | 10001000 | 11001 | 0 | 10000 | 100100 | 10001110 | 10010 | 110111 |
Color Harmonies of #79A288
Complementary color
Monochromatic Colors of #79A288
Black with #79A288
Text Example
Text Example
White with #79A288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79A288; }
p { color: rgb(121,162,136); }
H1.HeaderClassName
{
color: #79A288;
}
.AnyTagClassName
{
color: #79A288;
}
</style>
background-color css
<style>
a { background-color: #79A288; }
a { background-color: rgb(121,162,136); }
div.DivClassName
{
background-color: #79A288;
}
.BgClassName
{
background-color: #79A288;
}
</style>
border-color css
<style>
span { border-color: #79A288; }
span { border-color: rgb(121,162,136); }
td.TdClassName
{
border-color: #79A288;
}
.TagClassName
{
border-color: #79A288;
}
</style>