Shades of Bay Leaf #76C28D
Tints of Bay Leaf #76C28D
RGB
CMYK
RGB Variations
Color information
#76C28D (or 0x76C28D) is known color: Bay Leaf. HEX triplet: 76, C2 and 8D. RGB value is (118,194,141). Sum of RGB (Red+Green+Blue) = 118+194+141=453 (60% of max value = 765). Red value is 118 (46.48% from 255 or 26.05% from 453); Green value is 194 (76.17% from 255 or 42.83% from 453); Blue value is 141 (55.47% from 255 or 31.13% from 453); Max value from RGB is 194 - color contains mainly: green. Hex color #76C28D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C28D is #893D72. Grayscale: #A5A5A5. Windows color (decimal): -8994163 or 9290358. OLE color: 9290358.
HSL color Cylindrical-coordinate representation of color #76C28D: hue angle of 138.16º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #76C28D is Cyan = 0.39, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 118 | 194 | 141 | - |
| CMYK | 0.39 | 0 | 0.27 | 0.24 |
| HSL | 138.16º | 0.38% | 0.61% | - |
| HSV(B) | 138.16º | 0.39% | 0.76% | - |
| XYZ | 31.57 | 44.36 | 32.1 | - |
| YUV | 165.23 | 114.32 | 94.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 194 | 141 | 0.39 | 0 | 0.27 | 0.24 | 138.16 | 0.38 | 0.61 |
| Hex | 76 | C2 | 8D | 27 | 0 | 1B | 18 | 8A | 26 | 3D |
| Octal | 166 | 302 | 215 | 47 | 0 | 33 | 30 | 212 | 46 | 75 |
| Binary | 1110110 | 11000010 | 10001101 | 100111 | 0 | 11011 | 11000 | 10001010 | 100110 | 111101 |
Color Harmonies of #76C28D
Complementary color
Monochromatic Colors of #76C28D
Black with #76C28D
Text Example
Text Example
White with #76C28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C28D; }
p { color: rgb(118,194,141); }
H1.HeaderClassName
{
color: #76C28D;
}
.AnyTagClassName
{
color: #76C28D;
}
</style>
background-color css
<style>
a { background-color: #76C28D; }
a { background-color: rgb(118,194,141); }
div.DivClassName
{
background-color: #76C28D;
}
.BgClassName
{
background-color: #76C28D;
}
</style>
border-color css
<style>
span { border-color: #76C28D; }
span { border-color: rgb(118,194,141); }
td.TdClassName
{
border-color: #76C28D;
}
.TagClassName
{
border-color: #76C28D;
}
</style>