Shades of Bay Leaf #79B78D
Tints of Bay Leaf #79B78D
RGB
CMYK
RGB Variations
Color information
#79B78D (or 0x79B78D) is known color: Bay Leaf. HEX triplet: 79, B7 and 8D. RGB value is (121,183,141). Sum of RGB (Red+Green+Blue) = 121+183+141=445 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.19% from 445); Green value is 183 (71.88% from 255 or 41.12% from 445); Blue value is 141 (55.47% from 255 or 31.69% from 445); Max value from RGB is 183 - color contains mainly: green. Hex color #79B78D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #79B78D is #864872. Grayscale: #9F9F9F. Windows color (decimal): -8800371 or 9287545. OLE color: 9287545.
HSL color Cylindrical-coordinate representation of color #79B78D: hue angle of 139.35º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #79B78D is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 121 | 183 | 141 | - |
| CMYK | 0.34 | 0 | 0.23 | 0.28 |
| HSL | 139.35º | 0.3% | 0.6% | - |
| HSV(B) | 139.35º | 0.34% | 0.72% | - |
| XYZ | 29.63 | 39.86 | 31.33 | - |
| YUV | 159.67 | 117.46 | 100.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 183 | 141 | 0.34 | 0 | 0.23 | 0.28 | 139.35 | 0.3 | 0.6 |
| Hex | 79 | B7 | 8D | 22 | 0 | 17 | 1C | 8B | 1E | 3C |
| Octal | 171 | 267 | 215 | 42 | 0 | 27 | 34 | 213 | 36 | 74 |
| Binary | 1111001 | 10110111 | 10001101 | 100010 | 0 | 10111 | 11100 | 10001011 | 11110 | 111100 |
Color Harmonies of #79B78D
Complementary color
Monochromatic Colors of #79B78D
Black with #79B78D
Text Example
Text Example
White with #79B78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79B78D; }
p { color: rgb(121,183,141); }
H1.HeaderClassName
{
color: #79B78D;
}
.AnyTagClassName
{
color: #79B78D;
}
</style>
background-color css
<style>
a { background-color: #79B78D; }
a { background-color: rgb(121,183,141); }
div.DivClassName
{
background-color: #79B78D;
}
.BgClassName
{
background-color: #79B78D;
}
</style>
border-color css
<style>
span { border-color: #79B78D; }
span { border-color: rgb(121,183,141); }
td.TdClassName
{
border-color: #79B78D;
}
.TagClassName
{
border-color: #79B78D;
}
</style>