Shades of Bay Leaf #7CB18C
Tints of Bay Leaf #7CB18C
RGB
CMYK
RGB Variations
Color information
#7CB18C (or 0x7CB18C) is known color: Bay Leaf. HEX triplet: 7C, B1 and 8C. RGB value is (124,177,140). Sum of RGB (Red+Green+Blue) = 124+177+140=441 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.12% from 441); Green value is 177 (69.53% from 255 or 40.14% from 441); Blue value is 140 (55.08% from 255 or 31.75% from 441); Max value from RGB is 177 - color contains mainly: green. Hex color #7CB18C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CB18C is #834E73. Grayscale: #9D9D9D. Windows color (decimal): -8605300 or 9220476. OLE color: 9220476.
HSL color Cylindrical-coordinate representation of color #7CB18C: hue angle of 138.11º 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 #7CB18C is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 124 | 177 | 140 | - |
| CMYK | 0.30 | 0 | 0.21 | 0.31 |
| HSL | 138.11º | 0.25% | 0.59% | - |
| HSV(B) | 138.11º | 0.3% | 0.69% | - |
| XYZ | 28.77 | 37.62 | 30.56 | - |
| YUV | 156.94 | 118.44 | 104.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 177 | 140 | 0.30 | 0 | 0.21 | 0.31 | 138.11 | 0.25 | 0.59 |
| Hex | 7C | B1 | 8C | 1E | 0 | 15 | 1F | 8A | 19 | 3B |
| Octal | 174 | 261 | 214 | 36 | 0 | 25 | 37 | 212 | 31 | 73 |
| Binary | 1111100 | 10110001 | 10001100 | 11110 | 0 | 10101 | 11111 | 10001010 | 11001 | 111011 |
Color Harmonies of #7CB18C
Complementary color
Monochromatic Colors of #7CB18C
Black with #7CB18C
Text Example
Text Example
White with #7CB18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB18C; }
p { color: rgb(124,177,140); }
H1.HeaderClassName
{
color: #7CB18C;
}
.AnyTagClassName
{
color: #7CB18C;
}
</style>
background-color css
<style>
a { background-color: #7CB18C; }
a { background-color: rgb(124,177,140); }
div.DivClassName
{
background-color: #7CB18C;
}
.BgClassName
{
background-color: #7CB18C;
}
</style>
border-color css
<style>
span { border-color: #7CB18C; }
span { border-color: rgb(124,177,140); }
td.TdClassName
{
border-color: #7CB18C;
}
.TagClassName
{
border-color: #7CB18C;
}
</style>