Shades of Bay Leaf #7CB087
Tints of Bay Leaf #7CB087
RGB
CMYK
RGB Variations
Color information
#7CB087 (or 0x7CB087) is known color: Bay Leaf. HEX triplet: 7C, B0 and 87. RGB value is (124,176,135). Sum of RGB (Red+Green+Blue) = 124+176+135=435 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.51% from 435); Green value is 176 (69.14% from 255 or 40.46% from 435); Blue value is 135 (53.12% from 255 or 31.03% from 435); Max value from RGB is 176 - color contains mainly: green. Hex color #7CB087 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CB087 is #834F78. Grayscale: #9B9B9B. Windows color (decimal): -8605561 or 8892540. OLE color: 8892540.
HSL color Cylindrical-coordinate representation of color #7CB087: hue angle of 132.69º 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 #7CB087 is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 124 | 176 | 135 | - |
| CMYK | 0.30 | 0 | 0.23 | 0.31 |
| HSL | 132.69º | 0.25% | 0.59% | - |
| HSV(B) | 132.69º | 0.3% | 0.69% | - |
| XYZ | 28.21 | 37.09 | 28.59 | - |
| YUV | 155.78 | 116.27 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 176 | 135 | 0.30 | 0 | 0.23 | 0.31 | 132.69 | 0.25 | 0.59 |
| Hex | 7C | B0 | 87 | 1E | 0 | 17 | 1F | 85 | 19 | 3B |
| Octal | 174 | 260 | 207 | 36 | 0 | 27 | 37 | 205 | 31 | 73 |
| Binary | 1111100 | 10110000 | 10000111 | 11110 | 0 | 10111 | 11111 | 10000101 | 11001 | 111011 |
Color Harmonies of #7CB087
Complementary color
Monochromatic Colors of #7CB087
Black with #7CB087
Text Example
Text Example
White with #7CB087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB087; }
p { color: rgb(124,176,135); }
H1.HeaderClassName
{
color: #7CB087;
}
.AnyTagClassName
{
color: #7CB087;
}
</style>
background-color css
<style>
a { background-color: #7CB087; }
a { background-color: rgb(124,176,135); }
div.DivClassName
{
background-color: #7CB087;
}
.BgClassName
{
background-color: #7CB087;
}
</style>
border-color css
<style>
span { border-color: #7CB087; }
span { border-color: rgb(124,176,135); }
td.TdClassName
{
border-color: #7CB087;
}
.TagClassName
{
border-color: #7CB087;
}
</style>