Color Hex Logo

#699062 Color Hex

#699062
(105,144,98)
0 Favorites   0 Comments

Color spaces of #699062

RGB 10514498
HSL0.310.190.47
HSV111°32°56°
CMYK 0.270.000.32   0.44
XYZ18.003623.831615.2063
Yxy23.83160.31560.4178
Hunter Lab48.8176-19.601315.7040
CIE-Lab55.9188-22.843820.2329

#699062 color RGB value is (105,144,98).

#699062 hex color red value is 105, green value is 144 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #699062 hue: 0.31 , saturation: 0.19 and the lightness value of 699062 is 0.47.

The process color (four color CMYK) of #699062 color hex is 0.27, 0.00, 0.32, 0.44. Web safe color of #699062 is #669966. Color #699062 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10010000 01100010
Octal 151 220 142
Decimal 105 144 98
Hex 69 90 62

RGB Percentages of Color #699062

%30.26
%41.50
%28.24

CMYK Percentages of Color #699062

%27
%0
%32
%44

Triadic Colors of #699062

#699062 #626990 #906269

Analogous Colors of #699062

#699062 #629072 #809062

Monochromatic Colors of #699062

#699062

Complementary Color

#699062 #896290

#699062 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#699062 Color Preview on White Background

Lorem ipsum dolor sit amet.

#699062 Color CSS Codes

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

#699062 Text Font Color

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

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


#699062 Background Color

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

This div background color is #699062


#699062 Border Color

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

This div border color is #699062


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #699062


Comments

No comments written yet.

Please login to write comment.