Shades of Bay Leaf #7CB387
Tints of Bay Leaf #7CB387
RGB
CMYK
RGB Variations
Color information
#7CB387 (or 0x7CB387) is known color: Bay Leaf. HEX triplet: 7C, B3 and 87. RGB value is (124,179,135). Sum of RGB (Red+Green+Blue) = 124+179+135=438 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.31% from 438); Green value is 179 (70.31% from 255 or 40.87% from 438); Blue value is 135 (53.12% from 255 or 30.82% from 438); Max value from RGB is 179 - color contains mainly: green. Hex color #7CB387 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CB387 is #834C78. Grayscale: #9D9D9D. Windows color (decimal): -8604793 or 8893308. OLE color: 8893308.
HSL color Cylindrical-coordinate representation of color #7CB387: hue angle of 132º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7CB387 is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 124 | 179 | 135 | - |
| CMYK | 0.31 | 0 | 0.25 | 0.30 |
| HSL | 132º | 0.27% | 0.59% | - |
| HSV(B) | 132º | 0.31% | 0.7% | - |
| XYZ | 28.81 | 38.27 | 28.79 | - |
| YUV | 157.54 | 115.28 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 179 | 135 | 0.31 | 0 | 0.25 | 0.30 | 132 | 0.27 | 0.59 |
| Hex | 7C | B3 | 87 | 1F | 0 | 19 | 1E | 84 | 1B | 3B |
| Octal | 174 | 263 | 207 | 37 | 0 | 31 | 36 | 204 | 33 | 73 |
| Binary | 1111100 | 10110011 | 10000111 | 11111 | 0 | 11001 | 11110 | 10000100 | 11011 | 111011 |
Color Harmonies of #7CB387
Complementary color
Monochromatic Colors of #7CB387
Black with #7CB387
Text Example
Text Example
White with #7CB387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB387; }
p { color: rgb(124,179,135); }
H1.HeaderClassName
{
color: #7CB387;
}
.AnyTagClassName
{
color: #7CB387;
}
</style>
background-color css
<style>
a { background-color: #7CB387; }
a { background-color: rgb(124,179,135); }
div.DivClassName
{
background-color: #7CB387;
}
.BgClassName
{
background-color: #7CB387;
}
</style>
border-color css
<style>
span { border-color: #7CB387; }
span { border-color: rgb(124,179,135); }
td.TdClassName
{
border-color: #7CB387;
}
.TagClassName
{
border-color: #7CB387;
}
</style>