Shades of Bay Leaf #76A48A
Tints of Bay Leaf #76A48A
RGB
CMYK
RGB Variations
Color information
#76A48A (or 0x76A48A) is known color: Bay Leaf. HEX triplet: 76, A4 and 8A. RGB value is (118,164,138). Sum of RGB (Red+Green+Blue) = 118+164+138=420 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.10% from 420); Green value is 164 (64.45% from 255 or 39.05% from 420); Blue value is 138 (54.30% from 255 or 32.86% from 420); Max value from RGB is 164 - color contains mainly: green. Hex color #76A48A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76A48A is #895B75. Grayscale: #939393. Windows color (decimal): -9001846 or 9086070. OLE color: 9086070.
HSL color Cylindrical-coordinate representation of color #76A48A: hue angle of 146.09º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #76A48A is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 118 | 164 | 138 | - |
| CMYK | 0.28 | 0 | 0.16 | 0.36 |
| HSL | 146.09º | 0.2% | 0.55% | - |
| HSV(B) | 146.09º | 0.28% | 0.64% | - |
| XYZ | 25.33 | 32.24 | 28.93 | - |
| YUV | 147.28 | 122.76 | 107.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 164 | 138 | 0.28 | 0 | 0.16 | 0.36 | 146.09 | 0.2 | 0.55 |
| Hex | 76 | A4 | 8A | 1C | 0 | 10 | 24 | 92 | 14 | 37 |
| Octal | 166 | 244 | 212 | 34 | 0 | 20 | 44 | 222 | 24 | 67 |
| Binary | 1110110 | 10100100 | 10001010 | 11100 | 0 | 10000 | 100100 | 10010010 | 10100 | 110111 |
Color Harmonies of #76A48A
Complementary color
Monochromatic Colors of #76A48A
Black with #76A48A
Text Example
Text Example
White with #76A48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A48A; }
p { color: rgb(118,164,138); }
H1.HeaderClassName
{
color: #76A48A;
}
.AnyTagClassName
{
color: #76A48A;
}
</style>
background-color css
<style>
a { background-color: #76A48A; }
a { background-color: rgb(118,164,138); }
div.DivClassName
{
background-color: #76A48A;
}
.BgClassName
{
background-color: #76A48A;
}
</style>
border-color css
<style>
span { border-color: #76A48A; }
span { border-color: rgb(118,164,138); }
td.TdClassName
{
border-color: #76A48A;
}
.TagClassName
{
border-color: #76A48A;
}
</style>