Shades of Bay Leaf #7CA585
Tints of Bay Leaf #7CA585
RGB
CMYK
RGB Variations
Color information
#7CA585 (or 0x7CA585) is known color: Bay Leaf. HEX triplet: 7C, A5 and 85. RGB value is (124,165,133). Sum of RGB (Red+Green+Blue) = 124+165+133=422 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.38% from 422); Green value is 165 (64.84% from 255 or 39.10% from 422); Blue value is 133 (52.34% from 255 or 31.52% from 422); Max value from RGB is 165 - color contains mainly: green. Hex color #7CA585 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CA585 is #835A7A. Grayscale: #959595. Windows color (decimal): -8608379 or 8758652. OLE color: 8758652.
HSL color Cylindrical-coordinate representation of color #7CA585: hue angle of 133.17º 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 #7CA585 is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 124 | 165 | 133 | - |
| CMYK | 0.25 | 0 | 0.19 | 0.35 |
| HSL | 133.17º | 0.19% | 0.57% | - |
| HSV(B) | 133.17º | 0.25% | 0.65% | - |
| XYZ | 26 | 32.89 | 27.17 | - |
| YUV | 149.09 | 118.92 | 110.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 165 | 133 | 0.25 | 0 | 0.19 | 0.35 | 133.17 | 0.19 | 0.57 |
| Hex | 7C | A5 | 85 | 19 | 0 | 13 | 23 | 85 | 13 | 39 |
| Octal | 174 | 245 | 205 | 31 | 0 | 23 | 43 | 205 | 23 | 71 |
| Binary | 1111100 | 10100101 | 10000101 | 11001 | 0 | 10011 | 100011 | 10000101 | 10011 | 111001 |
Color Harmonies of #7CA585
Complementary color
Monochromatic Colors of #7CA585
Black with #7CA585
Text Example
Text Example
White with #7CA585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA585; }
p { color: rgb(124,165,133); }
H1.HeaderClassName
{
color: #7CA585;
}
.AnyTagClassName
{
color: #7CA585;
}
</style>
background-color css
<style>
a { background-color: #7CA585; }
a { background-color: rgb(124,165,133); }
div.DivClassName
{
background-color: #7CA585;
}
.BgClassName
{
background-color: #7CA585;
}
</style>
border-color css
<style>
span { border-color: #7CA585; }
span { border-color: rgb(124,165,133); }
td.TdClassName
{
border-color: #7CA585;
}
.TagClassName
{
border-color: #7CA585;
}
</style>