Color Hex Logo

#6f7625 Color Hex

#6F7625
(111,118,37)
0 Favorites   0 Comments

Color spaces of #6f7625

RGB 11111837
HSL0.180.520.30
HSV65°69°46°
CMYK 0.060.000.69   0.54
XYZ13.367916.46994.2247
Yxy16.46990.39250.4835
Hunter Lab40.5831-12.223422.2361
CIE-Lab47.5850-14.050641.9211

#6f7625 color RGB value is (111,118,37).

#6f7625 hex color red value is 111, green value is 118 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #6f7625 hue: 0.18 , saturation: 0.52 and the lightness value of 6f7625 is 0.30.

The process color (four color CMYK) of #6f7625 color hex is 0.06, 0.00, 0.69, 0.54. Web safe color of #6f7625 is #666633. Color #6f7625 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 01110110 00100101
Octal 157 166 45
Decimal 111 118 37
Hex 6F 76 25

RGB Percentages of Color #6f7625

%41.73
%44.36
%13.91

CMYK Percentages of Color #6f7625

%6
%0
%69
%54

Triadic Colors of #6f7625

#6f7625 #256f76 #76256f

Analogous Colors of #6f7625

#6f7625 #477625 #765425

Monochromatic Colors of #6f7625

#6f7625

Complementary Color

#6f7625 #2c2576

#6f7625 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f7625 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f7625 Color CSS Codes

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

#6f7625 Text Font Color

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

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


#6f7625 Background Color

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

This div background color is #6f7625


#6f7625 Border Color

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

This div border color is #6f7625


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f7625


Comments

No comments written yet.

Please login to write comment.