Shades of Bay Leaf #76AA8D
Tints of Bay Leaf #76AA8D
RGB
CMYK
RGB Variations
Color information
#76AA8D (or 0x76AA8D) is known color: Bay Leaf. HEX triplet: 76, AA and 8D. RGB value is (118,170,141). Sum of RGB (Red+Green+Blue) = 118+170+141=429 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.51% from 429); Green value is 170 (66.80% from 255 or 39.63% from 429); Blue value is 141 (55.47% from 255 or 32.87% from 429); Max value from RGB is 170 - color contains mainly: green. Hex color #76AA8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76AA8D is #895572. Grayscale: #979797. Windows color (decimal): -9000307 or 9284214. OLE color: 9284214.
HSL color Cylindrical-coordinate representation of color #76AA8D: hue angle of 146.54º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #76AA8D is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 170 | 141 | - |
| CMYK | 0.31 | 0 | 0.17 | 0.33 |
| HSL | 146.54º | 0.23% | 0.56% | - |
| HSV(B) | 146.54º | 0.31% | 0.67% | - |
| XYZ | 26.65 | 34.52 | 30.46 | - |
| YUV | 151.15 | 122.27 | 104.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 170 | 141 | 0.31 | 0 | 0.17 | 0.33 | 146.54 | 0.23 | 0.56 |
| Hex | 76 | AA | 8D | 1F | 0 | 11 | 21 | 93 | 17 | 38 |
| Octal | 166 | 252 | 215 | 37 | 0 | 21 | 41 | 223 | 27 | 70 |
| Binary | 1110110 | 10101010 | 10001101 | 11111 | 0 | 10001 | 100001 | 10010011 | 10111 | 111000 |
Color Harmonies of #76AA8D
Complementary color
Monochromatic Colors of #76AA8D
Black with #76AA8D
Text Example
Text Example
White with #76AA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76AA8D; }
p { color: rgb(118,170,141); }
H1.HeaderClassName
{
color: #76AA8D;
}
.AnyTagClassName
{
color: #76AA8D;
}
</style>
background-color css
<style>
a { background-color: #76AA8D; }
a { background-color: rgb(118,170,141); }
div.DivClassName
{
background-color: #76AA8D;
}
.BgClassName
{
background-color: #76AA8D;
}
</style>
border-color css
<style>
span { border-color: #76AA8D; }
span { border-color: rgb(118,170,141); }
td.TdClassName
{
border-color: #76AA8D;
}
.TagClassName
{
border-color: #76AA8D;
}
</style>