Shades of Bay Leaf #7CA586
Tints of Bay Leaf #7CA586
RGB
CMYK
RGB Variations
Color information
#7CA586 (or 0x7CA586) is known color: Bay Leaf. HEX triplet: 7C, A5 and 86. RGB value is (124,165,134). Sum of RGB (Red+Green+Blue) = 124+165+134=423 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.31% from 423); Green value is 165 (64.84% from 255 or 39.01% from 423); Blue value is 134 (52.73% from 255 or 31.68% from 423); Max value from RGB is 165 - color contains mainly: green. Hex color #7CA586 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CA586 is #835A79. Grayscale: #959595. Windows color (decimal): -8608378 or 8824188. OLE color: 8824188.
HSL color Cylindrical-coordinate representation of color #7CA586: hue angle of 134.63º 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 #7CA586 is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 124 | 165 | 134 | - |
| CMYK | 0.25 | 0 | 0.19 | 0.35 |
| HSL | 134.63º | 0.19% | 0.57% | - |
| HSV(B) | 134.63º | 0.25% | 0.65% | - |
| XYZ | 26.07 | 32.92 | 27.53 | - |
| YUV | 149.21 | 119.42 | 110.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 165 | 134 | 0.25 | 0 | 0.19 | 0.35 | 134.63 | 0.19 | 0.57 |
| Hex | 7C | A5 | 86 | 19 | 0 | 13 | 23 | 87 | 13 | 39 |
| Octal | 174 | 245 | 206 | 31 | 0 | 23 | 43 | 207 | 23 | 71 |
| Binary | 1111100 | 10100101 | 10000110 | 11001 | 0 | 10011 | 100011 | 10000111 | 10011 | 111001 |
Color Harmonies of #7CA586
Complementary color
Monochromatic Colors of #7CA586
Black with #7CA586
Text Example
Text Example
White with #7CA586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA586; }
p { color: rgb(124,165,134); }
H1.HeaderClassName
{
color: #7CA586;
}
.AnyTagClassName
{
color: #7CA586;
}
</style>
background-color css
<style>
a { background-color: #7CA586; }
a { background-color: rgb(124,165,134); }
div.DivClassName
{
background-color: #7CA586;
}
.BgClassName
{
background-color: #7CA586;
}
</style>
border-color css
<style>
span { border-color: #7CA586; }
span { border-color: rgb(124,165,134); }
td.TdClassName
{
border-color: #7CA586;
}
.TagClassName
{
border-color: #7CA586;
}
</style>