Color Hex Logo

#769628 Color Hex

#769628
(118,150,40)
0 Favorites   0 Comments

Color spaces of #769628

RGB 11815040
HSL0.220.580.37
HSV77°73°59°
CMYK 0.210.000.73   0.41
XYZ18.760625.81746.0020
Yxy25.81740.37090.5104
Hunter Lab50.8108-23.012428.5640
CIE-Lab57.8633-27.255951.2347

#769628 color RGB value is (118,150,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10010110 00101000
Octal 166 226 50
Decimal 118 150 40
Hex 76 96 28

RGB Percentages of Color #769628

%38.31
%48.70
%12.99

CMYK Percentages of Color #769628

%21
%0
%73
%41

Triadic Colors of #769628

#769628 #287696 #962876

Analogous Colors of #769628

#769628 #3f9628 #967f28

Monochromatic Colors of #769628

#769628

Complementary Color

#769628 #482896

#769628 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#769628 Color Preview on White Background

Lorem ipsum dolor sit amet.

#769628 Color CSS Codes

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

#769628 Text Font Color

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

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


#769628 Background Color

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

This div background color is #769628


#769628 Border Color

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

This div border color is #769628


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #769628


Comments

No comments written yet.

Please login to write comment.