Color Hex Logo

#769428 Color Hex

#769428
(118,148,40)
0 Favorites   0 Comments

Color spaces of #769428

RGB 11814840
HSL0.210.570.37
HSV77°73°58°
CMYK 0.200.000.73   0.42
XYZ18.444125.18465.8965
Yxy25.18460.37240.5085
Hunter Lab50.1843-22.218828.1626
CIE-Lab57.2548-26.279550.6342

#769428 color RGB value is (118,148,40).

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

The process color (four color CMYK) of #769428 color hex is 0.20, 0.00, 0.73, 0.42. Web safe color of #769428 is #669933. Color #769428 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10010100 00101000
Octal 166 224 50
Decimal 118 148 40
Hex 76 94 28

RGB Percentages of Color #769428

%38.56
%48.37
%13.07

CMYK Percentages of Color #769428

%20
%0
%73
%42

Triadic Colors of #769428

#769428 #287694 #942876

Analogous Colors of #769428

#769428 #409428 #947c28

Monochromatic Colors of #769428

#769428

Complementary Color

#769428 #462894

#769428 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#769428 Color Preview on White Background

Lorem ipsum dolor sit amet.

#769428 Color CSS Codes

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

#769428 Text Font Color

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

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


#769428 Background Color

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

This div background color is #769428


#769428 Border Color

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

This div border color is #769428


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,148,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 #769428">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #769428


Comments

No comments written yet.

Please login to write comment.