Shades of Bay Leaf #79C68E
Tints of Bay Leaf #79C68E
RGB
CMYK
RGB Variations
Color information
#79C68E (or 0x79C68E) is known color: Bay Leaf. HEX triplet: 79, C6 and 8E. RGB value is (121,198,142). Sum of RGB (Red+Green+Blue) = 121+198+142=461 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.25% from 461); Green value is 198 (77.73% from 255 or 42.95% from 461); Blue value is 142 (55.86% from 255 or 30.80% from 461); Max value from RGB is 198 - color contains mainly: green. Hex color #79C68E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #79C68E is #863971. Grayscale: #A8A8A8. Windows color (decimal): -8796530 or 9356921. OLE color: 9356921.
HSL color Cylindrical-coordinate representation of color #79C68E: hue angle of 136.36º 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 #79C68E is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 121 | 198 | 142 | - |
| CMYK | 0.39 | 0 | 0.28 | 0.22 |
| HSL | 136.36º | 0.4% | 0.63% | - |
| HSV(B) | 136.36º | 0.39% | 0.78% | - |
| XYZ | 32.96 | 46.41 | 32.81 | - |
| YUV | 168.59 | 112.99 | 94.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 198 | 142 | 0.39 | 0 | 0.28 | 0.22 | 136.36 | 0.4 | 0.63 |
| Hex | 79 | C6 | 8E | 27 | 0 | 1C | 16 | 88 | 28 | 3F |
| Octal | 171 | 306 | 216 | 47 | 0 | 34 | 26 | 210 | 50 | 77 |
| Binary | 1111001 | 11000110 | 10001110 | 100111 | 0 | 11100 | 10110 | 10001000 | 101000 | 111111 |
Color Harmonies of #79C68E
Complementary color
Monochromatic Colors of #79C68E
Black with #79C68E
Text Example
Text Example
White with #79C68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79C68E; }
p { color: rgb(121,198,142); }
H1.HeaderClassName
{
color: #79C68E;
}
.AnyTagClassName
{
color: #79C68E;
}
</style>
background-color css
<style>
a { background-color: #79C68E; }
a { background-color: rgb(121,198,142); }
div.DivClassName
{
background-color: #79C68E;
}
.BgClassName
{
background-color: #79C68E;
}
</style>
border-color css
<style>
span { border-color: #79C68E; }
span { border-color: rgb(121,198,142); }
td.TdClassName
{
border-color: #79C68E;
}
.TagClassName
{
border-color: #79C68E;
}
</style>