Shades of Bay Leaf #76B38A
Tints of Bay Leaf #76B38A
RGB
CMYK
RGB Variations
Color information
#76B38A (or 0x76B38A) is known color: Bay Leaf. HEX triplet: 76, B3 and 8A. RGB value is (118,179,138). Sum of RGB (Red+Green+Blue) = 118+179+138=435 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.13% from 435); Green value is 179 (70.31% from 255 or 41.15% from 435); Blue value is 138 (54.30% from 255 or 31.72% from 435); Max value from RGB is 179 - color contains mainly: green. Hex color #76B38A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76B38A is #894C75. Grayscale: #9C9C9C. Windows color (decimal): -8998006 or 9089910. OLE color: 9089910.
HSL color Cylindrical-coordinate representation of color #76B38A: hue angle of 139.67º degrees, saturation: 0.29, 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 #76B38A is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 118 | 179 | 138 | - |
| CMYK | 0.34 | 0 | 0.23 | 0.30 |
| HSL | 139.67º | 0.29% | 0.58% | - |
| HSV(B) | 139.67º | 0.34% | 0.7% | - |
| XYZ | 28.18 | 37.93 | 29.88 | - |
| YUV | 156.09 | 117.79 | 100.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 179 | 138 | 0.34 | 0 | 0.23 | 0.30 | 139.67 | 0.29 | 0.58 |
| Hex | 76 | B3 | 8A | 22 | 0 | 17 | 1E | 8C | 1D | 3A |
| Octal | 166 | 263 | 212 | 42 | 0 | 27 | 36 | 214 | 35 | 72 |
| Binary | 1110110 | 10110011 | 10001010 | 100010 | 0 | 10111 | 11110 | 10001100 | 11101 | 111010 |
Color Harmonies of #76B38A
Complementary color
Monochromatic Colors of #76B38A
Black with #76B38A
Text Example
Text Example
White with #76B38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B38A; }
p { color: rgb(118,179,138); }
H1.HeaderClassName
{
color: #76B38A;
}
.AnyTagClassName
{
color: #76B38A;
}
</style>
background-color css
<style>
a { background-color: #76B38A; }
a { background-color: rgb(118,179,138); }
div.DivClassName
{
background-color: #76B38A;
}
.BgClassName
{
background-color: #76B38A;
}
</style>
border-color css
<style>
span { border-color: #76B38A; }
span { border-color: rgb(118,179,138); }
td.TdClassName
{
border-color: #76B38A;
}
.TagClassName
{
border-color: #76B38A;
}
</style>