Shades of Bay Leaf #76B281
Tints of Bay Leaf #76B281
RGB
CMYK
RGB Variations
Color information
#76B281 (or 0x76B281) is known color: Bay Leaf. HEX triplet: 76, B2 and 81. RGB value is (118,178,129). Sum of RGB (Red+Green+Blue) = 118+178+129=425 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.76% from 425); Green value is 178 (69.92% from 255 or 41.88% from 425); Blue value is 129 (50.78% from 255 or 30.35% from 425); Max value from RGB is 178 - color contains mainly: green. Hex color #76B281 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76B281 is #894D7E. Grayscale: #9A9A9A. Windows color (decimal): -8998271 or 8499830. OLE color: 8499830.
HSL color Cylindrical-coordinate representation of color #76B281: hue angle of 131º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #76B281 is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 118 | 178 | 129 | - |
| CMYK | 0.34 | 0 | 0.28 | 0.30 |
| HSL | 131º | 0.28% | 0.58% | - |
| HSV(B) | 131º | 0.34% | 0.7% | - |
| XYZ | 27.35 | 37.28 | 26.52 | - |
| YUV | 154.47 | 113.62 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 178 | 129 | 0.34 | 0 | 0.28 | 0.30 | 131 | 0.28 | 0.58 |
| Hex | 76 | B2 | 81 | 22 | 0 | 1C | 1E | 83 | 1C | 3A |
| Octal | 166 | 262 | 201 | 42 | 0 | 34 | 36 | 203 | 34 | 72 |
| Binary | 1110110 | 10110010 | 10000001 | 100010 | 0 | 11100 | 11110 | 10000011 | 11100 | 111010 |
Color Harmonies of #76B281
Complementary color
Monochromatic Colors of #76B281
Black with #76B281
Text Example
Text Example
White with #76B281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B281; }
p { color: rgb(118,178,129); }
H1.HeaderClassName
{
color: #76B281;
}
.AnyTagClassName
{
color: #76B281;
}
</style>
background-color css
<style>
a { background-color: #76B281; }
a { background-color: rgb(118,178,129); }
div.DivClassName
{
background-color: #76B281;
}
.BgClassName
{
background-color: #76B281;
}
</style>
border-color css
<style>
span { border-color: #76B281; }
span { border-color: rgb(118,178,129); }
td.TdClassName
{
border-color: #76B281;
}
.TagClassName
{
border-color: #76B281;
}
</style>