Shades of Bay Leaf #79B88A
Tints of Bay Leaf #79B88A
RGB
CMYK
RGB Variations
Color information
#79B88A (or 0x79B88A) is known color: Bay Leaf. HEX triplet: 79, B8 and 8A. RGB value is (121,184,138). Sum of RGB (Red+Green+Blue) = 121+184+138=443 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.31% from 443); Green value is 184 (72.27% from 255 or 41.53% from 443); Blue value is 138 (54.30% from 255 or 31.15% from 443); Max value from RGB is 184 - color contains mainly: green. Hex color #79B88A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #79B88A is #864775. Grayscale: #A0A0A0. Windows color (decimal): -8800118 or 9091193. OLE color: 9091193.
HSL color Cylindrical-coordinate representation of color #79B88A: hue angle of 136.19º degrees, saturation: 0.31, 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 #79B88A is Cyan = 0.34, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 121 | 184 | 138 | - |
| CMYK | 0.34 | 0 | 0.25 | 0.28 |
| HSL | 136.19º | 0.31% | 0.6% | - |
| HSV(B) | 136.19º | 0.34% | 0.72% | - |
| XYZ | 29.61 | 40.18 | 30.24 | - |
| YUV | 159.92 | 115.63 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 184 | 138 | 0.34 | 0 | 0.25 | 0.28 | 136.19 | 0.31 | 0.6 |
| Hex | 79 | B8 | 8A | 22 | 0 | 19 | 1C | 88 | 1F | 3C |
| Octal | 171 | 270 | 212 | 42 | 0 | 31 | 34 | 210 | 37 | 74 |
| Binary | 1111001 | 10111000 | 10001010 | 100010 | 0 | 11001 | 11100 | 10001000 | 11111 | 111100 |
Color Harmonies of #79B88A
Complementary color
Monochromatic Colors of #79B88A
Black with #79B88A
Text Example
Text Example
White with #79B88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79B88A; }
p { color: rgb(121,184,138); }
H1.HeaderClassName
{
color: #79B88A;
}
.AnyTagClassName
{
color: #79B88A;
}
</style>
background-color css
<style>
a { background-color: #79B88A; }
a { background-color: rgb(121,184,138); }
div.DivClassName
{
background-color: #79B88A;
}
.BgClassName
{
background-color: #79B88A;
}
</style>
border-color css
<style>
span { border-color: #79B88A; }
span { border-color: rgb(121,184,138); }
td.TdClassName
{
border-color: #79B88A;
}
.TagClassName
{
border-color: #79B88A;
}
</style>