Shades of Bay Leaf #76B18F
Tints of Bay Leaf #76B18F
RGB
CMYK
RGB Variations
Color information
#76B18F (or 0x76B18F) is known color: Bay Leaf. HEX triplet: 76, B1 and 8F. RGB value is (118,177,143). Sum of RGB (Red+Green+Blue) = 118+177+143=438 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.94% from 438); Green value is 177 (69.53% from 255 or 40.41% from 438); Blue value is 143 (56.25% from 255 or 32.65% from 438); Max value from RGB is 177 - color contains mainly: green. Hex color #76B18F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76B18F is #894E70. Grayscale: #9B9B9B. Windows color (decimal): -8998513 or 9417078. OLE color: 9417078.
HSL color Cylindrical-coordinate representation of color #76B18F: hue angle of 145.42º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #76B18F is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 118 | 177 | 143 | - |
| CMYK | 0.33 | 0 | 0.19 | 0.31 |
| HSL | 145.42º | 0.27% | 0.58% | - |
| HSV(B) | 145.42º | 0.33% | 0.69% | - |
| XYZ | 28.15 | 37.28 | 31.7 | - |
| YUV | 155.48 | 120.95 | 101.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 177 | 143 | 0.33 | 0 | 0.19 | 0.31 | 145.42 | 0.27 | 0.58 |
| Hex | 76 | B1 | 8F | 21 | 0 | 13 | 1F | 91 | 1B | 3A |
| Octal | 166 | 261 | 217 | 41 | 0 | 23 | 37 | 221 | 33 | 72 |
| Binary | 1110110 | 10110001 | 10001111 | 100001 | 0 | 10011 | 11111 | 10010001 | 11011 | 111010 |
Color Harmonies of #76B18F
Complementary color
Monochromatic Colors of #76B18F
Black with #76B18F
Text Example
Text Example
White with #76B18F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B18F; }
p { color: rgb(118,177,143); }
H1.HeaderClassName
{
color: #76B18F;
}
.AnyTagClassName
{
color: #76B18F;
}
</style>
background-color css
<style>
a { background-color: #76B18F; }
a { background-color: rgb(118,177,143); }
div.DivClassName
{
background-color: #76B18F;
}
.BgClassName
{
background-color: #76B18F;
}
</style>
border-color css
<style>
span { border-color: #76B18F; }
span { border-color: rgb(118,177,143); }
td.TdClassName
{
border-color: #76B18F;
}
.TagClassName
{
border-color: #76B18F;
}
</style>