Color Hex Logo

#6ba78e Color Hex

#6BA78E
(107,167,142)
0 Favorites   0 Comments

Color spaces of #6ba78e

RGB 107167142
HSL0.430.250.54
HSV155°36°65°
CMYK 0.360.000.15   0.35
XYZ24.764632.716230.6008
Yxy32.71620.28120.3714
Hunter Lab57.1981-22.81298.3187
CIE-Lab63.9305-25.17736.8062

#6ba78e color RGB value is (107,167,142).

#6ba78e hex color red value is 107, green value is 167 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #6ba78e hue: 0.43 , saturation: 0.25 and the lightness value of 6ba78e is 0.54.

The process color (four color CMYK) of #6ba78e color hex is 0.36, 0.00, 0.15, 0.35. Web safe color of #6ba78e is #669999. Color #6ba78e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 10100111 10001110
Octal 153 247 216
Decimal 107 167 142
Hex 6B A7 8E

RGB Percentages of Color #6ba78e

%25.72
%40.14
%34.13

CMYK Percentages of Color #6ba78e

%36
%0
%15
%35

Triadic Colors of #6ba78e

#6ba78e #8e6ba7 #a78e6b

Analogous Colors of #6ba78e

#6ba78e #6ba2a7 #6ba770

Monochromatic Colors of #6ba78e

#6ba78e

Complementary Color

#6ba78e #a76b84

#6ba78e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ba78e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ba78e Color CSS Codes

.mybgcolor {background-color:#6ba78e; } 
.myforecolor {color:#6ba78e; }
.mybordercolor {border:3px solid #6ba78e; }

#6ba78e Text Font Color

<p style="color:#6ba78e">Text here</p>

This sample text font color is #6ba78e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#6ba78e Background Color

<div style="background-color:#6ba78e">
Div content here</div>

This div background color is #6ba78e


#6ba78e Border Color

<div style="border:3px solid #6ba78e">
Div here</div>

This div border color is #6ba78e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(107,167,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6ba78e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6ba78e;
  -webkit-box-shadow: 1px 1px 3px 2px #6ba78e;
  box-shadow:         1px 1px 3px 2px #6ba78e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,167,142, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #6ba78e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #6ba78e;
  -webkit-box-shadow: 1px 1px 3px 2px #6ba78e;
  box-shadow:         1px 1px 3px 2px #6ba78e;">
Div content here</div>

This div box has shadow with color #6ba78e


Comments

No comments written yet.

Please login to write comment.