Shades of Bay Leaf #79B790
Tints of Bay Leaf #79B790
RGB
CMYK
RGB Variations
Color information
#79B790 (or 0x79B790) is known color: Bay Leaf. HEX triplet: 79, B7 and 90. RGB value is (121,183,144). Sum of RGB (Red+Green+Blue) = 121+183+144=448 (59% of max value = 765). Red value is 121 (47.66% from 255 or 27.01% from 448); Green value is 183 (71.88% from 255 or 40.85% from 448); Blue value is 144 (56.64% from 255 or 32.14% from 448); Max value from RGB is 183 - color contains mainly: green. Hex color #79B790 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #79B790 is #86486F. Grayscale: #A0A0A0. Windows color (decimal): -8800368 or 9484153. OLE color: 9484153.
HSL color Cylindrical-coordinate representation of color #79B790: hue angle of 142.26º 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 #79B790 is Cyan = 0.34, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 121 | 183 | 144 | - |
| CMYK | 0.34 | 0 | 0.21 | 0.28 |
| HSL | 142.26º | 0.3% | 0.6% | - |
| HSV(B) | 142.26º | 0.34% | 0.72% | - |
| XYZ | 29.85 | 39.95 | 32.52 | - |
| YUV | 160.02 | 118.96 | 100.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 183 | 144 | 0.34 | 0 | 0.21 | 0.28 | 142.26 | 0.3 | 0.6 |
| Hex | 79 | B7 | 90 | 22 | 0 | 15 | 1C | 8E | 1E | 3C |
| Octal | 171 | 267 | 220 | 42 | 0 | 25 | 34 | 216 | 36 | 74 |
| Binary | 1111001 | 10110111 | 10010000 | 100010 | 0 | 10101 | 11100 | 10001110 | 11110 | 111100 |
Color Harmonies of #79B790
Complementary color
Monochromatic Colors of #79B790
Black with #79B790
Text Example
Text Example
White with #79B790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79B790; }
p { color: rgb(121,183,144); }
H1.HeaderClassName
{
color: #79B790;
}
.AnyTagClassName
{
color: #79B790;
}
</style>
background-color css
<style>
a { background-color: #79B790; }
a { background-color: rgb(121,183,144); }
div.DivClassName
{
background-color: #79B790;
}
.BgClassName
{
background-color: #79B790;
}
</style>
border-color css
<style>
span { border-color: #79B790; }
span { border-color: rgb(121,183,144); }
td.TdClassName
{
border-color: #79B790;
}
.TagClassName
{
border-color: #79B790;
}
</style>