Shades of Bay Leaf #7CB086
Tints of Bay Leaf #7CB086
RGB
CMYK
RGB Variations
Color information
#7CB086 (or 0x7CB086) is known color: Bay Leaf. HEX triplet: 7C, B0 and 86. RGB value is (124,176,134). Sum of RGB (Red+Green+Blue) = 124+176+134=434 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.57% from 434); Green value is 176 (69.14% from 255 or 40.55% from 434); Blue value is 134 (52.73% from 255 or 30.88% from 434); Max value from RGB is 176 - color contains mainly: green. Hex color #7CB086 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CB086 is #834F79. Grayscale: #9B9B9B. Windows color (decimal): -8605562 or 8827004. OLE color: 8827004.
HSL color Cylindrical-coordinate representation of color #7CB086: hue angle of 131.54º 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 #7CB086 is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 124 | 176 | 134 | - |
| CMYK | 0.30 | 0 | 0.24 | 0.31 |
| HSL | 131.54º | 0.25% | 0.59% | - |
| HSV(B) | 131.54º | 0.3% | 0.69% | - |
| XYZ | 28.14 | 37.06 | 28.22 | - |
| YUV | 155.66 | 115.77 | 105.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 176 | 134 | 0.30 | 0 | 0.24 | 0.31 | 131.54 | 0.25 | 0.59 |
| Hex | 7C | B0 | 86 | 1E | 0 | 18 | 1F | 84 | 19 | 3B |
| Octal | 174 | 260 | 206 | 36 | 0 | 30 | 37 | 204 | 31 | 73 |
| Binary | 1111100 | 10110000 | 10000110 | 11110 | 0 | 11000 | 11111 | 10000100 | 11001 | 111011 |
Color Harmonies of #7CB086
Complementary color
Monochromatic Colors of #7CB086
Black with #7CB086
Text Example
Text Example
White with #7CB086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB086; }
p { color: rgb(124,176,134); }
H1.HeaderClassName
{
color: #7CB086;
}
.AnyTagClassName
{
color: #7CB086;
}
</style>
background-color css
<style>
a { background-color: #7CB086; }
a { background-color: rgb(124,176,134); }
div.DivClassName
{
background-color: #7CB086;
}
.BgClassName
{
background-color: #7CB086;
}
</style>
border-color css
<style>
span { border-color: #7CB086; }
span { border-color: rgb(124,176,134); }
td.TdClassName
{
border-color: #7CB086;
}
.TagClassName
{
border-color: #7CB086;
}
</style>