Shades of Bay Leaf #7CB488
Tints of Bay Leaf #7CB488
RGB
CMYK
RGB Variations
Color information
#7CB488 (or 0x7CB488) is known color: Bay Leaf. HEX triplet: 7C, B4 and 88. RGB value is (124,180,136). Sum of RGB (Red+Green+Blue) = 124+180+136=440 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.18% from 440); Green value is 180 (70.70% from 255 or 40.91% from 440); Blue value is 136 (53.52% from 255 or 30.91% from 440); Max value from RGB is 180 - color contains mainly: green. Hex color #7CB488 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CB488 is #834B77. Grayscale: #9E9E9E. Windows color (decimal): -8604536 or 8959100. OLE color: 8959100.
HSL color Cylindrical-coordinate representation of color #7CB488: hue angle of 132.86º degrees, saturation: 0.27, 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 #7CB488 is Cyan = 0.31, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 124 | 180 | 136 | - |
| CMYK | 0.31 | 0 | 0.24 | 0.29 |
| HSL | 132.86º | 0.27% | 0.6% | - |
| HSV(B) | 132.86º | 0.31% | 0.71% | - |
| XYZ | 29.08 | 38.71 | 29.23 | - |
| YUV | 158.24 | 115.45 | 103.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 180 | 136 | 0.31 | 0 | 0.24 | 0.29 | 132.86 | 0.27 | 0.6 |
| Hex | 7C | B4 | 88 | 1F | 0 | 18 | 1D | 85 | 1B | 3C |
| Octal | 174 | 264 | 210 | 37 | 0 | 30 | 35 | 205 | 33 | 74 |
| Binary | 1111100 | 10110100 | 10001000 | 11111 | 0 | 11000 | 11101 | 10000101 | 11011 | 111100 |
Color Harmonies of #7CB488
Complementary color
Monochromatic Colors of #7CB488
Black with #7CB488
Text Example
Text Example
White with #7CB488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB488; }
p { color: rgb(124,180,136); }
H1.HeaderClassName
{
color: #7CB488;
}
.AnyTagClassName
{
color: #7CB488;
}
</style>
background-color css
<style>
a { background-color: #7CB488; }
a { background-color: rgb(124,180,136); }
div.DivClassName
{
background-color: #7CB488;
}
.BgClassName
{
background-color: #7CB488;
}
</style>
border-color css
<style>
span { border-color: #7CB488; }
span { border-color: rgb(124,180,136); }
td.TdClassName
{
border-color: #7CB488;
}
.TagClassName
{
border-color: #7CB488;
}
</style>