Color Hex Logo

#699961 Color Hex

#699961
(105,153,97)
0 Favorites   0 Comments

Color spaces of #699961

RGB 10515397
HSL0.310.220.49
HSV111°37°60°
CMYK 0.310.000.37   0.40
XYZ19.374626.648815.4318
Yxy26.64880.31530.4336
Hunter Lab51.6225-23.345918.4118
CIE-Lab58.6478-27.495524.4277

#699961 color RGB value is (105,153,97).

#699961 hex color red value is 105, green value is 153 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #699961 hue: 0.31 , saturation: 0.22 and the lightness value of 699961 is 0.49.

The process color (four color CMYK) of #699961 color hex is 0.31, 0.00, 0.37, 0.40. Web safe color of #699961 is #669966. Color #699961 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10011001 01100001
Octal 151 231 141
Decimal 105 153 97
Hex 69 99 61

RGB Percentages of Color #699961

%29.58
%43.10
%27.32

CMYK Percentages of Color #699961

%31
%0
%37
%40

Triadic Colors of #699961

#699961 #616999 #996169

Analogous Colors of #699961

#699961 #619975 #859961

Monochromatic Colors of #699961

#699961

Complementary Color

#699961 #916199

#699961 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#699961 Color Preview on White Background

Lorem ipsum dolor sit amet.

#699961 Color CSS Codes

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

#699961 Text Font Color

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

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


#699961 Background Color

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

This div background color is #699961


#699961 Border Color

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

This div border color is #699961


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #699961


Comments

No comments written yet.

Please login to write comment.