Shades of Bay Leaf #76A185
Tints of Bay Leaf #76A185
RGB
CMYK
RGB Variations
Color information
#76A185 (or 0x76A185) is known color: Bay Leaf. HEX triplet: 76, A1 and 85. RGB value is (118,161,133). Sum of RGB (Red+Green+Blue) = 118+161+133=412 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.64% from 412); Green value is 161 (63.28% from 255 or 39.08% from 412); Blue value is 133 (52.34% from 255 or 32.28% from 412); Max value from RGB is 161 - color contains mainly: green. Hex color #76A185 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76A185 is #895E7A. Grayscale: #919191. Windows color (decimal): -9002619 or 8757622. OLE color: 8757622.
HSL color Cylindrical-coordinate representation of color #76A185: hue angle of 140.93º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #76A185 is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 118 | 161 | 133 | - |
| CMYK | 0.27 | 0 | 0.17 | 0.37 |
| HSL | 140.93º | 0.19% | 0.55% | - |
| HSV(B) | 140.93º | 0.27% | 0.63% | - |
| XYZ | 24.45 | 31.03 | 26.89 | - |
| YUV | 144.95 | 121.25 | 108.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 161 | 133 | 0.27 | 0 | 0.17 | 0.37 | 140.93 | 0.19 | 0.55 |
| Hex | 76 | A1 | 85 | 1B | 0 | 11 | 25 | 8D | 13 | 37 |
| Octal | 166 | 241 | 205 | 33 | 0 | 21 | 45 | 215 | 23 | 67 |
| Binary | 1110110 | 10100001 | 10000101 | 11011 | 0 | 10001 | 100101 | 10001101 | 10011 | 110111 |
Color Harmonies of #76A185
Complementary color
Monochromatic Colors of #76A185
Black with #76A185
Text Example
Text Example
White with #76A185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A185; }
p { color: rgb(118,161,133); }
H1.HeaderClassName
{
color: #76A185;
}
.AnyTagClassName
{
color: #76A185;
}
</style>
background-color css
<style>
a { background-color: #76A185; }
a { background-color: rgb(118,161,133); }
div.DivClassName
{
background-color: #76A185;
}
.BgClassName
{
background-color: #76A185;
}
</style>
border-color css
<style>
span { border-color: #76A185; }
span { border-color: rgb(118,161,133); }
td.TdClassName
{
border-color: #76A185;
}
.TagClassName
{
border-color: #76A185;
}
</style>