Color Hex Logo

#697716 Color Hex

#697716
(105,119,22)
0 Favorites   0 Comments

Color spaces of #697716

RGB 10511922
HSL0.190.690.28
HSV69°82°47°
CMYK 0.120.000.82   0.53
XYZ12.567316.25483.2342
Yxy16.25480.39200.5071
Hunter Lab40.3172-14.914923.4659
CIE-Lab47.3070-18.150347.2108

#697716 color RGB value is (105,119,22).

#697716 hex color red value is 105, green value is 119 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #697716 hue: 0.19 , saturation: 0.69 and the lightness value of 697716 is 0.28.

The process color (four color CMYK) of #697716 color hex is 0.12, 0.00, 0.82, 0.53. Web safe color of #697716 is #666600. Color #697716 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01110111 00010110
Octal 151 167 26
Decimal 105 119 22
Hex 69 77 16

RGB Percentages of Color #697716

%42.68
%48.37
%8.94

CMYK Percentages of Color #697716

%12
%0
%82
%53

Triadic Colors of #697716

#697716 #166977 #771669

Analogous Colors of #697716

#697716 #397716 #775516

Monochromatic Colors of #697716

#697716

Complementary Color

#697716 #241677

#697716 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#697716 Color Preview on White Background

Lorem ipsum dolor sit amet.

#697716 Color CSS Codes

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

#697716 Text Font Color

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

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


#697716 Background Color

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

This div background color is #697716


#697716 Border Color

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

This div border color is #697716


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #697716


Comments

No comments written yet.

Please login to write comment.