#7CA68A

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

Shades of Bay Leaf #7CA68A

Tints of Bay Leaf #7CA68A

Color information

#7CA68A (or 0x7CA68A) is unknown color: approx Bay Leaf. HEX triplet: 7C, A6 and 8A. RGB value is (124,166,138). Sum of RGB (Red+Green+Blue) = 124+166+138=428 (56% of max value = 765). Red value is 124 (48.83% from 255 or 28.97% from 428); Green value is 166 (65.23% from 255 or 38.79% from 428); Blue value is 138 (54.30% from 255 or 32.24% from 428); Max value from RGB is 166 - color contains mainly: green. Hex color #7CA68A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CA68A is #835975. Grayscale: #969696. Windows color (decimal): -8608118 or 9086588. OLE color: 9086588.

HSL color Cylindrical-coordinate representation of color #7CA68A: hue angle of 140º 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 #7CA68A is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB124166138-
CMYK0.2500.170.35
HSL140º19.09%56.86%-
HSV(B)140º25.3%65.1%-
XYZ26.5433.3929.09-
YUV150.25121.09109.28-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.97%
GREEN value IS 166 (65.23% from 255) = 38.79%
BLUE value IS 138 (54.30% from 255) = 32.24%
R=28.97%
G=38.79%
B=32.24%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1241661380.2500.170.3514019.0956.86
Hex7CA68A19011238c1339
Octal17424621231021432142371
Binary11111001010011010001010110010100011000111000110010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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