Color Hex Logo

#6fa53f Color Hex

#6FA53F
(111,165,63)
0 Favorites   0 Comments

Color spaces of #6fa53f

RGB 11116563
HSL0.250.450.45
HSV92°62°65°
CMYK 0.330.000.62   0.35
XYZ20.907930.64879.5164
Yxy30.64870.34230.5018
Hunter Lab55.3613-29.469428.5612
CIE-Lab62.2100-35.283146.0881

#6fa53f color RGB value is (111,165,63).

#6fa53f hex color red value is 111, green value is 165 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #6fa53f hue: 0.25 , saturation: 0.45 and the lightness value of 6fa53f is 0.45.

The process color (four color CMYK) of #6fa53f color hex is 0.33, 0.00, 0.62, 0.35. Web safe color of #6fa53f is #669933. Color #6fa53f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10100101 00111111
Octal 157 245 77
Decimal 111 165 63
Hex 6F A5 3F

RGB Percentages of Color #6fa53f

%32.74
%48.67
%18.58

CMYK Percentages of Color #6fa53f

%33
%0
%62
%35

Triadic Colors of #6fa53f

#6fa53f #3f6fa5 #a53f6f

Analogous Colors of #6fa53f

#6fa53f #3fa542 #a2a53f

Monochromatic Colors of #6fa53f

#6fa53f

Complementary Color

#6fa53f #753fa5

#6fa53f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fa53f Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fa53f Color CSS Codes

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

#6fa53f Text Font Color

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

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


#6fa53f Background Color

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

This div background color is #6fa53f


#6fa53f Border Color

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

This div border color is #6fa53f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fa53f


Comments

No comments written yet.

Please login to write comment.