Shades of Bay Leaf #79B07D
Tints of Bay Leaf #79B07D
RGB
CMYK
RGB Variations
Color information
#79B07D (or 0x79B07D) is known color: Bay Leaf. HEX triplet: 79, B0 and 7D. RGB value is (121,176,125). Sum of RGB (Red+Green+Blue) = 121+176+125=422 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.67% from 422); Green value is 176 (69.14% from 255 or 41.71% from 422); Blue value is 125 (49.22% from 255 or 29.62% from 422); Max value from RGB is 176 - color contains mainly: green. Hex color #79B07D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79B07D is #864F82. Grayscale: #999999. Windows color (decimal): -8802179 or 8237177. OLE color: 8237177.
HSL color Cylindrical-coordinate representation of color #79B07D: hue angle of 124.36º 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 #79B07D is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 121 | 176 | 125 | - |
| CMYK | 0.31 | 0 | 0.29 | 0.31 |
| HSL | 124.36º | 0.26% | 0.58% | - |
| HSV(B) | 124.36º | 0.31% | 0.69% | - |
| XYZ | 27.11 | 36.6 | 25.04 | - |
| YUV | 153.74 | 111.78 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 176 | 125 | 0.31 | 0 | 0.29 | 0.31 | 124.36 | 0.26 | 0.58 |
| Hex | 79 | B0 | 7D | 1F | 0 | 1D | 1F | 7C | 1A | 3A |
| Octal | 171 | 260 | 175 | 37 | 0 | 35 | 37 | 174 | 32 | 72 |
| Binary | 1111001 | 10110000 | 1111101 | 11111 | 0 | 11101 | 11111 | 1111100 | 11010 | 111010 |
Color Harmonies of #79B07D
Complementary color
Monochromatic Colors of #79B07D
Black with #79B07D
Text Example
Text Example
White with #79B07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79B07D; }
p { color: rgb(121,176,125); }
H1.HeaderClassName
{
color: #79B07D;
}
.AnyTagClassName
{
color: #79B07D;
}
</style>
background-color css
<style>
a { background-color: #79B07D; }
a { background-color: rgb(121,176,125); }
div.DivClassName
{
background-color: #79B07D;
}
.BgClassName
{
background-color: #79B07D;
}
</style>
border-color css
<style>
span { border-color: #79B07D; }
span { border-color: rgb(121,176,125); }
td.TdClassName
{
border-color: #79B07D;
}
.TagClassName
{
border-color: #79B07D;
}
</style>