Shades of Bay Leaf #79A189
Tints of Bay Leaf #79A189
RGB
CMYK
RGB Variations
Color information
#79A189 (or 0x79A189) is known color: Bay Leaf. HEX triplet: 79, A1 and 89. RGB value is (121,161,137). Sum of RGB (Red+Green+Blue) = 121+161+137=419 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.88% from 419); Green value is 161 (63.28% from 255 or 38.42% from 419); Blue value is 137 (53.91% from 255 or 32.70% from 419); Max value from RGB is 161 - color contains mainly: green. Hex color #79A189 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79A189 is #865E76. Grayscale: #929292. Windows color (decimal): -8806007 or 9019769. OLE color: 9019769.
HSL color Cylindrical-coordinate representation of color #79A189: hue angle of 144º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #79A189 is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 121 | 161 | 137 | - |
| CMYK | 0.25 | 0 | 0.15 | 0.37 |
| HSL | 144º | 0.18% | 0.55% | - |
| HSV(B) | 144º | 0.25% | 0.63% | - |
| XYZ | 25.15 | 31.36 | 28.39 | - |
| YUV | 146.3 | 122.75 | 109.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 161 | 137 | 0.25 | 0 | 0.15 | 0.37 | 144 | 0.18 | 0.55 |
| Hex | 79 | A1 | 89 | 19 | 0 | F | 25 | 90 | 12 | 37 |
| Octal | 171 | 241 | 211 | 31 | 0 | 17 | 45 | 220 | 22 | 67 |
| Binary | 1111001 | 10100001 | 10001001 | 11001 | 0 | 1111 | 100101 | 10010000 | 10010 | 110111 |
Color Harmonies of #79A189
Complementary color
Monochromatic Colors of #79A189
Black with #79A189
Text Example
Text Example
White with #79A189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79A189; }
p { color: rgb(121,161,137); }
H1.HeaderClassName
{
color: #79A189;
}
.AnyTagClassName
{
color: #79A189;
}
</style>
background-color css
<style>
a { background-color: #79A189; }
a { background-color: rgb(121,161,137); }
div.DivClassName
{
background-color: #79A189;
}
.BgClassName
{
background-color: #79A189;
}
</style>
border-color css
<style>
span { border-color: #79A189; }
span { border-color: rgb(121,161,137); }
td.TdClassName
{
border-color: #79A189;
}
.TagClassName
{
border-color: #79A189;
}
</style>