Shades of Bay Leaf #76A682
Tints of Bay Leaf #76A682
RGB
CMYK
RGB Variations
Color information
#76A682 (or 0x76A682) is known color: Bay Leaf. HEX triplet: 76, A6 and 82. RGB value is (118,166,130). Sum of RGB (Red+Green+Blue) = 118+166+130=414 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.50% from 414); Green value is 166 (65.23% from 255 or 40.10% from 414); Blue value is 130 (51.17% from 255 or 31.40% from 414); Max value from RGB is 166 - color contains mainly: green. Hex color #76A682 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76A682 is #89597D. Grayscale: #939393. Windows color (decimal): -9001342 or 8562294. OLE color: 8562294.
HSL color Cylindrical-coordinate representation of color #76A682: hue angle of 135º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #76A682 is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 118 | 166 | 130 | - |
| CMYK | 0.29 | 0 | 0.22 | 0.35 |
| HSL | 135º | 0.21% | 0.56% | - |
| HSV(B) | 135º | 0.29% | 0.65% | - |
| XYZ | 25.14 | 32.74 | 26.11 | - |
| YUV | 147.54 | 118.1 | 106.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 166 | 130 | 0.29 | 0 | 0.22 | 0.35 | 135 | 0.21 | 0.56 |
| Hex | 76 | A6 | 82 | 1D | 0 | 16 | 23 | 87 | 15 | 38 |
| Octal | 166 | 246 | 202 | 35 | 0 | 26 | 43 | 207 | 25 | 70 |
| Binary | 1110110 | 10100110 | 10000010 | 11101 | 0 | 10110 | 100011 | 10000111 | 10101 | 111000 |
Color Harmonies of #76A682
Complementary color
Monochromatic Colors of #76A682
Black with #76A682
Text Example
Text Example
White with #76A682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A682; }
p { color: rgb(118,166,130); }
H1.HeaderClassName
{
color: #76A682;
}
.AnyTagClassName
{
color: #76A682;
}
</style>
background-color css
<style>
a { background-color: #76A682; }
a { background-color: rgb(118,166,130); }
div.DivClassName
{
background-color: #76A682;
}
.BgClassName
{
background-color: #76A682;
}
</style>
border-color css
<style>
span { border-color: #76A682; }
span { border-color: rgb(118,166,130); }
td.TdClassName
{
border-color: #76A682;
}
.TagClassName
{
border-color: #76A682;
}
</style>