Shades of Bay Leaf #76AA8C
Tints of Bay Leaf #76AA8C
RGB
CMYK
RGB Variations
Color information
#76AA8C (or 0x76AA8C) is known color: Bay Leaf. HEX triplet: 76, AA and 8C. RGB value is (118,170,140). Sum of RGB (Red+Green+Blue) = 118+170+140=428 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.57% from 428); Green value is 170 (66.80% from 255 or 39.72% from 428); Blue value is 140 (55.08% from 255 or 32.71% from 428); Max value from RGB is 170 - color contains mainly: green. Hex color #76AA8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76AA8C is #895573. Grayscale: #979797. Windows color (decimal): -9000308 or 9218678. OLE color: 9218678.
HSL color Cylindrical-coordinate representation of color #76AA8C: hue angle of 145.38º 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 #76AA8C is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 170 | 140 | - |
| CMYK | 0.31 | 0 | 0.18 | 0.33 |
| HSL | 145.38º | 0.23% | 0.56% | - |
| HSV(B) | 145.38º | 0.31% | 0.67% | - |
| XYZ | 26.58 | 34.49 | 30.07 | - |
| YUV | 151.03 | 121.77 | 104.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 170 | 140 | 0.31 | 0 | 0.18 | 0.33 | 145.38 | 0.23 | 0.56 |
| Hex | 76 | AA | 8C | 1F | 0 | 12 | 21 | 91 | 17 | 38 |
| Octal | 166 | 252 | 214 | 37 | 0 | 22 | 41 | 221 | 27 | 70 |
| Binary | 1110110 | 10101010 | 10001100 | 11111 | 0 | 10010 | 100001 | 10010001 | 10111 | 111000 |
Color Harmonies of #76AA8C
Complementary color
Monochromatic Colors of #76AA8C
Black with #76AA8C
Text Example
Text Example
White with #76AA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76AA8C; }
p { color: rgb(118,170,140); }
H1.HeaderClassName
{
color: #76AA8C;
}
.AnyTagClassName
{
color: #76AA8C;
}
</style>
background-color css
<style>
a { background-color: #76AA8C; }
a { background-color: rgb(118,170,140); }
div.DivClassName
{
background-color: #76AA8C;
}
.BgClassName
{
background-color: #76AA8C;
}
</style>
border-color css
<style>
span { border-color: #76AA8C; }
span { border-color: rgb(118,170,140); }
td.TdClassName
{
border-color: #76AA8C;
}
.TagClassName
{
border-color: #76AA8C;
}
</style>