Color Hex Logo

#769644 Color Hex

#769644
(118,150,68)
0 Favorites   0 Comments

Color spaces of #769644

RGB 11815068
HSL0.230.380.43
HSV83°55°59°
CMYK 0.210.000.55   0.41
XYZ19.420926.08169.4795
Yxy26.08160.35320.4744
Hunter Lab51.0701-21.493024.7439
CIE-Lab58.1144-24.962139.1417

#769644 color RGB value is (118,150,68).

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

The process color (four color CMYK) of #769644 color hex is 0.21, 0.00, 0.55, 0.41. Web safe color of #769644 is #669933. Color #769644 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10010110 01000100
Octal 166 226 104
Decimal 118 150 68
Hex 76 96 44

RGB Percentages of Color #769644

%35.12
%44.64
%20.24

CMYK Percentages of Color #769644

%21
%0
%55
%41

Triadic Colors of #769644

#769644 #447696 #964476

Analogous Colors of #769644

#769644 #4d9644 #968d44

Monochromatic Colors of #769644

#769644

Complementary Color

#769644 #644496

#769644 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#769644 Color Preview on White Background

Lorem ipsum dolor sit amet.

#769644 Color CSS Codes

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

#769644 Text Font Color

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

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


#769644 Background Color

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

This div background color is #769644


#769644 Border Color

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

This div border color is #769644


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #769644


Comments

No comments written yet.

Please login to write comment.