Shades of Bay Leaf #79A18A
Tints of Bay Leaf #79A18A
RGB
CMYK
RGB Variations
Color information
#79A18A (or 0x79A18A) is known color: Bay Leaf. HEX triplet: 79, A1 and 8A. RGB value is (121,161,138). Sum of RGB (Red+Green+Blue) = 121+161+138=420 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.81% from 420); Green value is 161 (63.28% from 255 or 38.33% from 420); Blue value is 138 (54.30% from 255 or 32.86% from 420); Max value from RGB is 161 - color contains mainly: green. Hex color #79A18A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79A18A is #865E75. Grayscale: #929292. Windows color (decimal): -8806006 or 9085305. OLE color: 9085305.
HSL color Cylindrical-coordinate representation of color #79A18A: hue angle of 145.5º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #79A18A is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 121 | 161 | 138 | - |
| CMYK | 0.25 | 0 | 0.14 | 0.37 |
| HSL | 145.5º | 0.18% | 0.55% | - |
| HSV(B) | 145.5º | 0.25% | 0.63% | - |
| XYZ | 25.22 | 31.39 | 28.77 | - |
| YUV | 146.42 | 123.25 | 109.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 161 | 138 | 0.25 | 0 | 0.14 | 0.37 | 145.5 | 0.18 | 0.55 |
| Hex | 79 | A1 | 8A | 19 | 0 | E | 25 | 92 | 12 | 37 |
| Octal | 171 | 241 | 212 | 31 | 0 | 16 | 45 | 222 | 22 | 67 |
| Binary | 1111001 | 10100001 | 10001010 | 11001 | 0 | 1110 | 100101 | 10010010 | 10010 | 110111 |
Color Harmonies of #79A18A
Complementary color
Monochromatic Colors of #79A18A
Black with #79A18A
Text Example
Text Example
White with #79A18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79A18A; }
p { color: rgb(121,161,138); }
H1.HeaderClassName
{
color: #79A18A;
}
.AnyTagClassName
{
color: #79A18A;
}
</style>
background-color css
<style>
a { background-color: #79A18A; }
a { background-color: rgb(121,161,138); }
div.DivClassName
{
background-color: #79A18A;
}
.BgClassName
{
background-color: #79A18A;
}
</style>
border-color css
<style>
span { border-color: #79A18A; }
span { border-color: rgb(121,161,138); }
td.TdClassName
{
border-color: #79A18A;
}
.TagClassName
{
border-color: #79A18A;
}
</style>