Color Hex Logo

#769537 Color Hex

#769537
(118,149,55)
0 Favorites   0 Comments

Color spaces of #769537

RGB 11814955
HSL0.220.460.40
HSV80°63°58°
CMYK 0.210.000.63   0.42
XYZ18.908225.62237.5635
Yxy25.62230.36300.4918
Hunter Lab50.6185-21.904826.5737
CIE-Lab57.6768-25.690444.8140

#769537 color RGB value is (118,149,55).

#769537 hex color red value is 118, green value is 149 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #769537 hue: 0.22 , saturation: 0.46 and the lightness value of 769537 is 0.40.

The process color (four color CMYK) of #769537 color hex is 0.21, 0.00, 0.63, 0.42. Web safe color of #769537 is #669933. Color #769537 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10010101 00110111
Octal 166 225 67
Decimal 118 149 55
Hex 76 95 37

RGB Percentages of Color #769537

%36.65
%46.27
%17.08

CMYK Percentages of Color #769537

%21
%0
%63
%42

Triadic Colors of #769537

#769537 #377695 #953776

Analogous Colors of #769537

#769537 #479537 #958537

Monochromatic Colors of #769537

#769537

Complementary Color

#769537 #563795

#769537 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#769537 Color Preview on White Background

Lorem ipsum dolor sit amet.

#769537 Color CSS Codes

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

#769537 Text Font Color

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

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


#769537 Background Color

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

This div background color is #769537


#769537 Border Color

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

This div border color is #769537


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #769537


Comments

No comments written yet.

Please login to write comment.