Shades of Bay Leaf #76B88B
Tints of Bay Leaf #76B88B
RGB
CMYK
RGB Variations
Color information
#76B88B (or 0x76B88B) is known color: Bay Leaf. HEX triplet: 76, B8 and 8B. RGB value is (118,184,139). Sum of RGB (Red+Green+Blue) = 118+184+139=441 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.76% from 441); Green value is 184 (72.27% from 255 or 41.72% from 441); Blue value is 139 (54.69% from 255 or 31.52% from 441); Max value from RGB is 184 - color contains mainly: green. Hex color #76B88B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76B88B is #894774. Grayscale: #9F9F9F. Windows color (decimal): -8996725 or 9156726. OLE color: 9156726.
HSL color Cylindrical-coordinate representation of color #76B88B: hue angle of 139.09º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #76B88B is Cyan = 0.36, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 118 | 184 | 139 | - |
| CMYK | 0.36 | 0 | 0.24 | 0.28 |
| HSL | 139.09º | 0.32% | 0.59% | - |
| HSV(B) | 139.09º | 0.36% | 0.72% | - |
| XYZ | 29.27 | 40 | 30.6 | - |
| YUV | 159.14 | 116.63 | 98.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 184 | 139 | 0.36 | 0 | 0.24 | 0.28 | 139.09 | 0.32 | 0.59 |
| Hex | 76 | B8 | 8B | 24 | 0 | 18 | 1C | 8B | 20 | 3B |
| Octal | 166 | 270 | 213 | 44 | 0 | 30 | 34 | 213 | 40 | 73 |
| Binary | 1110110 | 10111000 | 10001011 | 100100 | 0 | 11000 | 11100 | 10001011 | 100000 | 111011 |
Color Harmonies of #76B88B
Complementary color
Monochromatic Colors of #76B88B
Black with #76B88B
Text Example
Text Example
White with #76B88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B88B; }
p { color: rgb(118,184,139); }
H1.HeaderClassName
{
color: #76B88B;
}
.AnyTagClassName
{
color: #76B88B;
}
</style>
background-color css
<style>
a { background-color: #76B88B; }
a { background-color: rgb(118,184,139); }
div.DivClassName
{
background-color: #76B88B;
}
.BgClassName
{
background-color: #76B88B;
}
</style>
border-color css
<style>
span { border-color: #76B88B; }
span { border-color: rgb(118,184,139); }
td.TdClassName
{
border-color: #76B88B;
}
.TagClassName
{
border-color: #76B88B;
}
</style>