Shades of Bay Leaf #76AA80
Tints of Bay Leaf #76AA80
RGB
CMYK
RGB Variations
Color information
#76AA80 (or 0x76AA80) is known color: Bay Leaf. HEX triplet: 76, AA and 80. RGB value is (118,170,128). Sum of RGB (Red+Green+Blue) = 118+170+128=416 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.37% from 416); Green value is 170 (66.80% from 255 or 40.87% from 416); Blue value is 128 (50.39% from 255 or 30.77% from 416); Max value from RGB is 170 - color contains mainly: green. Hex color #76AA80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76AA80 is #89557F. Grayscale: #959595. Windows color (decimal): -9000320 or 8432246. OLE color: 8432246.
HSL color Cylindrical-coordinate representation of color #76AA80: hue angle of 131.54º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #76AA80 is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 170 | 128 | - |
| CMYK | 0.31 | 0 | 0.25 | 0.33 |
| HSL | 131.54º | 0.23% | 0.56% | - |
| HSV(B) | 131.54º | 0.31% | 0.67% | - |
| XYZ | 25.74 | 34.16 | 25.66 | - |
| YUV | 149.66 | 115.77 | 105.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 170 | 128 | 0.31 | 0 | 0.25 | 0.33 | 131.54 | 0.23 | 0.56 |
| Hex | 76 | AA | 80 | 1F | 0 | 19 | 21 | 84 | 17 | 38 |
| Octal | 166 | 252 | 200 | 37 | 0 | 31 | 41 | 204 | 27 | 70 |
| Binary | 1110110 | 10101010 | 10000000 | 11111 | 0 | 11001 | 100001 | 10000100 | 10111 | 111000 |
Color Harmonies of #76AA80
Complementary color
Monochromatic Colors of #76AA80
Black with #76AA80
Text Example
Text Example
White with #76AA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76AA80; }
p { color: rgb(118,170,128); }
H1.HeaderClassName
{
color: #76AA80;
}
.AnyTagClassName
{
color: #76AA80;
}
</style>
background-color css
<style>
a { background-color: #76AA80; }
a { background-color: rgb(118,170,128); }
div.DivClassName
{
background-color: #76AA80;
}
.BgClassName
{
background-color: #76AA80;
}
</style>
border-color css
<style>
span { border-color: #76AA80; }
span { border-color: rgb(118,170,128); }
td.TdClassName
{
border-color: #76AA80;
}
.TagClassName
{
border-color: #76AA80;
}
</style>