Shades of Bay Leaf #76BC84
Tints of Bay Leaf #76BC84
RGB
CMYK
RGB Variations
Color information
#76BC84 (or 0x76BC84) is known color: Bay Leaf. HEX triplet: 76, BC and 84. RGB value is (118,188,132). Sum of RGB (Red+Green+Blue) = 118+188+132=438 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.94% from 438); Green value is 188 (73.83% from 255 or 42.92% from 438); Blue value is 132 (51.95% from 255 or 30.14% from 438); Max value from RGB is 188 - color contains mainly: green. Hex color #76BC84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76BC84 is #89437B. Grayscale: #A0A0A0. Windows color (decimal): -8995708 or 8698998. OLE color: 8698998.
HSL color Cylindrical-coordinate representation of color #76BC84: hue angle of 132º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #76BC84 is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 118 | 188 | 132 | - |
| CMYK | 0.37 | 0 | 0.30 | 0.26 |
| HSL | 132º | 0.34% | 0.6% | - |
| HSV(B) | 132º | 0.37% | 0.74% | - |
| XYZ | 29.62 | 41.48 | 28.28 | - |
| YUV | 160.69 | 111.81 | 97.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 188 | 132 | 0.37 | 0 | 0.30 | 0.26 | 132 | 0.34 | 0.6 |
| Hex | 76 | BC | 84 | 25 | 0 | 1E | 1A | 84 | 22 | 3C |
| Octal | 166 | 274 | 204 | 45 | 0 | 36 | 32 | 204 | 42 | 74 |
| Binary | 1110110 | 10111100 | 10000100 | 100101 | 0 | 11110 | 11010 | 10000100 | 100010 | 111100 |
Color Harmonies of #76BC84
Complementary color
Monochromatic Colors of #76BC84
Black with #76BC84
Text Example
Text Example
White with #76BC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BC84; }
p { color: rgb(118,188,132); }
H1.HeaderClassName
{
color: #76BC84;
}
.AnyTagClassName
{
color: #76BC84;
}
</style>
background-color css
<style>
a { background-color: #76BC84; }
a { background-color: rgb(118,188,132); }
div.DivClassName
{
background-color: #76BC84;
}
.BgClassName
{
background-color: #76BC84;
}
</style>
border-color css
<style>
span { border-color: #76BC84; }
span { border-color: rgb(118,188,132); }
td.TdClassName
{
border-color: #76BC84;
}
.TagClassName
{
border-color: #76BC84;
}
</style>