Shades of Bay Leaf #7CA087
Tints of Bay Leaf #7CA087
RGB
CMYK
RGB Variations
Color information
#7CA087 (or 0x7CA087) is known color: Bay Leaf. HEX triplet: 7C, A0 and 87. RGB value is (124,160,135). Sum of RGB (Red+Green+Blue) = 124+160+135=419 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.59% from 419); Green value is 160 (62.89% from 255 or 38.19% from 419); Blue value is 135 (53.12% from 255 or 32.22% from 419); Max value from RGB is 160 - color contains mainly: green. Hex color #7CA087 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CA087 is #835F78. Grayscale: #929292. Windows color (decimal): -8609657 or 8888444. OLE color: 8888444.
HSL color Cylindrical-coordinate representation of color #7CA087: hue angle of 138.33º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7CA087 is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 124 | 160 | 135 | - |
| CMYK | 0.22 | 0 | 0.16 | 0.37 |
| HSL | 138.33º | 0.16% | 0.56% | - |
| HSV(B) | 138.33º | 0.23% | 0.63% | - |
| XYZ | 25.26 | 31.18 | 27.61 | - |
| YUV | 146.39 | 121.57 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 160 | 135 | 0.22 | 0 | 0.16 | 0.37 | 138.33 | 0.16 | 0.56 |
| Hex | 7C | A0 | 87 | 16 | 0 | 10 | 25 | 8A | 10 | 38 |
| Octal | 174 | 240 | 207 | 26 | 0 | 20 | 45 | 212 | 20 | 70 |
| Binary | 1111100 | 10100000 | 10000111 | 10110 | 0 | 10000 | 100101 | 10001010 | 10000 | 111000 |
Color Harmonies of #7CA087
Complementary color
Monochromatic Colors of #7CA087
Black with #7CA087
Text Example
Text Example
White with #7CA087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA087; }
p { color: rgb(124,160,135); }
H1.HeaderClassName
{
color: #7CA087;
}
.AnyTagClassName
{
color: #7CA087;
}
</style>
background-color css
<style>
a { background-color: #7CA087; }
a { background-color: rgb(124,160,135); }
div.DivClassName
{
background-color: #7CA087;
}
.BgClassName
{
background-color: #7CA087;
}
</style>
border-color css
<style>
span { border-color: #7CA087; }
span { border-color: rgb(124,160,135); }
td.TdClassName
{
border-color: #7CA087;
}
.TagClassName
{
border-color: #7CA087;
}
</style>