Color Hex Logo

#6fa85c Color Hex

#6FA85C
(111,168,92)
0 Favorites   0 Comments

Color spaces of #6fa85c

RGB 11116892
HSL0.290.300.51
HSV105°45°66°
CMYK 0.340.000.45   0.34
XYZ22.489932.157515.1469
Yxy32.15750.32220.4607
Hunter Lab56.7076-28.446223.8586
CIE-Lab63.4728-33.298233.3924

#6fa85c color RGB value is (111,168,92).

#6fa85c hex color red value is 111, green value is 168 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #6fa85c hue: 0.29 , saturation: 0.30 and the lightness value of 6fa85c is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 10101000 01011100
Octal 157 250 134
Decimal 111 168 92
Hex 6F A8 5C

RGB Percentages of Color #6fa85c

%29.92
%45.28
%24.80

CMYK Percentages of Color #6fa85c

%34
%0
%45
%34

Triadic Colors of #6fa85c

#6fa85c #5c6fa8 #a85c6f

Analogous Colors of #6fa85c

#6fa85c #5ca86f #95a85c

Monochromatic Colors of #6fa85c

#6fa85c

Complementary Color

#6fa85c #955ca8

#6fa85c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fa85c Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fa85c Color CSS Codes

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

#6fa85c Text Font Color

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

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


#6fa85c Background Color

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

This div background color is #6fa85c


#6fa85c Border Color

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

This div border color is #6fa85c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fa85c


Comments

No comments written yet.

Please login to write comment.