Shades of Bay Leaf #76B280
Tints of Bay Leaf #76B280
RGB
CMYK
RGB Variations
Color information
#76B280 (or 0x76B280) is known color: Bay Leaf. HEX triplet: 76, B2 and 80. RGB value is (118,178,128). Sum of RGB (Red+Green+Blue) = 118+178+128=424 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.83% from 424); Green value is 178 (69.92% from 255 or 41.98% from 424); Blue value is 128 (50.39% from 255 or 30.19% from 424); Max value from RGB is 178 - color contains mainly: green. Hex color #76B280 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76B280 is #894D7F. Grayscale: #9A9A9A. Windows color (decimal): -8998272 or 8434294. OLE color: 8434294.
HSL color Cylindrical-coordinate representation of color #76B280: hue angle of 130º 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 #76B280 is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 118 | 178 | 128 | - |
| CMYK | 0.34 | 0 | 0.28 | 0.30 |
| HSL | 130º | 0.28% | 0.58% | - |
| HSV(B) | 130º | 0.34% | 0.7% | - |
| XYZ | 27.29 | 37.25 | 26.17 | - |
| YUV | 154.36 | 113.12 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 178 | 128 | 0.34 | 0 | 0.28 | 0.30 | 130 | 0.28 | 0.58 |
| Hex | 76 | B2 | 80 | 22 | 0 | 1C | 1E | 82 | 1C | 3A |
| Octal | 166 | 262 | 200 | 42 | 0 | 34 | 36 | 202 | 34 | 72 |
| Binary | 1110110 | 10110010 | 10000000 | 100010 | 0 | 11100 | 11110 | 10000010 | 11100 | 111010 |
Color Harmonies of #76B280
Complementary color
Monochromatic Colors of #76B280
Black with #76B280
Text Example
Text Example
White with #76B280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B280; }
p { color: rgb(118,178,128); }
H1.HeaderClassName
{
color: #76B280;
}
.AnyTagClassName
{
color: #76B280;
}
</style>
background-color css
<style>
a { background-color: #76B280; }
a { background-color: rgb(118,178,128); }
div.DivClassName
{
background-color: #76B280;
}
.BgClassName
{
background-color: #76B280;
}
</style>
border-color css
<style>
span { border-color: #76B280; }
span { border-color: rgb(118,178,128); }
td.TdClassName
{
border-color: #76B280;
}
.TagClassName
{
border-color: #76B280;
}
</style>