Shades of Bay Leaf #7CB18F
Tints of Bay Leaf #7CB18F
RGB
CMYK
RGB Variations
Color information
#7CB18F (or 0x7CB18F) is known color: Bay Leaf. HEX triplet: 7C, B1 and 8F. RGB value is (124,177,143). Sum of RGB (Red+Green+Blue) = 124+177+143=444 (58% of max value = 765). Red value is 124 (48.83% from 255 or 27.93% from 444); Green value is 177 (69.53% from 255 or 39.86% from 444); Blue value is 143 (56.25% from 255 or 32.21% from 444); Max value from RGB is 177 - color contains mainly: green. Hex color #7CB18F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CB18F is #834E70. Grayscale: #9D9D9D. Windows color (decimal): -8605297 or 9417084. OLE color: 9417084.
HSL color Cylindrical-coordinate representation of color #7CB18F: hue angle of 141.51º 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 #7CB18F is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 124 | 177 | 143 | - |
| CMYK | 0.30 | 0 | 0.19 | 0.31 |
| HSL | 141.51º | 0.25% | 0.59% | - |
| HSV(B) | 141.51º | 0.3% | 0.69% | - |
| XYZ | 28.99 | 37.71 | 31.74 | - |
| YUV | 157.28 | 119.94 | 104.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 177 | 143 | 0.30 | 0 | 0.19 | 0.31 | 141.51 | 0.25 | 0.59 |
| Hex | 7C | B1 | 8F | 1E | 0 | 13 | 1F | 8E | 19 | 3B |
| Octal | 174 | 261 | 217 | 36 | 0 | 23 | 37 | 216 | 31 | 73 |
| Binary | 1111100 | 10110001 | 10001111 | 11110 | 0 | 10011 | 11111 | 10001110 | 11001 | 111011 |
Color Harmonies of #7CB18F
Complementary color
Monochromatic Colors of #7CB18F
Black with #7CB18F
Text Example
Text Example
White with #7CB18F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB18F; }
p { color: rgb(124,177,143); }
H1.HeaderClassName
{
color: #7CB18F;
}
.AnyTagClassName
{
color: #7CB18F;
}
</style>
background-color css
<style>
a { background-color: #7CB18F; }
a { background-color: rgb(124,177,143); }
div.DivClassName
{
background-color: #7CB18F;
}
.BgClassName
{
background-color: #7CB18F;
}
</style>
border-color css
<style>
span { border-color: #7CB18F; }
span { border-color: rgb(124,177,143); }
td.TdClassName
{
border-color: #7CB18F;
}
.TagClassName
{
border-color: #7CB18F;
}
</style>