Shades of Bay Leaf #79B081
Tints of Bay Leaf #79B081
RGB
CMYK
RGB Variations
Color information
#79B081 (or 0x79B081) is known color: Bay Leaf. HEX triplet: 79, B0 and 81. RGB value is (121,176,129). Sum of RGB (Red+Green+Blue) = 121+176+129=426 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.40% from 426); Green value is 176 (69.14% from 255 or 41.31% from 426); Blue value is 129 (50.78% from 255 or 30.28% from 426); Max value from RGB is 176 - color contains mainly: green. Hex color #79B081 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79B081 is #864F7E. Grayscale: #9A9A9A. Windows color (decimal): -8802175 or 8499321. OLE color: 8499321.
HSL color Cylindrical-coordinate representation of color #79B081: hue angle of 128.73º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #79B081 is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 121 | 176 | 129 | - |
| CMYK | 0.31 | 0 | 0.27 | 0.31 |
| HSL | 128.73º | 0.26% | 0.58% | - |
| HSV(B) | 128.73º | 0.31% | 0.69% | - |
| XYZ | 27.37 | 36.7 | 26.41 | - |
| YUV | 154.2 | 113.78 | 104.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 176 | 129 | 0.31 | 0 | 0.27 | 0.31 | 128.73 | 0.26 | 0.58 |
| Hex | 79 | B0 | 81 | 1F | 0 | 1B | 1F | 81 | 1A | 3A |
| Octal | 171 | 260 | 201 | 37 | 0 | 33 | 37 | 201 | 32 | 72 |
| Binary | 1111001 | 10110000 | 10000001 | 11111 | 0 | 11011 | 11111 | 10000001 | 11010 | 111010 |
Color Harmonies of #79B081
Complementary color
Monochromatic Colors of #79B081
Black with #79B081
Text Example
Text Example
White with #79B081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79B081; }
p { color: rgb(121,176,129); }
H1.HeaderClassName
{
color: #79B081;
}
.AnyTagClassName
{
color: #79B081;
}
</style>
background-color css
<style>
a { background-color: #79B081; }
a { background-color: rgb(121,176,129); }
div.DivClassName
{
background-color: #79B081;
}
.BgClassName
{
background-color: #79B081;
}
</style>
border-color css
<style>
span { border-color: #79B081; }
span { border-color: rgb(121,176,129); }
td.TdClassName
{
border-color: #79B081;
}
.TagClassName
{
border-color: #79B081;
}
</style>