Color Hex Logo

#769619 Color Hex

#769619
(118,150,25)
0 Favorites   0 Comments

Color spaces of #769619

RGB 11815025
HSL0.210.710.34
HSV75°83°59°
CMYK 0.210.000.83   0.41
XYZ18.553025.73444.9091
Yxy25.73440.37710.5231
Hunter Lab50.7291-23.493629.7728
CIE-Lab57.7841-27.992156.0308

#769619 color RGB value is (118,150,25).

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

The process color (four color CMYK) of #769619 color hex is 0.21, 0.00, 0.83, 0.41. Web safe color of #769619 is #669900. Color #769619 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10010110 00011001
Octal 166 226 31
Decimal 118 150 25
Hex 76 96 19

RGB Percentages of Color #769619

%40.27
%51.19
%8.53

CMYK Percentages of Color #769619

%21
%0
%83
%41

Triadic Colors of #769619

#769619 #197696 #961976

Analogous Colors of #769619

#769619 #389619 #967819

Monochromatic Colors of #769619

#769619

Complementary Color

#769619 #391996

#769619 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#769619 Color Preview on White Background

Lorem ipsum dolor sit amet.

#769619 Color CSS Codes

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

#769619 Text Font Color

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

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


#769619 Background Color

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

This div background color is #769619


#769619 Border Color

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

This div border color is #769619


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #769619


Comments

No comments written yet.

Please login to write comment.