Shades of Bay Leaf #76A584
Tints of Bay Leaf #76A584
RGB
CMYK
RGB Variations
Color information
#76A584 (or 0x76A584) is known color: Bay Leaf. HEX triplet: 76, A5 and 84. RGB value is (118,165,132). Sum of RGB (Red+Green+Blue) = 118+165+132=415 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.43% from 415); Green value is 165 (64.84% from 255 or 39.76% from 415); Blue value is 132 (51.95% from 255 or 31.81% from 415); Max value from RGB is 165 - color contains mainly: green. Hex color #76A584 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76A584 is #895A7B. Grayscale: #939393. Windows color (decimal): -9001596 or 8693110. OLE color: 8693110.
HSL color Cylindrical-coordinate representation of color #76A584: hue angle of 137.87º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #76A584 is Cyan = 0.28, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 118 | 165 | 132 | - |
| CMYK | 0.28 | 0 | 0.20 | 0.35 |
| HSL | 137.87º | 0.21% | 0.55% | - |
| HSV(B) | 137.87º | 0.28% | 0.65% | - |
| XYZ | 25.09 | 32.43 | 26.77 | - |
| YUV | 147.19 | 119.43 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 165 | 132 | 0.28 | 0 | 0.20 | 0.35 | 137.87 | 0.21 | 0.55 |
| Hex | 76 | A5 | 84 | 1C | 0 | 14 | 23 | 8A | 15 | 37 |
| Octal | 166 | 245 | 204 | 34 | 0 | 24 | 43 | 212 | 25 | 67 |
| Binary | 1110110 | 10100101 | 10000100 | 11100 | 0 | 10100 | 100011 | 10001010 | 10101 | 110111 |
Color Harmonies of #76A584
Complementary color
Monochromatic Colors of #76A584
Black with #76A584
Text Example
Text Example
White with #76A584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A584; }
p { color: rgb(118,165,132); }
H1.HeaderClassName
{
color: #76A584;
}
.AnyTagClassName
{
color: #76A584;
}
</style>
background-color css
<style>
a { background-color: #76A584; }
a { background-color: rgb(118,165,132); }
div.DivClassName
{
background-color: #76A584;
}
.BgClassName
{
background-color: #76A584;
}
</style>
border-color css
<style>
span { border-color: #76A584; }
span { border-color: rgb(118,165,132); }
td.TdClassName
{
border-color: #76A584;
}
.TagClassName
{
border-color: #76A584;
}
</style>