Color Hex Logo

#6fa68d Color Hex

#6FA68D
(111,166,141)
0 Favorites   0 Comments

Color spaces of #6fa68d

RGB 111166141
HSL0.420.240.54
HSV153°33°65°
CMYK 0.330.000.15   0.35
XYZ24.999532.575030.1693
Yxy32.57500.28490.3713
Hunter Lab57.0745-21.69478.6118
CIE-Lab63.8153-23.67447.2264

#6fa68d color RGB value is (111,166,141).

#6fa68d hex color red value is 111, green value is 166 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #6fa68d hue: 0.42 , saturation: 0.24 and the lightness value of 6fa68d is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 10100110 10001101
Octal 157 246 215
Decimal 111 166 141
Hex 6F A6 8D

RGB Percentages of Color #6fa68d

%26.56
%39.71
%33.73

CMYK Percentages of Color #6fa68d

%33
%0
%15
%35

Triadic Colors of #6fa68d

#6fa68d #8d6fa6 #a68d6f

Analogous Colors of #6fa68d

#6fa68d #6fa4a6 #6fa672

Monochromatic Colors of #6fa68d

#6fa68d

Complementary Color

#6fa68d #a66f88

#6fa68d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fa68d Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fa68d Color CSS Codes

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

#6fa68d Text Font Color

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

This sample text font color is #6fa68d
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.


#6fa68d Background Color

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

This div background color is #6fa68d


#6fa68d Border Color

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

This div border color is #6fa68d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(111,166,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6fa68d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6fa68d;
  -webkit-box-shadow: 1px 1px 3px 2px #6fa68d;
  box-shadow:         1px 1px 3px 2px #6fa68d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(111,166,141, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fa68d


Comments

No comments written yet.

Please login to write comment.