Shades of Bay Leaf #76B28B
Tints of Bay Leaf #76B28B
RGB
CMYK
RGB Variations
Color information
#76B28B (or 0x76B28B) is known color: Bay Leaf. HEX triplet: 76, B2 and 8B. RGB value is (118,178,139). Sum of RGB (Red+Green+Blue) = 118+178+139=435 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.13% from 435); Green value is 178 (69.92% from 255 or 40.92% from 435); Blue value is 139 (54.69% from 255 or 31.95% from 435); Max value from RGB is 178 - color contains mainly: green. Hex color #76B28B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76B28B is #894D74. Grayscale: #9B9B9B. Windows color (decimal): -8998261 or 9155190. OLE color: 9155190.
HSL color Cylindrical-coordinate representation of color #76B28B: hue angle of 141º 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 #76B28B is Cyan = 0.34, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 118 | 178 | 139 | - |
| CMYK | 0.34 | 0 | 0.22 | 0.30 |
| HSL | 141º | 0.28% | 0.58% | - |
| HSV(B) | 141º | 0.34% | 0.7% | - |
| XYZ | 28.05 | 37.56 | 30.2 | - |
| YUV | 155.61 | 118.62 | 101.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 178 | 139 | 0.34 | 0 | 0.22 | 0.30 | 141 | 0.28 | 0.58 |
| Hex | 76 | B2 | 8B | 22 | 0 | 16 | 1E | 8D | 1C | 3A |
| Octal | 166 | 262 | 213 | 42 | 0 | 26 | 36 | 215 | 34 | 72 |
| Binary | 1110110 | 10110010 | 10001011 | 100010 | 0 | 10110 | 11110 | 10001101 | 11100 | 111010 |
Color Harmonies of #76B28B
Complementary color
Monochromatic Colors of #76B28B
Black with #76B28B
Text Example
Text Example
White with #76B28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B28B; }
p { color: rgb(118,178,139); }
H1.HeaderClassName
{
color: #76B28B;
}
.AnyTagClassName
{
color: #76B28B;
}
</style>
background-color css
<style>
a { background-color: #76B28B; }
a { background-color: rgb(118,178,139); }
div.DivClassName
{
background-color: #76B28B;
}
.BgClassName
{
background-color: #76B28B;
}
</style>
border-color css
<style>
span { border-color: #76B28B; }
span { border-color: rgb(118,178,139); }
td.TdClassName
{
border-color: #76B28B;
}
.TagClassName
{
border-color: #76B28B;
}
</style>