Color Hex Logo

#768458 Color Hex

#768458
(118,132,88)
0 Favorites   0 Comments

Color spaces of #768458

RGB 11813288
HSL0.220.200.43
HSV79°33°52°
CMYK 0.110.000.33   0.48
XYZ17.483921.058712.3757
Yxy21.05870.34340.4136
Hunter Lab45.8898-12.299016.1333
CIE-Lab53.0137-13.111822.1093

#768458 color RGB value is (118,132,88).

#768458 hex color red value is 118, green value is 132 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #768458 hue: 0.22 , saturation: 0.20 and the lightness value of 768458 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10000100 01011000
Octal 166 204 130
Decimal 118 132 88
Hex 76 84 58

RGB Percentages of Color #768458

%34.91
%39.05
%26.04

CMYK Percentages of Color #768458

%11
%0
%33
%48

Triadic Colors of #768458

#768458 #587684 #845876

Analogous Colors of #768458

#768458 #608458 #847c58

Monochromatic Colors of #768458

#768458

Complementary Color

#768458 #665884

#768458 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#768458 Color Preview on White Background

Lorem ipsum dolor sit amet.

#768458 Color CSS Codes

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

#768458 Text Font Color

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

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


#768458 Background Color

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

This div background color is #768458


#768458 Border Color

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

This div border color is #768458


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #768458


Comments

No comments written yet.

Please login to write comment.