Color Hex Logo

#6fa865 Color Hex

#6FA865
(111,168,101)
0 Favorites   0 Comments

Color spaces of #6fa865

RGB 111168101
HSL0.310.280.53
HSV111°40°66°
CMYK 0.340.000.40   0.34
XYZ22.907132.324417.3438
Yxy32.32440.31560.4454
Hunter Lab56.8546-27.576621.7114
CIE-Lab63.6101-31.989328.8433

#6fa865 color RGB value is (111,168,101).

#6fa865 hex color red value is 111, green value is 168 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #6fa865 hue: 0.31 , saturation: 0.28 and the lightness value of 6fa865 is 0.53.

The process color (four color CMYK) of #6fa865 color hex is 0.34, 0.00, 0.40, 0.34. Web safe color of #6fa865 is #669966. Color #6fa865 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10101000 01100101
Octal 157 250 145
Decimal 111 168 101
Hex 6F A8 65

RGB Percentages of Color #6fa865

%29.21
%44.21
%26.58

CMYK Percentages of Color #6fa865

%34
%0
%40
%34

Triadic Colors of #6fa865

#6fa865 #656fa8 #a8656f

Analogous Colors of #6fa865

#6fa865 #65a87d #91a865

Monochromatic Colors of #6fa865

#6fa865

Complementary Color

#6fa865 #9e65a8

#6fa865 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fa865 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fa865 Color CSS Codes

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

#6fa865 Text Font Color

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

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


#6fa865 Background Color

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

This div background color is #6fa865


#6fa865 Border Color

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

This div border color is #6fa865


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fa865


Comments

No comments written yet.

Please login to write comment.