Shades of Bay Leaf #7CA686
Tints of Bay Leaf #7CA686
RGB
CMYK
RGB Variations
Color information
#7CA686 (or 0x7CA686) is known color: Bay Leaf. HEX triplet: 7C, A6 and 86. RGB value is (124,166,134). Sum of RGB (Red+Green+Blue) = 124+166+134=424 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.25% from 424); Green value is 166 (65.23% from 255 or 39.15% from 424); Blue value is 134 (52.73% from 255 or 31.60% from 424); Max value from RGB is 166 - color contains mainly: green. Hex color #7CA686 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CA686 is #835979. Grayscale: #959595. Windows color (decimal): -8608122 or 8824444. OLE color: 8824444.
HSL color Cylindrical-coordinate representation of color #7CA686: hue angle of 134.29º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7CA686 is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 124 | 166 | 134 | - |
| CMYK | 0.25 | 0 | 0.19 | 0.35 |
| HSL | 134.29º | 0.19% | 0.57% | - |
| HSV(B) | 134.29º | 0.25% | 0.65% | - |
| XYZ | 26.25 | 33.28 | 27.59 | - |
| YUV | 149.79 | 119.09 | 109.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 166 | 134 | 0.25 | 0 | 0.19 | 0.35 | 134.29 | 0.19 | 0.57 |
| Hex | 7C | A6 | 86 | 19 | 0 | 13 | 23 | 86 | 13 | 39 |
| Octal | 174 | 246 | 206 | 31 | 0 | 23 | 43 | 206 | 23 | 71 |
| Binary | 1111100 | 10100110 | 10000110 | 11001 | 0 | 10011 | 100011 | 10000110 | 10011 | 111001 |
Color Harmonies of #7CA686
Complementary color
Monochromatic Colors of #7CA686
Black with #7CA686
Text Example
Text Example
White with #7CA686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA686; }
p { color: rgb(124,166,134); }
H1.HeaderClassName
{
color: #7CA686;
}
.AnyTagClassName
{
color: #7CA686;
}
</style>
background-color css
<style>
a { background-color: #7CA686; }
a { background-color: rgb(124,166,134); }
div.DivClassName
{
background-color: #7CA686;
}
.BgClassName
{
background-color: #7CA686;
}
</style>
border-color css
<style>
span { border-color: #7CA686; }
span { border-color: rgb(124,166,134); }
td.TdClassName
{
border-color: #7CA686;
}
.TagClassName
{
border-color: #7CA686;
}
</style>