Shades of Bay Leaf #7CB386
Tints of Bay Leaf #7CB386
RGB
CMYK
RGB Variations
Color information
#7CB386 (or 0x7CB386) is known color: Bay Leaf. HEX triplet: 7C, B3 and 86. RGB value is (124,179,134). Sum of RGB (Red+Green+Blue) = 124+179+134=437 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.38% from 437); Green value is 179 (70.31% from 255 or 40.96% from 437); Blue value is 134 (52.73% from 255 or 30.66% from 437); Max value from RGB is 179 - color contains mainly: green. Hex color #7CB386 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CB386 is #834C79. Grayscale: #9D9D9D. Windows color (decimal): -8604794 or 8827772. OLE color: 8827772.
HSL color Cylindrical-coordinate representation of color #7CB386: hue angle of 130.91º 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 #7CB386 is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 124 | 179 | 134 | - |
| CMYK | 0.31 | 0 | 0.25 | 0.30 |
| HSL | 130.91º | 0.27% | 0.59% | - |
| HSV(B) | 130.91º | 0.31% | 0.7% | - |
| XYZ | 28.74 | 38.25 | 28.42 | - |
| YUV | 157.43 | 114.78 | 104.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 179 | 134 | 0.31 | 0 | 0.25 | 0.30 | 130.91 | 0.27 | 0.59 |
| Hex | 7C | B3 | 86 | 1F | 0 | 19 | 1E | 83 | 1B | 3B |
| Octal | 174 | 263 | 206 | 37 | 0 | 31 | 36 | 203 | 33 | 73 |
| Binary | 1111100 | 10110011 | 10000110 | 11111 | 0 | 11001 | 11110 | 10000011 | 11011 | 111011 |
Color Harmonies of #7CB386
Complementary color
Monochromatic Colors of #7CB386
Black with #7CB386
Text Example
Text Example
White with #7CB386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB386; }
p { color: rgb(124,179,134); }
H1.HeaderClassName
{
color: #7CB386;
}
.AnyTagClassName
{
color: #7CB386;
}
</style>
background-color css
<style>
a { background-color: #7CB386; }
a { background-color: rgb(124,179,134); }
div.DivClassName
{
background-color: #7CB386;
}
.BgClassName
{
background-color: #7CB386;
}
</style>
border-color css
<style>
span { border-color: #7CB386; }
span { border-color: rgb(124,179,134); }
td.TdClassName
{
border-color: #7CB386;
}
.TagClassName
{
border-color: #7CB386;
}
</style>