Shades of Bay Leaf #79A287
Tints of Bay Leaf #79A287
RGB
CMYK
RGB Variations
Color information
#79A287 (or 0x79A287) is known color: Bay Leaf. HEX triplet: 79, A2 and 87. RGB value is (121,162,135). Sum of RGB (Red+Green+Blue) = 121+162+135=418 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.95% from 418); Green value is 162 (63.67% from 255 or 38.76% from 418); Blue value is 135 (53.12% from 255 or 32.30% from 418); Max value from RGB is 162 - color contains mainly: green. Hex color #79A287 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79A287 is #865D78. Grayscale: #929292. Windows color (decimal): -8805753 or 8888953. OLE color: 8888953.
HSL color Cylindrical-coordinate representation of color #79A287: hue angle of 140.49º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #79A287 is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 121 | 162 | 135 | - |
| CMYK | 0.25 | 0 | 0.17 | 0.36 |
| HSL | 140.49º | 0.18% | 0.55% | - |
| HSV(B) | 140.49º | 0.25% | 0.64% | - |
| XYZ | 25.18 | 31.65 | 27.7 | - |
| YUV | 146.66 | 121.42 | 109.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 162 | 135 | 0.25 | 0 | 0.17 | 0.36 | 140.49 | 0.18 | 0.55 |
| Hex | 79 | A2 | 87 | 19 | 0 | 11 | 24 | 8C | 12 | 37 |
| Octal | 171 | 242 | 207 | 31 | 0 | 21 | 44 | 214 | 22 | 67 |
| Binary | 1111001 | 10100010 | 10000111 | 11001 | 0 | 10001 | 100100 | 10001100 | 10010 | 110111 |
Color Harmonies of #79A287
Complementary color
Monochromatic Colors of #79A287
Black with #79A287
Text Example
Text Example
White with #79A287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79A287; }
p { color: rgb(121,162,135); }
H1.HeaderClassName
{
color: #79A287;
}
.AnyTagClassName
{
color: #79A287;
}
</style>
background-color css
<style>
a { background-color: #79A287; }
a { background-color: rgb(121,162,135); }
div.DivClassName
{
background-color: #79A287;
}
.BgClassName
{
background-color: #79A287;
}
</style>
border-color css
<style>
span { border-color: #79A287; }
span { border-color: rgb(121,162,135); }
td.TdClassName
{
border-color: #79A287;
}
.TagClassName
{
border-color: #79A287;
}
</style>