Shades of Bay Leaf #76BC8E
Tints of Bay Leaf #76BC8E
RGB
CMYK
RGB Variations
Color information
#76BC8E (or 0x76BC8E) is known color: Bay Leaf. HEX triplet: 76, BC and 8E. RGB value is (118,188,142). Sum of RGB (Red+Green+Blue) = 118+188+142=448 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.34% from 448); Green value is 188 (73.83% from 255 or 41.96% from 448); Blue value is 142 (55.86% from 255 or 31.70% from 448); Max value from RGB is 188 - color contains mainly: green. Hex color #76BC8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76BC8E is #894371. Grayscale: #A1A1A1. Windows color (decimal): -8995698 or 9354358. OLE color: 9354358.
HSL color Cylindrical-coordinate representation of color #76BC8E: hue angle of 140.57º 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 #76BC8E is Cyan = 0.37, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 118 | 188 | 142 | - |
| CMYK | 0.37 | 0 | 0.24 | 0.26 |
| HSL | 140.57º | 0.34% | 0.6% | - |
| HSV(B) | 140.57º | 0.37% | 0.74% | - |
| XYZ | 30.34 | 41.77 | 32.05 | - |
| YUV | 161.83 | 116.81 | 96.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 188 | 142 | 0.37 | 0 | 0.24 | 0.26 | 140.57 | 0.34 | 0.6 |
| Hex | 76 | BC | 8E | 25 | 0 | 18 | 1A | 8D | 22 | 3C |
| Octal | 166 | 274 | 216 | 45 | 0 | 30 | 32 | 215 | 42 | 74 |
| Binary | 1110110 | 10111100 | 10001110 | 100101 | 0 | 11000 | 11010 | 10001101 | 100010 | 111100 |
Color Harmonies of #76BC8E
Complementary color
Monochromatic Colors of #76BC8E
Black with #76BC8E
Text Example
Text Example
White with #76BC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BC8E; }
p { color: rgb(118,188,142); }
H1.HeaderClassName
{
color: #76BC8E;
}
.AnyTagClassName
{
color: #76BC8E;
}
</style>
background-color css
<style>
a { background-color: #76BC8E; }
a { background-color: rgb(118,188,142); }
div.DivClassName
{
background-color: #76BC8E;
}
.BgClassName
{
background-color: #76BC8E;
}
</style>
border-color css
<style>
span { border-color: #76BC8E; }
span { border-color: rgb(118,188,142); }
td.TdClassName
{
border-color: #76BC8E;
}
.TagClassName
{
border-color: #76BC8E;
}
</style>