Shades of Bay Leaf #7CB187
Tints of Bay Leaf #7CB187
RGB
CMYK
RGB Variations
Color information
#7CB187 (or 0x7CB187) is known color: Bay Leaf. HEX triplet: 7C, B1 and 87. RGB value is (124,177,135). Sum of RGB (Red+Green+Blue) = 124+177+135=436 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.44% from 436); Green value is 177 (69.53% from 255 or 40.60% from 436); Blue value is 135 (53.12% from 255 or 30.96% from 436); Max value from RGB is 177 - color contains mainly: green. Hex color #7CB187 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CB187 is #834E78. Grayscale: #9C9C9C. Windows color (decimal): -8605305 or 8892796. OLE color: 8892796.
HSL color Cylindrical-coordinate representation of color #7CB187: hue angle of 132.45º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7CB187 is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 124 | 177 | 135 | - |
| CMYK | 0.30 | 0 | 0.24 | 0.31 |
| HSL | 132.45º | 0.25% | 0.59% | - |
| HSV(B) | 132.45º | 0.3% | 0.69% | - |
| XYZ | 28.41 | 37.48 | 28.66 | - |
| YUV | 156.37 | 115.94 | 104.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 177 | 135 | 0.30 | 0 | 0.24 | 0.31 | 132.45 | 0.25 | 0.59 |
| Hex | 7C | B1 | 87 | 1E | 0 | 18 | 1F | 84 | 19 | 3B |
| Octal | 174 | 261 | 207 | 36 | 0 | 30 | 37 | 204 | 31 | 73 |
| Binary | 1111100 | 10110001 | 10000111 | 11110 | 0 | 11000 | 11111 | 10000100 | 11001 | 111011 |
Color Harmonies of #7CB187
Complementary color
Monochromatic Colors of #7CB187
Black with #7CB187
Text Example
Text Example
White with #7CB187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB187; }
p { color: rgb(124,177,135); }
H1.HeaderClassName
{
color: #7CB187;
}
.AnyTagClassName
{
color: #7CB187;
}
</style>
background-color css
<style>
a { background-color: #7CB187; }
a { background-color: rgb(124,177,135); }
div.DivClassName
{
background-color: #7CB187;
}
.BgClassName
{
background-color: #7CB187;
}
</style>
border-color css
<style>
span { border-color: #7CB187; }
span { border-color: rgb(124,177,135); }
td.TdClassName
{
border-color: #7CB187;
}
.TagClassName
{
border-color: #7CB187;
}
</style>