Shades of Bay Leaf #76AA84
Tints of Bay Leaf #76AA84
RGB
CMYK
RGB Variations
Color information
#76AA84 (or 0x76AA84) is known color: Bay Leaf. HEX triplet: 76, AA and 84. RGB value is (118,170,132). Sum of RGB (Red+Green+Blue) = 118+170+132=420 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.10% from 420); Green value is 170 (66.80% from 255 or 40.48% from 420); Blue value is 132 (51.95% from 255 or 31.43% from 420); Max value from RGB is 170 - color contains mainly: green. Hex color #76AA84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76AA84 is #89557B. Grayscale: #969696. Windows color (decimal): -9000316 or 8694390. OLE color: 8694390.
HSL color Cylindrical-coordinate representation of color #76AA84: hue angle of 136.15º 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 #76AA84 is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 170 | 132 | - |
| CMYK | 0.31 | 0 | 0.22 | 0.33 |
| HSL | 136.15º | 0.23% | 0.56% | - |
| HSV(B) | 136.15º | 0.31% | 0.67% | - |
| XYZ | 26.01 | 34.27 | 27.07 | - |
| YUV | 150.12 | 117.77 | 105.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 170 | 132 | 0.31 | 0 | 0.22 | 0.33 | 136.15 | 0.23 | 0.56 |
| Hex | 76 | AA | 84 | 1F | 0 | 16 | 21 | 88 | 17 | 38 |
| Octal | 166 | 252 | 204 | 37 | 0 | 26 | 41 | 210 | 27 | 70 |
| Binary | 1110110 | 10101010 | 10000100 | 11111 | 0 | 10110 | 100001 | 10001000 | 10111 | 111000 |
Color Harmonies of #76AA84
Complementary color
Monochromatic Colors of #76AA84
Black with #76AA84
Text Example
Text Example
White with #76AA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76AA84; }
p { color: rgb(118,170,132); }
H1.HeaderClassName
{
color: #76AA84;
}
.AnyTagClassName
{
color: #76AA84;
}
</style>
background-color css
<style>
a { background-color: #76AA84; }
a { background-color: rgb(118,170,132); }
div.DivClassName
{
background-color: #76AA84;
}
.BgClassName
{
background-color: #76AA84;
}
</style>
border-color css
<style>
span { border-color: #76AA84; }
span { border-color: rgb(118,170,132); }
td.TdClassName
{
border-color: #76AA84;
}
.TagClassName
{
border-color: #76AA84;
}
</style>