Shades of Bay Leaf #79A385
Tints of Bay Leaf #79A385
RGB
CMYK
RGB Variations
Color information
#79A385 (or 0x79A385) is known color: Bay Leaf. HEX triplet: 79, A3 and 85. RGB value is (121,163,133). Sum of RGB (Red+Green+Blue) = 121+163+133=417 (55% of max value = 765). Red value is 121 (47.66% from 255 or 29.02% from 417); Green value is 163 (64.06% from 255 or 39.09% from 417); Blue value is 133 (52.34% from 255 or 31.89% from 417); Max value from RGB is 163 - color contains mainly: green. Hex color #79A385 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79A385 is #865C7A. Grayscale: #939393. Windows color (decimal): -8805499 or 8758137. OLE color: 8758137.
HSL color Cylindrical-coordinate representation of color #79A385: hue angle of 137.14º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #79A385 is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 121 | 163 | 133 | - |
| CMYK | 0.26 | 0 | 0.18 | 0.36 |
| HSL | 137.14º | 0.19% | 0.56% | - |
| HSV(B) | 137.14º | 0.26% | 0.64% | - |
| XYZ | 25.22 | 31.95 | 27.03 | - |
| YUV | 147.02 | 120.09 | 109.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 163 | 133 | 0.26 | 0 | 0.18 | 0.36 | 137.14 | 0.19 | 0.56 |
| Hex | 79 | A3 | 85 | 1A | 0 | 12 | 24 | 89 | 13 | 38 |
| Octal | 171 | 243 | 205 | 32 | 0 | 22 | 44 | 211 | 23 | 70 |
| Binary | 1111001 | 10100011 | 10000101 | 11010 | 0 | 10010 | 100100 | 10001001 | 10011 | 111000 |
Color Harmonies of #79A385
Complementary color
Monochromatic Colors of #79A385
Black with #79A385
Text Example
Text Example
White with #79A385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79A385; }
p { color: rgb(121,163,133); }
H1.HeaderClassName
{
color: #79A385;
}
.AnyTagClassName
{
color: #79A385;
}
</style>
background-color css
<style>
a { background-color: #79A385; }
a { background-color: rgb(121,163,133); }
div.DivClassName
{
background-color: #79A385;
}
.BgClassName
{
background-color: #79A385;
}
</style>
border-color css
<style>
span { border-color: #79A385; }
span { border-color: rgb(121,163,133); }
td.TdClassName
{
border-color: #79A385;
}
.TagClassName
{
border-color: #79A385;
}
</style>