Color Hex Logo

#769947 Color Hex

#769947
(118,153,71)
0 Favorites   0 Comments

Color spaces of #769947

RGB 11815371
HSL0.240.370.44
HSV86°54°60°
CMYK 0.230.000.54   0.40
XYZ19.999827.088910.1358
Yxy27.08890.34950.4734
Hunter Lab52.0470-22.491124.8866
CIE-Lab59.0565-26.125438.7658

#769947 color RGB value is (118,153,71).

#769947 hex color red value is 118, green value is 153 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #769947 hue: 0.24 , saturation: 0.37 and the lightness value of 769947 is 0.44.

The process color (four color CMYK) of #769947 color hex is 0.23, 0.00, 0.54, 0.40. Web safe color of #769947 is #669933. Color #769947 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10011001 01000111
Octal 166 231 107
Decimal 118 153 71
Hex 76 99 47

RGB Percentages of Color #769947

%34.50
%44.74
%20.76

CMYK Percentages of Color #769947

%23
%0
%54
%40

Triadic Colors of #769947

#769947 #477699 #994776

Analogous Colors of #769947

#769947 #4d9947 #999347

Monochromatic Colors of #769947

#769947

Complementary Color

#769947 #6a4799

#769947 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#769947 Color Preview on White Background

Lorem ipsum dolor sit amet.

#769947 Color CSS Codes

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

#769947 Text Font Color

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

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


#769947 Background Color

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

This div background color is #769947


#769947 Border Color

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

This div border color is #769947


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,153,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 #769947">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #769947


Comments

No comments written yet.

Please login to write comment.