Shades of Bay Leaf #79B28B
Tints of Bay Leaf #79B28B
RGB
CMYK
RGB Variations
Color information
#79B28B (or 0x79B28B) is known color: Bay Leaf. HEX triplet: 79, B2 and 8B. RGB value is (121,178,139). Sum of RGB (Red+Green+Blue) = 121+178+139=438 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.63% from 438); Green value is 178 (69.92% from 255 or 40.64% from 438); Blue value is 139 (54.69% from 255 or 31.74% from 438); Max value from RGB is 178 - color contains mainly: green. Hex color #79B28B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79B28B is #864D74. Grayscale: #9C9C9C. Windows color (decimal): -8801653 or 9155193. OLE color: 9155193.
HSL color Cylindrical-coordinate representation of color #79B28B: hue angle of 138.95º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #79B28B is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 121 | 178 | 139 | - |
| CMYK | 0.32 | 0 | 0.22 | 0.30 |
| HSL | 138.95º | 0.27% | 0.59% | - |
| HSV(B) | 138.95º | 0.32% | 0.7% | - |
| XYZ | 28.47 | 37.77 | 30.22 | - |
| YUV | 156.51 | 118.12 | 102.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 178 | 139 | 0.32 | 0 | 0.22 | 0.30 | 138.95 | 0.27 | 0.59 |
| Hex | 79 | B2 | 8B | 20 | 0 | 16 | 1E | 8B | 1B | 3B |
| Octal | 171 | 262 | 213 | 40 | 0 | 26 | 36 | 213 | 33 | 73 |
| Binary | 1111001 | 10110010 | 10001011 | 100000 | 0 | 10110 | 11110 | 10001011 | 11011 | 111011 |
Color Harmonies of #79B28B
Complementary color
Monochromatic Colors of #79B28B
Black with #79B28B
Text Example
Text Example
White with #79B28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79B28B; }
p { color: rgb(121,178,139); }
H1.HeaderClassName
{
color: #79B28B;
}
.AnyTagClassName
{
color: #79B28B;
}
</style>
background-color css
<style>
a { background-color: #79B28B; }
a { background-color: rgb(121,178,139); }
div.DivClassName
{
background-color: #79B28B;
}
.BgClassName
{
background-color: #79B28B;
}
</style>
border-color css
<style>
span { border-color: #79B28B; }
span { border-color: rgb(121,178,139); }
td.TdClassName
{
border-color: #79B28B;
}
.TagClassName
{
border-color: #79B28B;
}
</style>