Shades of Bay Leaf #7CB984
Tints of Bay Leaf #7CB984
RGB
CMYK
RGB Variations
Color information
#7CB984 (or 0x7CB984) is known color: Bay Leaf. HEX triplet: 7C, B9 and 84. RGB value is (124,185,132). Sum of RGB (Red+Green+Blue) = 124+185+132=441 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.12% from 441); Green value is 185 (72.66% from 255 or 41.95% from 441); Blue value is 132 (51.95% from 255 or 29.93% from 441); Max value from RGB is 185 - color contains mainly: green. Hex color #7CB984 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CB984 is #83467B. Grayscale: #A0A0A0. Windows color (decimal): -8603260 or 8698236. OLE color: 8698236.
HSL color Cylindrical-coordinate representation of color #7CB984: hue angle of 127.87º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7CB984 is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 185 | 132 | - |
| CMYK | 0.33 | 0 | 0.29 | 0.27 |
| HSL | 127.87º | 0.3% | 0.61% | - |
| HSV(B) | 127.87º | 0.33% | 0.73% | - |
| XYZ | 29.83 | 40.65 | 28.1 | - |
| YUV | 160.72 | 111.79 | 101.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 185 | 132 | 0.33 | 0 | 0.29 | 0.27 | 127.87 | 0.3 | 0.61 |
| Hex | 7C | B9 | 84 | 21 | 0 | 1D | 1B | 80 | 1E | 3D |
| Octal | 174 | 271 | 204 | 41 | 0 | 35 | 33 | 200 | 36 | 75 |
| Binary | 1111100 | 10111001 | 10000100 | 100001 | 0 | 11101 | 11011 | 10000000 | 11110 | 111101 |
Color Harmonies of #7CB984
Complementary color
Monochromatic Colors of #7CB984
Black with #7CB984
Text Example
Text Example
White with #7CB984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB984; }
p { color: rgb(124,185,132); }
H1.HeaderClassName
{
color: #7CB984;
}
.AnyTagClassName
{
color: #7CB984;
}
</style>
background-color css
<style>
a { background-color: #7CB984; }
a { background-color: rgb(124,185,132); }
div.DivClassName
{
background-color: #7CB984;
}
.BgClassName
{
background-color: #7CB984;
}
</style>
border-color css
<style>
span { border-color: #7CB984; }
span { border-color: rgb(124,185,132); }
td.TdClassName
{
border-color: #7CB984;
}
.TagClassName
{
border-color: #7CB984;
}
</style>