Color Hex Logo

#769425 Color Hex

#769425
(118,148,37)
0 Favorites   0 Comments

Color spaces of #769425

RGB 11814837
HSL0.210.600.36
HSV76°75°58°
CMYK 0.200.000.75   0.42
XYZ18.395025.16495.6381
Yxy25.16490.37390.5115
Hunter Lab50.1646-22.333528.4515
CIE-Lab57.2357-26.454351.7231

#769425 color RGB value is (118,148,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10010100 00100101
Octal 166 224 45
Decimal 118 148 37
Hex 76 94 25

RGB Percentages of Color #769425

%38.94
%48.84
%12.21

CMYK Percentages of Color #769425

%20
%0
%75
%42

Triadic Colors of #769425

#769425 #257694 #942576

Analogous Colors of #769425

#769425 #3f9425 #947b25

Monochromatic Colors of #769425

#769425

Complementary Color

#769425 #432594

#769425 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#769425 Color Preview on White Background

Lorem ipsum dolor sit amet.

#769425 Color CSS Codes

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

#769425 Text Font Color

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

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


#769425 Background Color

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

This div background color is #769425


#769425 Border Color

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

This div border color is #769425


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #769425


Comments

No comments written yet.

Please login to write comment.