Shades of Bay Leaf #76B582
Tints of Bay Leaf #76B582
RGB
CMYK
RGB Variations
Color information
#76B582 (or 0x76B582) is known color: Bay Leaf. HEX triplet: 76, B5 and 82. RGB value is (118,181,130). Sum of RGB (Red+Green+Blue) = 118+181+130=429 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.51% from 429); Green value is 181 (71.09% from 255 or 42.19% from 429); Blue value is 130 (51.17% from 255 or 30.30% from 429); Max value from RGB is 181 - color contains mainly: green. Hex color #76B582 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76B582 is #894A7D. Grayscale: #9C9C9C. Windows color (decimal): -8997502 or 8566134. OLE color: 8566134.
HSL color Cylindrical-coordinate representation of color #76B582: hue angle of 131.43º 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 #76B582 is Cyan = 0.35, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 118 | 181 | 130 | - |
| CMYK | 0.35 | 0 | 0.28 | 0.29 |
| HSL | 131.43º | 0.3% | 0.59% | - |
| HSV(B) | 131.43º | 0.35% | 0.71% | - |
| XYZ | 28.02 | 38.51 | 27.08 | - |
| YUV | 156.35 | 113.13 | 100.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 181 | 130 | 0.35 | 0 | 0.28 | 0.29 | 131.43 | 0.3 | 0.59 |
| Hex | 76 | B5 | 82 | 23 | 0 | 1C | 1D | 83 | 1E | 3B |
| Octal | 166 | 265 | 202 | 43 | 0 | 34 | 35 | 203 | 36 | 73 |
| Binary | 1110110 | 10110101 | 10000010 | 100011 | 0 | 11100 | 11101 | 10000011 | 11110 | 111011 |
Color Harmonies of #76B582
Complementary color
Monochromatic Colors of #76B582
Black with #76B582
Text Example
Text Example
White with #76B582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B582; }
p { color: rgb(118,181,130); }
H1.HeaderClassName
{
color: #76B582;
}
.AnyTagClassName
{
color: #76B582;
}
</style>
background-color css
<style>
a { background-color: #76B582; }
a { background-color: rgb(118,181,130); }
div.DivClassName
{
background-color: #76B582;
}
.BgClassName
{
background-color: #76B582;
}
</style>
border-color css
<style>
span { border-color: #76B582; }
span { border-color: rgb(118,181,130); }
td.TdClassName
{
border-color: #76B582;
}
.TagClassName
{
border-color: #76B582;
}
</style>