Shades of Bay Leaf #7CA58C
Tints of Bay Leaf #7CA58C
RGB
CMYK
RGB Variations
Color information
#7CA58C (or 0x7CA58C) is known color: Bay Leaf. HEX triplet: 7C, A5 and 8C. RGB value is (124,165,140). Sum of RGB (Red+Green+Blue) = 124+165+140=429 (56% of max value = 765). Red value is 124 (48.83% from 255 or 28.90% from 429); Green value is 165 (64.84% from 255 or 38.46% from 429); Blue value is 140 (55.08% from 255 or 32.63% from 429); Max value from RGB is 165 - color contains mainly: green. Hex color #7CA58C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CA58C is #835A73. Grayscale: #959595. Windows color (decimal): -8608372 or 9217404. OLE color: 9217404.
HSL color Cylindrical-coordinate representation of color #7CA58C: hue angle of 143.41º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7CA58C is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 124 | 165 | 140 | - |
| CMYK | 0.25 | 0 | 0.15 | 0.35 |
| HSL | 143.41º | 0.19% | 0.57% | - |
| HSV(B) | 143.41º | 0.25% | 0.65% | - |
| XYZ | 26.5 | 33.09 | 29.8 | - |
| YUV | 149.89 | 122.42 | 109.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 165 | 140 | 0.25 | 0 | 0.15 | 0.35 | 143.41 | 0.19 | 0.57 |
| Hex | 7C | A5 | 8C | 19 | 0 | F | 23 | 8F | 13 | 39 |
| Octal | 174 | 245 | 214 | 31 | 0 | 17 | 43 | 217 | 23 | 71 |
| Binary | 1111100 | 10100101 | 10001100 | 11001 | 0 | 1111 | 100011 | 10001111 | 10011 | 111001 |
Color Harmonies of #7CA58C
Complementary color
Monochromatic Colors of #7CA58C
Black with #7CA58C
Text Example
Text Example
White with #7CA58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA58C; }
p { color: rgb(124,165,140); }
H1.HeaderClassName
{
color: #7CA58C;
}
.AnyTagClassName
{
color: #7CA58C;
}
</style>
background-color css
<style>
a { background-color: #7CA58C; }
a { background-color: rgb(124,165,140); }
div.DivClassName
{
background-color: #7CA58C;
}
.BgClassName
{
background-color: #7CA58C;
}
</style>
border-color css
<style>
span { border-color: #7CA58C; }
span { border-color: rgb(124,165,140); }
td.TdClassName
{
border-color: #7CA58C;
}
.TagClassName
{
border-color: #7CA58C;
}
</style>