Shades of Bay Leaf #79BA8D
Tints of Bay Leaf #79BA8D
RGB
CMYK
RGB Variations
Color information
#79BA8D (or 0x79BA8D) is known color: Bay Leaf. HEX triplet: 79, BA and 8D. RGB value is (121,186,141). Sum of RGB (Red+Green+Blue) = 121+186+141=448 (59% of max value = 765). Red value is 121 (47.66% from 255 or 27.01% from 448); Green value is 186 (73.05% from 255 or 41.52% from 448); Blue value is 141 (55.47% from 255 or 31.47% from 448); Max value from RGB is 186 - color contains mainly: green. Hex color #79BA8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #79BA8D is #864572. Grayscale: #A1A1A1. Windows color (decimal): -8799603 or 9288313. OLE color: 9288313.
HSL color Cylindrical-coordinate representation of color #79BA8D: hue angle of 138.46º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #79BA8D is Cyan = 0.35, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 121 | 186 | 141 | - |
| CMYK | 0.35 | 0 | 0.24 | 0.27 |
| HSL | 138.46º | 0.32% | 0.6% | - |
| HSV(B) | 138.46º | 0.35% | 0.73% | - |
| XYZ | 30.25 | 41.11 | 31.54 | - |
| YUV | 161.44 | 116.47 | 99.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 186 | 141 | 0.35 | 0 | 0.24 | 0.27 | 138.46 | 0.32 | 0.6 |
| Hex | 79 | BA | 8D | 23 | 0 | 18 | 1B | 8A | 20 | 3C |
| Octal | 171 | 272 | 215 | 43 | 0 | 30 | 33 | 212 | 40 | 74 |
| Binary | 1111001 | 10111010 | 10001101 | 100011 | 0 | 11000 | 11011 | 10001010 | 100000 | 111100 |
Color Harmonies of #79BA8D
Complementary color
Monochromatic Colors of #79BA8D
Black with #79BA8D
Text Example
Text Example
White with #79BA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79BA8D; }
p { color: rgb(121,186,141); }
H1.HeaderClassName
{
color: #79BA8D;
}
.AnyTagClassName
{
color: #79BA8D;
}
</style>
background-color css
<style>
a { background-color: #79BA8D; }
a { background-color: rgb(121,186,141); }
div.DivClassName
{
background-color: #79BA8D;
}
.BgClassName
{
background-color: #79BA8D;
}
</style>
border-color css
<style>
span { border-color: #79BA8D; }
span { border-color: rgb(121,186,141); }
td.TdClassName
{
border-color: #79BA8D;
}
.TagClassName
{
border-color: #79BA8D;
}
</style>