Shades of Bay Leaf #76B57E
Tints of Bay Leaf #76B57E
RGB
CMYK
RGB Variations
Color information
#76B57E (or 0x76B57E) is known color: Bay Leaf. HEX triplet: 76, B5 and 7E. RGB value is (118,181,126). Sum of RGB (Red+Green+Blue) = 118+181+126=425 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.76% from 425); Green value is 181 (71.09% from 255 or 42.59% from 425); Blue value is 126 (49.61% from 255 or 29.65% from 425); Max value from RGB is 181 - color contains mainly: green. Hex color #76B57E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76B57E is #894A81. Grayscale: #9C9C9C. Windows color (decimal): -8997506 or 8303990. OLE color: 8303990.
HSL color Cylindrical-coordinate representation of color #76B57E: hue angle of 127.62º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #76B57E is Cyan = 0.35, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 118 | 181 | 126 | - |
| CMYK | 0.35 | 0 | 0.30 | 0.29 |
| HSL | 127.62º | 0.3% | 0.59% | - |
| HSV(B) | 127.62º | 0.35% | 0.71% | - |
| XYZ | 27.76 | 38.41 | 25.69 | - |
| YUV | 155.89 | 111.13 | 100.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 181 | 126 | 0.35 | 0 | 0.30 | 0.29 | 127.62 | 0.3 | 0.59 |
| Hex | 76 | B5 | 7E | 23 | 0 | 1E | 1D | 80 | 1E | 3B |
| Octal | 166 | 265 | 176 | 43 | 0 | 36 | 35 | 200 | 36 | 73 |
| Binary | 1110110 | 10110101 | 1111110 | 100011 | 0 | 11110 | 11101 | 10000000 | 11110 | 111011 |
Color Harmonies of #76B57E
Complementary color
Monochromatic Colors of #76B57E
Black with #76B57E
Text Example
Text Example
White with #76B57E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B57E; }
p { color: rgb(118,181,126); }
H1.HeaderClassName
{
color: #76B57E;
}
.AnyTagClassName
{
color: #76B57E;
}
</style>
background-color css
<style>
a { background-color: #76B57E; }
a { background-color: rgb(118,181,126); }
div.DivClassName
{
background-color: #76B57E;
}
.BgClassName
{
background-color: #76B57E;
}
</style>
border-color css
<style>
span { border-color: #76B57E; }
span { border-color: rgb(118,181,126); }
td.TdClassName
{
border-color: #76B57E;
}
.TagClassName
{
border-color: #76B57E;
}
</style>