Color Hex Logo

#769049 Color Hex

#769049
(118,144,73)
0 Favorites   0 Comments

Color spaces of #769049

RGB 11814473
HSL0.230.330.43
HSV82°49°56°
CMYK 0.180.000.49   0.44
XYZ18.647124.279110.0069
Yxy24.27910.35230.4587
Hunter Lab49.2738-18.678022.4506
CIE-Lab56.3662-21.390934.5132

#769049 color RGB value is (118,144,73).

#769049 hex color red value is 118, green value is 144 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #769049 hue: 0.23 , saturation: 0.33 and the lightness value of 769049 is 0.43.

The process color (four color CMYK) of #769049 color hex is 0.18, 0.00, 0.49, 0.44. Web safe color of #769049 is #669933. Color #769049 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10010000 01001001
Octal 166 220 111
Decimal 118 144 73
Hex 76 90 49

RGB Percentages of Color #769049

%35.22
%42.99
%21.79

CMYK Percentages of Color #769049

%18
%0
%49
%44

Triadic Colors of #769049

#769049 #497690 #904976

Analogous Colors of #769049

#769049 #539049 #908749

Monochromatic Colors of #769049

#769049

Complementary Color

#769049 #634990

#769049 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#769049 Color Preview on White Background

Lorem ipsum dolor sit amet.

#769049 Color CSS Codes

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

#769049 Text Font Color

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

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


#769049 Background Color

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

This div background color is #769049


#769049 Border Color

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

This div border color is #769049


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #769049


Comments

No comments written yet.

Please login to write comment.