#7CA48A

Color #7CA48A Bay Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bay Leaf #7CA48A

Tints of Bay Leaf #7CA48A

Color information

#7CA48A (or 0x7CA48A) is unknown color: approx Bay Leaf. HEX triplet: 7C, A4 and 8A. RGB value is (124,164,138). Sum of RGB (Red+Green+Blue) = 124+164+138=426 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.11% from 426); Green value is 164 (64.45% from 255 or 38.50% from 426); Blue value is 138 (54.30% from 255 or 32.39% from 426); Max value from RGB is 164 - color contains mainly: green. Hex color #7CA48A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CA48A is #835B75. Grayscale: #959595. Windows color (decimal): -8608630 or 9086076. OLE color: 9086076.

HSL color Cylindrical-coordinate representation of color #7CA48A: hue angle of 141º 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 #7CA48A is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB124164138-
CMYK0.2400.160.36
HSL141º18.02%56.47%-
HSV(B)141º24.39%64.31%-
XYZ26.1832.6728.97-
YUV149.08121.75110.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 124 (48.83% from 255) = 29.11%
GREEN value IS 164 (64.45% from 255) = 38.50%
BLUE value IS 138 (54.30% from 255) = 32.39%
R=29.11%
G=38.50%
B=32.39%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1241641380.2400.160.3614118.0256.47
Hex7CA48A18010248d1238
Octal17424421230020442152270
Binary11111001010010010001010110000100001001001000110110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7CA48A; }

 p { color: rgb(124,164,138); }

 H1.HeaderClassName
 {
   color: #7CA48A;
 }
 .AnyTagClassName
 {
   color: #7CA48A;
 }
</style>
background-color css

<style>
 a { background-color: #7CA48A; }

 a { background-color: rgb(124,164,138); }

 div.DivClassName
 {
   background-color: #7CA48A;
 }
 .BgClassName
 {
   background-color: #7CA48A;
 }
</style>
border-color css

<style>
 span { border-color: #7CA48A; }

 span { border-color: rgb(124,164,138); }

 td.TdClassName
 {
   border-color: #7CA48A;
 }
 .TagClassName
 {
   border-color: #7CA48A;
 }
</style>