Shades of Bay Leaf #76C88D
Tints of Bay Leaf #76C88D
RGB
CMYK
RGB Variations
Color information
#76C88D (or 0x76C88D) is known color: Bay Leaf. HEX triplet: 76, C8 and 8D. RGB value is (118,200,141). Sum of RGB (Red+Green+Blue) = 118+200+141=459 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.71% from 459); Green value is 200 (78.52% from 255 or 43.57% from 459); Blue value is 141 (55.47% from 255 or 30.72% from 459); Max value from RGB is 200 - color contains mainly: green. Hex color #76C88D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C88D is #893772. Grayscale: #A8A8A8. Windows color (decimal): -8992627 or 9291894. OLE color: 9291894.
HSL color Cylindrical-coordinate representation of color #76C88D: hue angle of 136.83º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #76C88D is Cyan = 0.41, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 118 | 200 | 141 | - |
| CMYK | 0.41 | 0 | 0.29 | 0.22 |
| HSL | 136.83º | 0.43% | 0.62% | - |
| HSV(B) | 136.83º | 0.41% | 0.78% | - |
| XYZ | 32.93 | 47.08 | 32.55 | - |
| YUV | 168.76 | 112.33 | 91.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 200 | 141 | 0.41 | 0 | 0.29 | 0.22 | 136.83 | 0.43 | 0.62 |
| Hex | 76 | C8 | 8D | 29 | 0 | 1D | 16 | 89 | 2B | 3E |
| Octal | 166 | 310 | 215 | 51 | 0 | 35 | 26 | 211 | 53 | 76 |
| Binary | 1110110 | 11001000 | 10001101 | 101001 | 0 | 11101 | 10110 | 10001001 | 101011 | 111110 |
Color Harmonies of #76C88D
Complementary color
Monochromatic Colors of #76C88D
Black with #76C88D
Text Example
Text Example
White with #76C88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C88D; }
p { color: rgb(118,200,141); }
H1.HeaderClassName
{
color: #76C88D;
}
.AnyTagClassName
{
color: #76C88D;
}
</style>
background-color css
<style>
a { background-color: #76C88D; }
a { background-color: rgb(118,200,141); }
div.DivClassName
{
background-color: #76C88D;
}
.BgClassName
{
background-color: #76C88D;
}
</style>
border-color css
<style>
span { border-color: #76C88D; }
span { border-color: rgb(118,200,141); }
td.TdClassName
{
border-color: #76C88D;
}
.TagClassName
{
border-color: #76C88D;
}
</style>