Shades of Bay Leaf #79C58C
Tints of Bay Leaf #79C58C
RGB
CMYK
RGB Variations
Color information
#79C58C (or 0x79C58C) is known color: Bay Leaf. HEX triplet: 79, C5 and 8C. RGB value is (121,197,140). Sum of RGB (Red+Green+Blue) = 121+197+140=458 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.42% from 458); Green value is 197 (77.34% from 255 or 43.01% from 458); Blue value is 140 (55.08% from 255 or 30.57% from 458); Max value from RGB is 197 - color contains mainly: green. Hex color #79C58C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #79C58C is #863A73. Grayscale: #A7A7A7. Windows color (decimal): -8796788 or 9225593. OLE color: 9225593.
HSL color Cylindrical-coordinate representation of color #79C58C: hue angle of 135º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #79C58C is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 121 | 197 | 140 | - |
| CMYK | 0.39 | 0 | 0.29 | 0.23 |
| HSL | 135º | 0.4% | 0.62% | - |
| HSV(B) | 135º | 0.39% | 0.77% | - |
| XYZ | 32.59 | 45.89 | 31.95 | - |
| YUV | 167.78 | 112.32 | 94.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 197 | 140 | 0.39 | 0 | 0.29 | 0.23 | 135 | 0.4 | 0.62 |
| Hex | 79 | C5 | 8C | 27 | 0 | 1D | 17 | 87 | 28 | 3E |
| Octal | 171 | 305 | 214 | 47 | 0 | 35 | 27 | 207 | 50 | 76 |
| Binary | 1111001 | 11000101 | 10001100 | 100111 | 0 | 11101 | 10111 | 10000111 | 101000 | 111110 |
Color Harmonies of #79C58C
Complementary color
Monochromatic Colors of #79C58C
Black with #79C58C
Text Example
Text Example
White with #79C58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79C58C; }
p { color: rgb(121,197,140); }
H1.HeaderClassName
{
color: #79C58C;
}
.AnyTagClassName
{
color: #79C58C;
}
</style>
background-color css
<style>
a { background-color: #79C58C; }
a { background-color: rgb(121,197,140); }
div.DivClassName
{
background-color: #79C58C;
}
.BgClassName
{
background-color: #79C58C;
}
</style>
border-color css
<style>
span { border-color: #79C58C; }
span { border-color: rgb(121,197,140); }
td.TdClassName
{
border-color: #79C58C;
}
.TagClassName
{
border-color: #79C58C;
}
</style>