Color Hex Logo

#768468 Color Hex

#768468
(118,132,104)
0 Favorites   0 Comments

Color spaces of #768468

RGB 118132104
HSL0.250.120.46
HSV90°21°52°
CMYK 0.110.000.21   0.48
XYZ18.221221.353616.2580
Yxy21.35360.32640.3825
Hunter Lab46.2100-10.482511.4870
CIE-Lab53.3343-10.551713.4378

#768468 color RGB value is (118,132,104).

#768468 hex color red value is 118, green value is 132 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #768468 hue: 0.25 , saturation: 0.12 and the lightness value of 768468 is 0.46.

The process color (four color CMYK) of #768468 color hex is 0.11, 0.00, 0.21, 0.48. Web safe color of #768468 is #669966. Color #768468 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10000100 01101000
Octal 166 204 150
Decimal 118 132 104
Hex 76 84 68

RGB Percentages of Color #768468

%33.33
%37.29
%29.38

CMYK Percentages of Color #768468

%11
%0
%21
%48

Triadic Colors of #768468

#768468 #687684 #846876

Analogous Colors of #768468

#768468 #688468 #848468

Monochromatic Colors of #768468

#768468

Complementary Color

#768468 #766884

#768468 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#768468 Color Preview on White Background

Lorem ipsum dolor sit amet.

#768468 Color CSS Codes

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

#768468 Text Font Color

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

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


#768468 Background Color

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

This div background color is #768468


#768468 Border Color

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

This div border color is #768468


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #768468


Comments

No comments written yet.

Please login to write comment.