Color Hex Logo

#6fa06f Color Hex

#6FA06F
(111,160,111)
0 Favorites   0 Comments

Color spaces of #6fa06f

RGB 111160111
HSL0.330.210.53
HSV120°31°63°
CMYK 0.310.000.31   0.37
XYZ21.995629.668819.6063
Yxy29.66880.30860.4163
Hunter Lab54.4691-23.239316.7867
CIE-Lab61.3674-26.505520.4536

#6fa06f color RGB value is (111,160,111).

#6fa06f hex color red value is 111, green value is 160 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #6fa06f hue: 0.33 , saturation: 0.21 and the lightness value of 6fa06f is 0.53.

The process color (four color CMYK) of #6fa06f color hex is 0.31, 0.00, 0.31, 0.37. Web safe color of #6fa06f is #669966. Color #6fa06f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10100000 01101111
Octal 157 240 157
Decimal 111 160 111
Hex 6F A0 6F

RGB Percentages of Color #6fa06f

%29.06
%41.88
%29.06

CMYK Percentages of Color #6fa06f

%31
%0
%31
%37

Triadic Colors of #6fa06f

#6fa06f #6f6fa0 #a06f6f

Analogous Colors of #6fa06f

#6fa06f #6fa088 #88a06f

Monochromatic Colors of #6fa06f

#6fa06f

Complementary Color

#6fa06f #a06fa0

#6fa06f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fa06f Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fa06f Color CSS Codes

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

#6fa06f Text Font Color

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

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


#6fa06f Background Color

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

This div background color is #6fa06f


#6fa06f Border Color

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

This div border color is #6fa06f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fa06f


Comments

No comments written yet.

Please login to write comment.