Shades of Bay Leaf #7CA684
Tints of Bay Leaf #7CA684
RGB
CMYK
RGB Variations
Color information
#7CA684 (or 0x7CA684) is known color: Bay Leaf. HEX triplet: 7C, A6 and 84. RGB value is (124,166,132). Sum of RGB (Red+Green+Blue) = 124+166+132=422 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.38% from 422); Green value is 166 (65.23% from 255 or 39.34% from 422); Blue value is 132 (51.95% from 255 or 31.28% from 422); Max value from RGB is 166 - color contains mainly: green. Hex color #7CA684 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CA684 is #83597B. Grayscale: #959595. Windows color (decimal): -8608124 or 8693372. OLE color: 8693372.
HSL color Cylindrical-coordinate representation of color #7CA684: hue angle of 131.43º 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 #7CA684 is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 124 | 166 | 132 | - |
| CMYK | 0.25 | 0 | 0.20 | 0.35 |
| HSL | 131.43º | 0.19% | 0.57% | - |
| HSV(B) | 131.43º | 0.25% | 0.65% | - |
| XYZ | 26.11 | 33.22 | 26.87 | - |
| YUV | 149.57 | 118.09 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 166 | 132 | 0.25 | 0 | 0.20 | 0.35 | 131.43 | 0.19 | 0.57 |
| Hex | 7C | A6 | 84 | 19 | 0 | 14 | 23 | 83 | 13 | 39 |
| Octal | 174 | 246 | 204 | 31 | 0 | 24 | 43 | 203 | 23 | 71 |
| Binary | 1111100 | 10100110 | 10000100 | 11001 | 0 | 10100 | 100011 | 10000011 | 10011 | 111001 |
Color Harmonies of #7CA684
Complementary color
Monochromatic Colors of #7CA684
Black with #7CA684
Text Example
Text Example
White with #7CA684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA684; }
p { color: rgb(124,166,132); }
H1.HeaderClassName
{
color: #7CA684;
}
.AnyTagClassName
{
color: #7CA684;
}
</style>
background-color css
<style>
a { background-color: #7CA684; }
a { background-color: rgb(124,166,132); }
div.DivClassName
{
background-color: #7CA684;
}
.BgClassName
{
background-color: #7CA684;
}
</style>
border-color css
<style>
span { border-color: #7CA684; }
span { border-color: rgb(124,166,132); }
td.TdClassName
{
border-color: #7CA684;
}
.TagClassName
{
border-color: #7CA684;
}
</style>