Shades of Bay Leaf #76B387
Tints of Bay Leaf #76B387
RGB
CMYK
RGB Variations
Color information
#76B387 (or 0x76B387) is known color: Bay Leaf. HEX triplet: 76, B3 and 87. RGB value is (118,179,135). Sum of RGB (Red+Green+Blue) = 118+179+135=432 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.31% from 432); Green value is 179 (70.31% from 255 or 41.44% from 432); Blue value is 135 (53.12% from 255 or 31.25% from 432); Max value from RGB is 179 - color contains mainly: green. Hex color #76B387 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76B387 is #894C78. Grayscale: #9B9B9B. Windows color (decimal): -8998009 or 8893302. OLE color: 8893302.
HSL color Cylindrical-coordinate representation of color #76B387: hue angle of 136.72º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #76B387 is Cyan = 0.34, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 118 | 179 | 135 | - |
| CMYK | 0.34 | 0 | 0.25 | 0.30 |
| HSL | 136.72º | 0.29% | 0.58% | - |
| HSV(B) | 136.72º | 0.34% | 0.7% | - |
| XYZ | 27.96 | 37.84 | 28.75 | - |
| YUV | 155.75 | 116.29 | 101.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 179 | 135 | 0.34 | 0 | 0.25 | 0.30 | 136.72 | 0.29 | 0.58 |
| Hex | 76 | B3 | 87 | 22 | 0 | 19 | 1E | 89 | 1D | 3A |
| Octal | 166 | 263 | 207 | 42 | 0 | 31 | 36 | 211 | 35 | 72 |
| Binary | 1110110 | 10110011 | 10000111 | 100010 | 0 | 11001 | 11110 | 10001001 | 11101 | 111010 |
Color Harmonies of #76B387
Complementary color
Monochromatic Colors of #76B387
Black with #76B387
Text Example
Text Example
White with #76B387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B387; }
p { color: rgb(118,179,135); }
H1.HeaderClassName
{
color: #76B387;
}
.AnyTagClassName
{
color: #76B387;
}
</style>
background-color css
<style>
a { background-color: #76B387; }
a { background-color: rgb(118,179,135); }
div.DivClassName
{
background-color: #76B387;
}
.BgClassName
{
background-color: #76B387;
}
</style>
border-color css
<style>
span { border-color: #76B387; }
span { border-color: rgb(118,179,135); }
td.TdClassName
{
border-color: #76B387;
}
.TagClassName
{
border-color: #76B387;
}
</style>