Shades of Bay Leaf #79C68C
Tints of Bay Leaf #79C68C
RGB
CMYK
RGB Variations
Color information
#79C68C (or 0x79C68C) is known color: Bay Leaf. HEX triplet: 79, C6 and 8C. RGB value is (121,198,140). Sum of RGB (Red+Green+Blue) = 121+198+140=459 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.36% from 459); Green value is 198 (77.73% from 255 or 43.14% from 459); Blue value is 140 (55.08% from 255 or 30.50% from 459); Max value from RGB is 198 - color contains mainly: green. Hex color #79C68C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #79C68C is #863973. Grayscale: #A8A8A8. Windows color (decimal): -8796532 or 9225849. OLE color: 9225849.
HSL color Cylindrical-coordinate representation of color #79C68C: hue angle of 134.81º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #79C68C is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 121 | 198 | 140 | - |
| CMYK | 0.39 | 0 | 0.29 | 0.22 |
| HSL | 134.81º | 0.4% | 0.63% | - |
| HSV(B) | 134.81º | 0.39% | 0.78% | - |
| XYZ | 32.81 | 46.35 | 32.03 | - |
| YUV | 168.37 | 111.99 | 94.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 198 | 140 | 0.39 | 0 | 0.29 | 0.22 | 134.81 | 0.4 | 0.63 |
| Hex | 79 | C6 | 8C | 27 | 0 | 1D | 16 | 87 | 28 | 3F |
| Octal | 171 | 306 | 214 | 47 | 0 | 35 | 26 | 207 | 50 | 77 |
| Binary | 1111001 | 11000110 | 10001100 | 100111 | 0 | 11101 | 10110 | 10000111 | 101000 | 111111 |
Color Harmonies of #79C68C
Complementary color
Monochromatic Colors of #79C68C
Black with #79C68C
Text Example
Text Example
White with #79C68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79C68C; }
p { color: rgb(121,198,140); }
H1.HeaderClassName
{
color: #79C68C;
}
.AnyTagClassName
{
color: #79C68C;
}
</style>
background-color css
<style>
a { background-color: #79C68C; }
a { background-color: rgb(121,198,140); }
div.DivClassName
{
background-color: #79C68C;
}
.BgClassName
{
background-color: #79C68C;
}
</style>
border-color css
<style>
span { border-color: #79C68C; }
span { border-color: rgb(121,198,140); }
td.TdClassName
{
border-color: #79C68C;
}
.TagClassName
{
border-color: #79C68C;
}
</style>