Shades of Bay Leaf #7CB286
Tints of Bay Leaf #7CB286
RGB
CMYK
RGB Variations
Color information
#7CB286 (or 0x7CB286) is known color: Bay Leaf. HEX triplet: 7C, B2 and 86. RGB value is (124,178,134). Sum of RGB (Red+Green+Blue) = 124+178+134=436 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.44% from 436); Green value is 178 (69.92% from 255 or 40.83% from 436); Blue value is 134 (52.73% from 255 or 30.73% from 436); Max value from RGB is 178 - color contains mainly: green. Hex color #7CB286 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CB286 is #834D79. Grayscale: #9C9C9C. Windows color (decimal): -8605050 or 8827516. OLE color: 8827516.
HSL color Cylindrical-coordinate representation of color #7CB286: hue angle of 131.11º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7CB286 is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 124 | 178 | 134 | - |
| CMYK | 0.30 | 0 | 0.25 | 0.30 |
| HSL | 131.11º | 0.26% | 0.59% | - |
| HSV(B) | 131.11º | 0.3% | 0.7% | - |
| XYZ | 28.54 | 37.85 | 28.36 | - |
| YUV | 156.84 | 115.11 | 104.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 178 | 134 | 0.30 | 0 | 0.25 | 0.30 | 131.11 | 0.26 | 0.59 |
| Hex | 7C | B2 | 86 | 1E | 0 | 19 | 1E | 83 | 1A | 3B |
| Octal | 174 | 262 | 206 | 36 | 0 | 31 | 36 | 203 | 32 | 73 |
| Binary | 1111100 | 10110010 | 10000110 | 11110 | 0 | 11001 | 11110 | 10000011 | 11010 | 111011 |
Color Harmonies of #7CB286
Complementary color
Monochromatic Colors of #7CB286
Black with #7CB286
Text Example
Text Example
White with #7CB286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB286; }
p { color: rgb(124,178,134); }
H1.HeaderClassName
{
color: #7CB286;
}
.AnyTagClassName
{
color: #7CB286;
}
</style>
background-color css
<style>
a { background-color: #7CB286; }
a { background-color: rgb(124,178,134); }
div.DivClassName
{
background-color: #7CB286;
}
.BgClassName
{
background-color: #7CB286;
}
</style>
border-color css
<style>
span { border-color: #7CB286; }
span { border-color: rgb(124,178,134); }
td.TdClassName
{
border-color: #7CB286;
}
.TagClassName
{
border-color: #7CB286;
}
</style>