Shades of Bay Leaf #79C08A
Tints of Bay Leaf #79C08A
RGB
CMYK
RGB Variations
Color information
#79C08A (or 0x79C08A) is known color: Bay Leaf. HEX triplet: 79, C0 and 8A. RGB value is (121,192,138). Sum of RGB (Red+Green+Blue) = 121+192+138=451 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.83% from 451); Green value is 192 (75.39% from 255 or 42.57% from 451); Blue value is 138 (54.30% from 255 or 30.60% from 451); Max value from RGB is 192 - color contains mainly: green. Hex color #79C08A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #79C08A is #863F75. Grayscale: #A4A4A4. Windows color (decimal): -8798070 or 9093241. OLE color: 9093241.
HSL color Cylindrical-coordinate representation of color #79C08A: hue angle of 134.37º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #79C08A is Cyan = 0.37, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 121 | 192 | 138 | - |
| CMYK | 0.37 | 0 | 0.28 | 0.25 |
| HSL | 134.37º | 0.36% | 0.61% | - |
| HSV(B) | 134.37º | 0.37% | 0.75% | - |
| XYZ | 31.32 | 43.6 | 30.81 | - |
| YUV | 164.62 | 112.98 | 96.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 192 | 138 | 0.37 | 0 | 0.28 | 0.25 | 134.37 | 0.36 | 0.61 |
| Hex | 79 | C0 | 8A | 25 | 0 | 1C | 19 | 86 | 24 | 3D |
| Octal | 171 | 300 | 212 | 45 | 0 | 34 | 31 | 206 | 44 | 75 |
| Binary | 1111001 | 11000000 | 10001010 | 100101 | 0 | 11100 | 11001 | 10000110 | 100100 | 111101 |
Color Harmonies of #79C08A
Complementary color
Monochromatic Colors of #79C08A
Black with #79C08A
Text Example
Text Example
White with #79C08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79C08A; }
p { color: rgb(121,192,138); }
H1.HeaderClassName
{
color: #79C08A;
}
.AnyTagClassName
{
color: #79C08A;
}
</style>
background-color css
<style>
a { background-color: #79C08A; }
a { background-color: rgb(121,192,138); }
div.DivClassName
{
background-color: #79C08A;
}
.BgClassName
{
background-color: #79C08A;
}
</style>
border-color css
<style>
span { border-color: #79C08A; }
span { border-color: rgb(121,192,138); }
td.TdClassName
{
border-color: #79C08A;
}
.TagClassName
{
border-color: #79C08A;
}
</style>