Shades of Bay Leaf #76C389
Tints of Bay Leaf #76C389
RGB
CMYK
RGB Variations
Color information
#76C389 (or 0x76C389) is known color: Bay Leaf. HEX triplet: 76, C3 and 89. RGB value is (118,195,137). Sum of RGB (Red+Green+Blue) = 118+195+137=450 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.22% from 450); Green value is 195 (76.56% from 255 or 43.33% from 450); Blue value is 137 (53.91% from 255 or 30.44% from 450); Max value from RGB is 195 - color contains mainly: green. Hex color #76C389 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C389 is #893C76. Grayscale: #A5A5A5. Windows color (decimal): -8993911 or 9028470. OLE color: 9028470.
HSL color Cylindrical-coordinate representation of color #76C389: hue angle of 134.81º degrees, saturation: 0.39, 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 #76C389 is Cyan = 0.39, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 118 | 195 | 137 | - |
| CMYK | 0.39 | 0 | 0.30 | 0.24 |
| HSL | 134.81º | 0.39% | 0.61% | - |
| HSV(B) | 134.81º | 0.39% | 0.76% | - |
| XYZ | 31.5 | 44.69 | 30.63 | - |
| YUV | 165.37 | 111.99 | 94.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 195 | 137 | 0.39 | 0 | 0.30 | 0.24 | 134.81 | 0.39 | 0.61 |
| Hex | 76 | C3 | 89 | 27 | 0 | 1E | 18 | 87 | 27 | 3D |
| Octal | 166 | 303 | 211 | 47 | 0 | 36 | 30 | 207 | 47 | 75 |
| Binary | 1110110 | 11000011 | 10001001 | 100111 | 0 | 11110 | 11000 | 10000111 | 100111 | 111101 |
Color Harmonies of #76C389
Complementary color
Monochromatic Colors of #76C389
Black with #76C389
Text Example
Text Example
White with #76C389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C389; }
p { color: rgb(118,195,137); }
H1.HeaderClassName
{
color: #76C389;
}
.AnyTagClassName
{
color: #76C389;
}
</style>
background-color css
<style>
a { background-color: #76C389; }
a { background-color: rgb(118,195,137); }
div.DivClassName
{
background-color: #76C389;
}
.BgClassName
{
background-color: #76C389;
}
</style>
border-color css
<style>
span { border-color: #76C389; }
span { border-color: rgb(118,195,137); }
td.TdClassName
{
border-color: #76C389;
}
.TagClassName
{
border-color: #76C389;
}
</style>