Shades of Bay Leaf #76AE7E
Tints of Bay Leaf #76AE7E
RGB
CMYK
RGB Variations
Color information
#76AE7E (or 0x76AE7E) is known color: Bay Leaf. HEX triplet: 76, AE and 7E. RGB value is (118,174,126). Sum of RGB (Red+Green+Blue) = 118+174+126=418 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.23% from 418); Green value is 174 (68.36% from 255 or 41.63% from 418); Blue value is 126 (49.61% from 255 or 30.14% from 418); Max value from RGB is 174 - color contains mainly: green. Hex color #76AE7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76AE7E is #895181. Grayscale: #979797. Windows color (decimal): -8999298 or 8302198. OLE color: 8302198.
HSL color Cylindrical-coordinate representation of color #76AE7E: hue angle of 128.57º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #76AE7E is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 118 | 174 | 126 | - |
| CMYK | 0.32 | 0 | 0.28 | 0.32 |
| HSL | 128.57º | 0.26% | 0.57% | - |
| HSV(B) | 128.57º | 0.32% | 0.68% | - |
| XYZ | 26.37 | 35.63 | 25.23 | - |
| YUV | 151.78 | 113.45 | 103.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 174 | 126 | 0.32 | 0 | 0.28 | 0.32 | 128.57 | 0.26 | 0.57 |
| Hex | 76 | AE | 7E | 20 | 0 | 1C | 20 | 81 | 1A | 39 |
| Octal | 166 | 256 | 176 | 40 | 0 | 34 | 40 | 201 | 32 | 71 |
| Binary | 1110110 | 10101110 | 1111110 | 100000 | 0 | 11100 | 100000 | 10000001 | 11010 | 111001 |
Color Harmonies of #76AE7E
Complementary color
Monochromatic Colors of #76AE7E
Black with #76AE7E
Text Example
Text Example
White with #76AE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76AE7E; }
p { color: rgb(118,174,126); }
H1.HeaderClassName
{
color: #76AE7E;
}
.AnyTagClassName
{
color: #76AE7E;
}
</style>
background-color css
<style>
a { background-color: #76AE7E; }
a { background-color: rgb(118,174,126); }
div.DivClassName
{
background-color: #76AE7E;
}
.BgClassName
{
background-color: #76AE7E;
}
</style>
border-color css
<style>
span { border-color: #76AE7E; }
span { border-color: rgb(118,174,126); }
td.TdClassName
{
border-color: #76AE7E;
}
.TagClassName
{
border-color: #76AE7E;
}
</style>