Shades of Bay Leaf #7CA48C
Tints of Bay Leaf #7CA48C
RGB
CMYK
RGB Variations
Color information
#7CA48C (or 0x7CA48C) is known color: Bay Leaf. HEX triplet: 7C, A4 and 8C. RGB value is (124,164,140). Sum of RGB (Red+Green+Blue) = 124+164+140=428 (56% of max value = 765). Red value is 124 (48.83% from 255 or 28.97% from 428); Green value is 164 (64.45% from 255 or 38.32% from 428); Blue value is 140 (55.08% from 255 or 32.71% from 428); Max value from RGB is 164 - color contains mainly: green. Hex color #7CA48C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CA48C is #835B73. Grayscale: #959595. Windows color (decimal): -8608628 or 9217148. OLE color: 9217148.
HSL color Cylindrical-coordinate representation of color #7CA48C: hue angle of 144º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7CA48C is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 124 | 164 | 140 | - |
| CMYK | 0.24 | 0 | 0.15 | 0.36 |
| HSL | 144º | 0.18% | 0.56% | - |
| HSV(B) | 144º | 0.24% | 0.64% | - |
| XYZ | 26.32 | 32.73 | 29.74 | - |
| YUV | 149.3 | 122.75 | 109.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 164 | 140 | 0.24 | 0 | 0.15 | 0.36 | 144 | 0.18 | 0.56 |
| Hex | 7C | A4 | 8C | 18 | 0 | F | 24 | 90 | 12 | 38 |
| Octal | 174 | 244 | 214 | 30 | 0 | 17 | 44 | 220 | 22 | 70 |
| Binary | 1111100 | 10100100 | 10001100 | 11000 | 0 | 1111 | 100100 | 10010000 | 10010 | 111000 |
Color Harmonies of #7CA48C
Complementary color
Monochromatic Colors of #7CA48C
Black with #7CA48C
Text Example
Text Example
White with #7CA48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA48C; }
p { color: rgb(124,164,140); }
H1.HeaderClassName
{
color: #7CA48C;
}
.AnyTagClassName
{
color: #7CA48C;
}
</style>
background-color css
<style>
a { background-color: #7CA48C; }
a { background-color: rgb(124,164,140); }
div.DivClassName
{
background-color: #7CA48C;
}
.BgClassName
{
background-color: #7CA48C;
}
</style>
border-color css
<style>
span { border-color: #7CA48C; }
span { border-color: rgb(124,164,140); }
td.TdClassName
{
border-color: #7CA48C;
}
.TagClassName
{
border-color: #7CA48C;
}
</style>