Color Hex Logo

#769627 Color Hex

#769627
(118,150,39)
0 Favorites   0 Comments

Color spaces of #769627

RGB 11815039
HSL0.210.590.37
HSV77°74°59°
CMYK 0.210.000.74   0.41
XYZ18.743825.81075.9135
Yxy25.81070.37140.5114
Hunter Lab50.8042-23.051328.6617
CIE-Lab57.8569-27.315351.5996

#769627 color RGB value is (118,150,39).

#769627 hex color red value is 118, green value is 150 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #769627 hue: 0.21 , saturation: 0.59 and the lightness value of 769627 is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10010110 00100111
Octal 166 226 47
Decimal 118 150 39
Hex 76 96 27

RGB Percentages of Color #769627

%38.44
%48.86
%12.70

CMYK Percentages of Color #769627

%21
%0
%74
%41

Triadic Colors of #769627

#769627 #277696 #962776

Analogous Colors of #769627

#769627 #3f9627 #967f27

Monochromatic Colors of #769627

#769627

Complementary Color

#769627 #472796

#769627 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#769627 Color Preview on White Background

Lorem ipsum dolor sit amet.

#769627 Color CSS Codes

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

#769627 Text Font Color

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

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


#769627 Background Color

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

This div background color is #769627


#769627 Border Color

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

This div border color is #769627


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #769627


Comments

No comments written yet.

Please login to write comment.