Color Hex Logo

#697656 Color Hex

#697656
(105,118,86)
0 Favorites   0 Comments

Color spaces of #697656

RGB 10511886
HSL0.230.160.40
HSV84°27°46°
CMYK 0.110.000.27   0.54
XYZ13.983816.632011.2774
Yxy16.63200.33380.3970
Hunter Lab40.7823-10.163512.1524
CIE-Lab47.7930-11.013316.0632

#697656 color RGB value is (105,118,86).

#697656 hex color red value is 105, green value is 118 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #697656 hue: 0.23 , saturation: 0.16 and the lightness value of 697656 is 0.40.

The process color (four color CMYK) of #697656 color hex is 0.11, 0.00, 0.27, 0.54. Web safe color of #697656 is #666666. Color #697656 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01110110 01010110
Octal 151 166 126
Decimal 105 118 86
Hex 69 76 56

RGB Percentages of Color #697656

%33.98
%38.19
%27.83

CMYK Percentages of Color #697656

%11
%0
%27
%54

Triadic Colors of #697656

#697656 #566976 #765669

Analogous Colors of #697656

#697656 #597656 #767356

Monochromatic Colors of #697656

#697656

Complementary Color

#697656 #635676

#697656 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#697656 Color Preview on White Background

Lorem ipsum dolor sit amet.

#697656 Color CSS Codes

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

#697656 Text Font Color

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

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


#697656 Background Color

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

This div background color is #697656


#697656 Border Color

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

This div border color is #697656


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,118,86, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #697656; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #697656;
  -webkit-box-shadow: 1px 1px 3px 2px #697656;
  box-shadow:         1px 1px 3px 2px #697656; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #697656


Comments

No comments written yet.

Please login to write comment.