Shades of Bay Leaf #76A489
Tints of Bay Leaf #76A489
RGB
CMYK
RGB Variations
Color information
#76A489 (or 0x76A489) is known color: Bay Leaf. HEX triplet: 76, A4 and 89. RGB value is (118,164,137). Sum of RGB (Red+Green+Blue) = 118+164+137=419 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.16% from 419); Green value is 164 (64.45% from 255 or 39.14% from 419); Blue value is 137 (53.91% from 255 or 32.70% from 419); Max value from RGB is 164 - color contains mainly: green. Hex color #76A489 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76A489 is #895B76. Grayscale: #939393. Windows color (decimal): -9001847 or 9020534. OLE color: 9020534.
HSL color Cylindrical-coordinate representation of color #76A489: hue angle of 144.78º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #76A489 is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 118 | 164 | 137 | - |
| CMYK | 0.28 | 0 | 0.16 | 0.36 |
| HSL | 144.78º | 0.2% | 0.55% | - |
| HSV(B) | 144.78º | 0.28% | 0.64% | - |
| XYZ | 25.26 | 32.21 | 28.55 | - |
| YUV | 147.17 | 122.26 | 107.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 164 | 137 | 0.28 | 0 | 0.16 | 0.36 | 144.78 | 0.2 | 0.55 |
| Hex | 76 | A4 | 89 | 1C | 0 | 10 | 24 | 91 | 14 | 37 |
| Octal | 166 | 244 | 211 | 34 | 0 | 20 | 44 | 221 | 24 | 67 |
| Binary | 1110110 | 10100100 | 10001001 | 11100 | 0 | 10000 | 100100 | 10010001 | 10100 | 110111 |
Color Harmonies of #76A489
Complementary color
Monochromatic Colors of #76A489
Black with #76A489
Text Example
Text Example
White with #76A489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A489; }
p { color: rgb(118,164,137); }
H1.HeaderClassName
{
color: #76A489;
}
.AnyTagClassName
{
color: #76A489;
}
</style>
background-color css
<style>
a { background-color: #76A489; }
a { background-color: rgb(118,164,137); }
div.DivClassName
{
background-color: #76A489;
}
.BgClassName
{
background-color: #76A489;
}
</style>
border-color css
<style>
span { border-color: #76A489; }
span { border-color: rgb(118,164,137); }
td.TdClassName
{
border-color: #76A489;
}
.TagClassName
{
border-color: #76A489;
}
</style>