Shades of Bay Leaf #76BB84
Tints of Bay Leaf #76BB84
RGB
CMYK
RGB Variations
Color information
#76BB84 (or 0x76BB84) is known color: Bay Leaf. HEX triplet: 76, BB and 84. RGB value is (118,187,132). Sum of RGB (Red+Green+Blue) = 118+187+132=437 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.00% from 437); Green value is 187 (73.44% from 255 or 42.79% from 437); Blue value is 132 (51.95% from 255 or 30.21% from 437); Max value from RGB is 187 - color contains mainly: green. Hex color #76BB84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76BB84 is #89447B. Grayscale: #A0A0A0. Windows color (decimal): -8995964 or 8698742. OLE color: 8698742.
HSL color Cylindrical-coordinate representation of color #76BB84: hue angle of 132.17º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #76BB84 is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 187 | 132 | - |
| CMYK | 0.37 | 0 | 0.29 | 0.27 |
| HSL | 132.17º | 0.34% | 0.6% | - |
| HSV(B) | 132.17º | 0.37% | 0.73% | - |
| XYZ | 29.41 | 41.06 | 28.2 | - |
| YUV | 160.1 | 112.14 | 97.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 187 | 132 | 0.37 | 0 | 0.29 | 0.27 | 132.17 | 0.34 | 0.6 |
| Hex | 76 | BB | 84 | 25 | 0 | 1D | 1B | 84 | 22 | 3C |
| Octal | 166 | 273 | 204 | 45 | 0 | 35 | 33 | 204 | 42 | 74 |
| Binary | 1110110 | 10111011 | 10000100 | 100101 | 0 | 11101 | 11011 | 10000100 | 100010 | 111100 |
Color Harmonies of #76BB84
Complementary color
Monochromatic Colors of #76BB84
Black with #76BB84
Text Example
Text Example
White with #76BB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BB84; }
p { color: rgb(118,187,132); }
H1.HeaderClassName
{
color: #76BB84;
}
.AnyTagClassName
{
color: #76BB84;
}
</style>
background-color css
<style>
a { background-color: #76BB84; }
a { background-color: rgb(118,187,132); }
div.DivClassName
{
background-color: #76BB84;
}
.BgClassName
{
background-color: #76BB84;
}
</style>
border-color css
<style>
span { border-color: #76BB84; }
span { border-color: rgb(118,187,132); }
td.TdClassName
{
border-color: #76BB84;
}
.TagClassName
{
border-color: #76BB84;
}
</style>