Color Hex Logo

#6fa479 Color Hex

#6FA479
(111,164,121)
0 Favorites   0 Comments

Color spaces of #6fa479

RGB 111164121
HSL0.360.230.54
HSV131°32°64°
CMYK 0.320.000.26   0.36
XYZ23.282231.310922.9057
Yxy31.31090.30040.4040
Hunter Lab55.9561-23.653114.8989
CIE-Lab62.7692-26.675616.8608

#6fa479 color RGB value is (111,164,121).

#6fa479 hex color red value is 111, green value is 164 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #6fa479 hue: 0.36 , saturation: 0.23 and the lightness value of 6fa479 is 0.54.

The process color (four color CMYK) of #6fa479 color hex is 0.32, 0.00, 0.26, 0.36. Web safe color of #6fa479 is #669966. Color #6fa479 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10100100 01111001
Octal 157 244 171
Decimal 111 164 121
Hex 6F A4 79

RGB Percentages of Color #6fa479

%28.03
%41.41
%30.56

CMYK Percentages of Color #6fa479

%32
%0
%26
%36

Triadic Colors of #6fa479

#6fa479 #796fa4 #a4796f

Analogous Colors of #6fa479

#6fa479 #6fa494 #80a46f

Monochromatic Colors of #6fa479

#6fa479

Complementary Color

#6fa479 #a46f9a

#6fa479 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fa479 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fa479 Color CSS Codes

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

#6fa479 Text Font Color

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

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


#6fa479 Background Color

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

This div background color is #6fa479


#6fa479 Border Color

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

This div border color is #6fa479


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fa479


Comments

No comments written yet.

Please login to write comment.