Color Hex Logo

#697156 Color Hex

#697156
(105,113,86)
0 Favorites   0 Comments

Color spaces of #697156

RGB 10511386
HSL0.220.140.39
HSV78°24°44°
CMYK 0.070.000.24   0.56
XYZ13.410515.485411.0863
Yxy15.48540.33540.3873
Hunter Lab39.3515-8.034510.8426
CIE-Lab46.2920-8.201114.0089

#697156 color RGB value is (105,113,86).

#697156 hex color red value is 105, green value is 113 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #697156 hue: 0.22 , saturation: 0.14 and the lightness value of 697156 is 0.39.

The process color (four color CMYK) of #697156 color hex is 0.07, 0.00, 0.24, 0.56. Web safe color of #697156 is #666666. Color #697156 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01110001 01010110
Octal 151 161 126
Decimal 105 113 86
Hex 69 71 56

RGB Percentages of Color #697156

%34.54
%37.17
%28.29

CMYK Percentages of Color #697156

%7
%0
%24
%56

Triadic Colors of #697156

#697156 #566971 #715669

Analogous Colors of #697156

#697156 #5c7156 #716c56

Monochromatic Colors of #697156

#697156

Complementary Color

#697156 #5e5671

#697156 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#697156 Color Preview on White Background

Lorem ipsum dolor sit amet.

#697156 Color CSS Codes

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

#697156 Text Font Color

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

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


#697156 Background Color

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

This div background color is #697156


#697156 Border Color

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

This div border color is #697156


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,113,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 #697156">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #697156


Comments

No comments written yet.

Please login to write comment.