Color Hex Logo

#699629 Color Hex

#699629
(105,150,41)
0 Favorites   0 Comments

Color spaces of #699629

RGB 10515041
HSL0.240.570.37
HSV85°73°59°
CMYK 0.300.000.73   0.41
XYZ17.132324.97606.0157
Yxy24.97600.35600.5190
Hunter Lab49.9760-26.266327.8464
CIE-Lab57.0520-32.437649.7780

#699629 color RGB value is (105,150,41).

#699629 hex color red value is 105, green value is 150 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #699629 hue: 0.24 , saturation: 0.57 and the lightness value of 699629 is 0.37.

The process color (four color CMYK) of #699629 color hex is 0.30, 0.00, 0.73, 0.41. Web safe color of #699629 is #669933. Color #699629 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10010110 00101001
Octal 151 226 51
Decimal 105 150 41
Hex 69 96 29

RGB Percentages of Color #699629

%35.47
%50.68
%13.85

CMYK Percentages of Color #699629

%30
%0
%73
%41

Triadic Colors of #699629

#699629 #296996 #962969

Analogous Colors of #699629

#699629 #339629 #968d29

Monochromatic Colors of #699629

#699629

Complementary Color

#699629 #562996

#699629 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#699629 Color Preview on White Background

Lorem ipsum dolor sit amet.

#699629 Color CSS Codes

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

#699629 Text Font Color

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

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


#699629 Background Color

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

This div background color is #699629


#699629 Border Color

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

This div border color is #699629


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #699629


Comments

No comments written yet.

Please login to write comment.