Shades of Bay Leaf #76AC80
Tints of Bay Leaf #76AC80
RGB
CMYK
RGB Variations
Color information
#76AC80 (or 0x76AC80) is known color: Bay Leaf. HEX triplet: 76, AC and 80. RGB value is (118,172,128). Sum of RGB (Red+Green+Blue) = 118+172+128=418 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.23% from 418); Green value is 172 (67.58% from 255 or 41.15% from 418); Blue value is 128 (50.39% from 255 or 30.62% from 418); Max value from RGB is 172 - color contains mainly: green. Hex color #76AC80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76AC80 is #89537F. Grayscale: #969696. Windows color (decimal): -8999808 or 8432758. OLE color: 8432758.
HSL color Cylindrical-coordinate representation of color #76AC80: hue angle of 131.11º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #76AC80 is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 172 | 128 | - |
| CMYK | 0.31 | 0 | 0.26 | 0.33 |
| HSL | 131.11º | 0.25% | 0.57% | - |
| HSV(B) | 131.11º | 0.31% | 0.67% | - |
| XYZ | 26.12 | 34.92 | 25.78 | - |
| YUV | 150.84 | 115.11 | 104.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 172 | 128 | 0.31 | 0 | 0.26 | 0.33 | 131.11 | 0.25 | 0.57 |
| Hex | 76 | AC | 80 | 1F | 0 | 1A | 21 | 83 | 19 | 39 |
| Octal | 166 | 254 | 200 | 37 | 0 | 32 | 41 | 203 | 31 | 71 |
| Binary | 1110110 | 10101100 | 10000000 | 11111 | 0 | 11010 | 100001 | 10000011 | 11001 | 111001 |
Color Harmonies of #76AC80
Complementary color
Monochromatic Colors of #76AC80
Black with #76AC80
Text Example
Text Example
White with #76AC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76AC80; }
p { color: rgb(118,172,128); }
H1.HeaderClassName
{
color: #76AC80;
}
.AnyTagClassName
{
color: #76AC80;
}
</style>
background-color css
<style>
a { background-color: #76AC80; }
a { background-color: rgb(118,172,128); }
div.DivClassName
{
background-color: #76AC80;
}
.BgClassName
{
background-color: #76AC80;
}
</style>
border-color css
<style>
span { border-color: #76AC80; }
span { border-color: rgb(118,172,128); }
td.TdClassName
{
border-color: #76AC80;
}
.TagClassName
{
border-color: #76AC80;
}
</style>