Shades of Bay Leaf #76A988
Tints of Bay Leaf #76A988
RGB
CMYK
RGB Variations
Color information
#76A988 (or 0x76A988) is known color: Bay Leaf. HEX triplet: 76, A9 and 88. RGB value is (118,169,136). Sum of RGB (Red+Green+Blue) = 118+169+136=423 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.90% from 423); Green value is 169 (66.41% from 255 or 39.95% from 423); Blue value is 136 (53.52% from 255 or 32.15% from 423); Max value from RGB is 169 - color contains mainly: green. Hex color #76A988 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76A988 is #895677. Grayscale: #969696. Windows color (decimal): -9000568 or 8956278. OLE color: 8956278.
HSL color Cylindrical-coordinate representation of color #76A988: hue angle of 141.18º 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 #76A988 is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 118 | 169 | 136 | - |
| CMYK | 0.30 | 0 | 0.20 | 0.34 |
| HSL | 141.18º | 0.23% | 0.56% | - |
| HSV(B) | 141.18º | 0.3% | 0.66% | - |
| XYZ | 26.1 | 34.01 | 28.48 | - |
| YUV | 149.99 | 120.1 | 105.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 169 | 136 | 0.30 | 0 | 0.20 | 0.34 | 141.18 | 0.23 | 0.56 |
| Hex | 76 | A9 | 88 | 1E | 0 | 14 | 22 | 8D | 17 | 38 |
| Octal | 166 | 251 | 210 | 36 | 0 | 24 | 42 | 215 | 27 | 70 |
| Binary | 1110110 | 10101001 | 10001000 | 11110 | 0 | 10100 | 100010 | 10001101 | 10111 | 111000 |
Color Harmonies of #76A988
Complementary color
Monochromatic Colors of #76A988
Black with #76A988
Text Example
Text Example
White with #76A988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A988; }
p { color: rgb(118,169,136); }
H1.HeaderClassName
{
color: #76A988;
}
.AnyTagClassName
{
color: #76A988;
}
</style>
background-color css
<style>
a { background-color: #76A988; }
a { background-color: rgb(118,169,136); }
div.DivClassName
{
background-color: #76A988;
}
.BgClassName
{
background-color: #76A988;
}
</style>
border-color css
<style>
span { border-color: #76A988; }
span { border-color: rgb(118,169,136); }
td.TdClassName
{
border-color: #76A988;
}
.TagClassName
{
border-color: #76A988;
}
</style>