Shades of Bay Leaf #7CB588
Tints of Bay Leaf #7CB588
RGB
CMYK
RGB Variations
Color information
#7CB588 (or 0x7CB588) is known color: Bay Leaf. HEX triplet: 7C, B5 and 88. RGB value is (124,181,136). Sum of RGB (Red+Green+Blue) = 124+181+136=441 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.12% from 441); Green value is 181 (71.09% from 255 or 41.04% from 441); Blue value is 136 (53.52% from 255 or 30.84% from 441); Max value from RGB is 181 - color contains mainly: green. Hex color #7CB588 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CB588 is #834A77. Grayscale: #9E9E9E. Windows color (decimal): -8604280 or 8959356. OLE color: 8959356.
HSL color Cylindrical-coordinate representation of color #7CB588: hue angle of 132.63º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7CB588 is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 124 | 181 | 136 | - |
| CMYK | 0.31 | 0 | 0.25 | 0.29 |
| HSL | 132.63º | 0.28% | 0.6% | - |
| HSV(B) | 132.63º | 0.31% | 0.71% | - |
| XYZ | 29.28 | 39.11 | 29.3 | - |
| YUV | 158.83 | 115.12 | 103.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 181 | 136 | 0.31 | 0 | 0.25 | 0.29 | 132.63 | 0.28 | 0.6 |
| Hex | 7C | B5 | 88 | 1F | 0 | 19 | 1D | 85 | 1C | 3C |
| Octal | 174 | 265 | 210 | 37 | 0 | 31 | 35 | 205 | 34 | 74 |
| Binary | 1111100 | 10110101 | 10001000 | 11111 | 0 | 11001 | 11101 | 10000101 | 11100 | 111100 |
Color Harmonies of #7CB588
Complementary color
Monochromatic Colors of #7CB588
Black with #7CB588
Text Example
Text Example
White with #7CB588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB588; }
p { color: rgb(124,181,136); }
H1.HeaderClassName
{
color: #7CB588;
}
.AnyTagClassName
{
color: #7CB588;
}
</style>
background-color css
<style>
a { background-color: #7CB588; }
a { background-color: rgb(124,181,136); }
div.DivClassName
{
background-color: #7CB588;
}
.BgClassName
{
background-color: #7CB588;
}
</style>
border-color css
<style>
span { border-color: #7CB588; }
span { border-color: rgb(124,181,136); }
td.TdClassName
{
border-color: #7CB588;
}
.TagClassName
{
border-color: #7CB588;
}
</style>