Color Hex Logo

#769826 Color Hex

#769826
(118,152,38)
0 Favorites   0 Comments

Color spaces of #769826

RGB 11815238
HSL0.220.600.37
HSV78°75°60°
CMYK 0.220.000.75   0.40
XYZ19.049326.44805.9347
Yxy26.44800.37040.5142
Hunter Lab51.4276-23.880229.1573
CIE-Lab58.4599-28.341552.5488

#769826 color RGB value is (118,152,38).

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

The process color (four color CMYK) of #769826 color hex is 0.22, 0.00, 0.75, 0.40. Web safe color of #769826 is #669933. Color #769826 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10011000 00100110
Octal 166 230 46
Decimal 118 152 38
Hex 76 98 26

RGB Percentages of Color #769826

%38.31
%49.35
%12.34

CMYK Percentages of Color #769826

%22
%0
%75
%40

Triadic Colors of #769826

#769826 #267698 #982676

Analogous Colors of #769826

#769826 #3d9826 #988126

Monochromatic Colors of #769826

#769826

Complementary Color

#769826 #482698

#769826 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#769826 Color Preview on White Background

Lorem ipsum dolor sit amet.

#769826 Color CSS Codes

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

#769826 Text Font Color

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

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


#769826 Background Color

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

This div background color is #769826


#769826 Border Color

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

This div border color is #769826


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #769826


Comments

No comments written yet.

Please login to write comment.