Shades of Bay Leaf #7CA18B
Tints of Bay Leaf #7CA18B
RGB
CMYK
RGB Variations
Color information
#7CA18B (or 0x7CA18B) is known color: Bay Leaf. HEX triplet: 7C, A1 and 8B. RGB value is (124,161,139). Sum of RGB (Red+Green+Blue) = 124+161+139=424 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.25% from 424); Green value is 161 (63.28% from 255 or 37.97% from 424); Blue value is 139 (54.69% from 255 or 32.78% from 424); Max value from RGB is 161 - color contains mainly: green. Hex color #7CA18B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CA18B is #835E74. Grayscale: #939393. Windows color (decimal): -8609397 or 9150844. OLE color: 9150844.
HSL color Cylindrical-coordinate representation of color #7CA18B: hue angle of 144.32º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7CA18B is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 124 | 161 | 139 | - |
| CMYK | 0.23 | 0 | 0.14 | 0.37 |
| HSL | 144.32º | 0.16% | 0.56% | - |
| HSV(B) | 144.32º | 0.23% | 0.63% | - |
| XYZ | 25.72 | 31.64 | 29.18 | - |
| YUV | 147.43 | 123.24 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 161 | 139 | 0.23 | 0 | 0.14 | 0.37 | 144.32 | 0.16 | 0.56 |
| Hex | 7C | A1 | 8B | 17 | 0 | E | 25 | 90 | 10 | 38 |
| Octal | 174 | 241 | 213 | 27 | 0 | 16 | 45 | 220 | 20 | 70 |
| Binary | 1111100 | 10100001 | 10001011 | 10111 | 0 | 1110 | 100101 | 10010000 | 10000 | 111000 |
Color Harmonies of #7CA18B
Complementary color
Monochromatic Colors of #7CA18B
Black with #7CA18B
Text Example
Text Example
White with #7CA18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA18B; }
p { color: rgb(124,161,139); }
H1.HeaderClassName
{
color: #7CA18B;
}
.AnyTagClassName
{
color: #7CA18B;
}
</style>
background-color css
<style>
a { background-color: #7CA18B; }
a { background-color: rgb(124,161,139); }
div.DivClassName
{
background-color: #7CA18B;
}
.BgClassName
{
background-color: #7CA18B;
}
</style>
border-color css
<style>
span { border-color: #7CA18B; }
span { border-color: rgb(124,161,139); }
td.TdClassName
{
border-color: #7CA18B;
}
.TagClassName
{
border-color: #7CA18B;
}
</style>