Color Hex Logo

#699d4e Color Hex

#699D4E
(105,157,78)
0 Favorites   0 Comments

Color spaces of #699d4e

RGB 10515778
HSL0.280.340.46
HSV99°50°62°
CMYK 0.330.000.50   0.38
XYZ19.257827.667311.5330
Yxy27.66730.32940.4733
Hunter Lab52.5997-26.697123.8199
CIE-Lab59.5870-32.136035.6934

#699d4e color RGB value is (105,157,78).

#699d4e hex color red value is 105, green value is 157 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #699d4e hue: 0.28 , saturation: 0.34 and the lightness value of 699d4e is 0.46.

The process color (four color CMYK) of #699d4e color hex is 0.33, 0.00, 0.50, 0.38. Web safe color of #699d4e is #669966. Color #699d4e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10011101 01001110
Octal 151 235 116
Decimal 105 157 78
Hex 69 9D 4E

RGB Percentages of Color #699d4e

%30.88
%46.18
%22.94

CMYK Percentages of Color #699d4e

%33
%0
%50
%38

Triadic Colors of #699d4e

#699d4e #4e699d #9d4e69

Analogous Colors of #699d4e

#699d4e #4e9d5b #919d4e

Monochromatic Colors of #699d4e

#699d4e

Complementary Color

#699d4e #824e9d

#699d4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#699d4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#699d4e Color CSS Codes

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

#699d4e Text Font Color

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

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


#699d4e Background Color

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

This div background color is #699d4e


#699d4e Border Color

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

This div border color is #699d4e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,157,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #699d4e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #699d4e;
  -webkit-box-shadow: 1px 1px 3px 2px #699d4e;
  box-shadow:         1px 1px 3px 2px #699d4e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #699d4e


Comments

No comments written yet.

Please login to write comment.