Shades of Bay Leaf #76C58D
Tints of Bay Leaf #76C58D
RGB
CMYK
RGB Variations
Color information
#76C58D (or 0x76C58D) is known color: Bay Leaf. HEX triplet: 76, C5 and 8D. RGB value is (118,197,141). Sum of RGB (Red+Green+Blue) = 118+197+141=456 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.88% from 456); Green value is 197 (77.34% from 255 or 43.20% from 456); Blue value is 141 (55.47% from 255 or 30.92% from 456); Max value from RGB is 197 - color contains mainly: green. Hex color #76C58D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C58D is #893A72. Grayscale: #A7A7A7. Windows color (decimal): -8993395 or 9291126. OLE color: 9291126.
HSL color Cylindrical-coordinate representation of color #76C58D: hue angle of 137.47º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #76C58D is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 118 | 197 | 141 | - |
| CMYK | 0.40 | 0 | 0.28 | 0.23 |
| HSL | 137.47º | 0.41% | 0.62% | - |
| HSV(B) | 137.47º | 0.4% | 0.77% | - |
| XYZ | 32.25 | 45.71 | 32.32 | - |
| YUV | 167 | 113.33 | 93.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 197 | 141 | 0.40 | 0 | 0.28 | 0.23 | 137.47 | 0.41 | 0.62 |
| Hex | 76 | C5 | 8D | 28 | 0 | 1C | 17 | 89 | 29 | 3E |
| Octal | 166 | 305 | 215 | 50 | 0 | 34 | 27 | 211 | 51 | 76 |
| Binary | 1110110 | 11000101 | 10001101 | 101000 | 0 | 11100 | 10111 | 10001001 | 101001 | 111110 |
Color Harmonies of #76C58D
Complementary color
Monochromatic Colors of #76C58D
Black with #76C58D
Text Example
Text Example
White with #76C58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C58D; }
p { color: rgb(118,197,141); }
H1.HeaderClassName
{
color: #76C58D;
}
.AnyTagClassName
{
color: #76C58D;
}
</style>
background-color css
<style>
a { background-color: #76C58D; }
a { background-color: rgb(118,197,141); }
div.DivClassName
{
background-color: #76C58D;
}
.BgClassName
{
background-color: #76C58D;
}
</style>
border-color css
<style>
span { border-color: #76C58D; }
span { border-color: rgb(118,197,141); }
td.TdClassName
{
border-color: #76C58D;
}
.TagClassName
{
border-color: #76C58D;
}
</style>