Color Hex Logo

#769047 Color Hex

#769047
(118,144,71)
0 Favorites   0 Comments

Color spaces of #769047

RGB 11814471
HSL0.230.340.42
HSV81°51°56°
CMYK 0.180.000.51   0.44
XYZ18.581824.25309.6632
Yxy24.25300.35400.4620
Hunter Lab49.2473-18.832022.8394
CIE-Lab56.3402-21.618635.5138

#769047 color RGB value is (118,144,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10010000 01000111
Octal 166 220 107
Decimal 118 144 71
Hex 76 90 47

RGB Percentages of Color #769047

%35.44
%43.24
%21.32

CMYK Percentages of Color #769047

%18
%0
%51
%44

Triadic Colors of #769047

#769047 #477690 #904776

Analogous Colors of #769047

#769047 #529047 #908647

Monochromatic Colors of #769047

#769047

Complementary Color

#769047 #614790

#769047 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#769047 Color Preview on White Background

Lorem ipsum dolor sit amet.

#769047 Color CSS Codes

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

#769047 Text Font Color

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

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


#769047 Background Color

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

This div background color is #769047


#769047 Border Color

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

This div border color is #769047


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #769047


Comments

No comments written yet.

Please login to write comment.