Color Hex Logo

#6c962f Color Hex

#6C962F
(108,150,47)
0 Favorites   0 Comments

Color spaces of #6c962f

RGB 10815047
HSL0.230.520.39
HSV84°69°59°
CMYK 0.280.000.69   0.41
XYZ17.603825.20616.6268
Yxy25.20610.35610.5099
Hunter Lab50.2057-25.271827.3181
CIE-Lab57.2757-30.834047.6670

#6c962f color RGB value is (108,150,47).

#6c962f hex color red value is 108, green value is 150 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #6c962f hue: 0.23 , saturation: 0.52 and the lightness value of 6c962f is 0.39.

The process color (four color CMYK) of #6c962f color hex is 0.28, 0.00, 0.69, 0.41. Web safe color of #6c962f is #669933. Color #6c962f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 10010110 00101111
Octal 154 226 57
Decimal 108 150 47
Hex 6C 96 2F

RGB Percentages of Color #6c962f

%35.41
%49.18
%15.41

CMYK Percentages of Color #6c962f

%28
%0
%69
%41

Triadic Colors of #6c962f

#6c962f #2f6c96 #962f6c

Analogous Colors of #6c962f

#6c962f #38962f #968d2f

Monochromatic Colors of #6c962f

#6c962f

Complementary Color

#6c962f #592f96

#6c962f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6c962f Color Preview on White Background

Lorem ipsum dolor sit amet.

#6c962f Color CSS Codes

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

#6c962f Text Font Color

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

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


#6c962f Background Color

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

This div background color is #6c962f


#6c962f Border Color

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

This div border color is #6c962f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(108,150,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6c962f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6c962f;
  -webkit-box-shadow: 1px 1px 3px 2px #6c962f;
  box-shadow:         1px 1px 3px 2px #6c962f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6c962f


Comments

No comments written yet.

Please login to write comment.