Shades of Bay Leaf #76A989
Tints of Bay Leaf #76A989
RGB
CMYK
RGB Variations
Color information
#76A989 (or 0x76A989) is known color: Bay Leaf. HEX triplet: 76, A9 and 89. RGB value is (118,169,137). Sum of RGB (Red+Green+Blue) = 118+169+137=424 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.83% from 424); Green value is 169 (66.41% from 255 or 39.86% from 424); Blue value is 137 (53.91% from 255 or 32.31% from 424); Max value from RGB is 169 - color contains mainly: green. Hex color #76A989 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76A989 is #895676. Grayscale: #969696. Windows color (decimal): -9000567 or 9021814. OLE color: 9021814.
HSL color Cylindrical-coordinate representation of color #76A989: hue angle of 142.35º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #76A989 is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 118 | 169 | 137 | - |
| CMYK | 0.30 | 0 | 0.19 | 0.34 |
| HSL | 142.35º | 0.23% | 0.56% | - |
| HSV(B) | 142.35º | 0.3% | 0.66% | - |
| XYZ | 26.17 | 34.03 | 28.86 | - |
| YUV | 150.1 | 120.6 | 105.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 169 | 137 | 0.30 | 0 | 0.19 | 0.34 | 142.35 | 0.23 | 0.56 |
| Hex | 76 | A9 | 89 | 1E | 0 | 13 | 22 | 8E | 17 | 38 |
| Octal | 166 | 251 | 211 | 36 | 0 | 23 | 42 | 216 | 27 | 70 |
| Binary | 1110110 | 10101001 | 10001001 | 11110 | 0 | 10011 | 100010 | 10001110 | 10111 | 111000 |
Color Harmonies of #76A989
Complementary color
Monochromatic Colors of #76A989
Black with #76A989
Text Example
Text Example
White with #76A989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A989; }
p { color: rgb(118,169,137); }
H1.HeaderClassName
{
color: #76A989;
}
.AnyTagClassName
{
color: #76A989;
}
</style>
background-color css
<style>
a { background-color: #76A989; }
a { background-color: rgb(118,169,137); }
div.DivClassName
{
background-color: #76A989;
}
.BgClassName
{
background-color: #76A989;
}
</style>
border-color css
<style>
span { border-color: #76A989; }
span { border-color: rgb(118,169,137); }
td.TdClassName
{
border-color: #76A989;
}
.TagClassName
{
border-color: #76A989;
}
</style>