Color Hex Logo

#789690 Color Hex

#789690
(120,150,144)
0 Favorites   0 Comments

Color spaces of #789690

RGB 120150144
HSL0.470.130.53
HSV168°20°59°
CMYK 0.200.000.04   0.41
XYZ23.686127.819430.5068
Yxy27.81940.28880.3392
Hunter Lab52.7441-12.14212.6280
CIE-Lab59.7252-11.7562-0.3099

#789690 color RGB value is (120,150,144).

#789690 hex color red value is 120, green value is 150 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #789690 hue: 0.47 , saturation: 0.13 and the lightness value of 789690 is 0.53.

The process color (four color CMYK) of #789690 color hex is 0.20, 0.00, 0.04, 0.41. Web safe color of #789690 is #669999. Color #789690 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10010110 10010000
Octal 170 226 220
Decimal 120 150 144
Hex 78 96 90

RGB Percentages of Color #789690

%28.99
%36.23
%34.78

CMYK Percentages of Color #789690

%20
%0
%4
%41

Triadic Colors of #789690

#789690 #907896 #969078

Analogous Colors of #789690

#789690 #788d96 #789681

Monochromatic Colors of #789690

#789690

Complementary Color

#789690 #96787e

#789690 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#789690 Color Preview on White Background

Lorem ipsum dolor sit amet.

#789690 Color CSS Codes

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

#789690 Text Font Color

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

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


#789690 Background Color

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

This div background color is #789690


#789690 Border Color

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

This div border color is #789690


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,150,144, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #789690; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #789690;
  -webkit-box-shadow: 1px 1px 3px 2px #789690;
  box-shadow:         1px 1px 3px 2px #789690; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,150,144, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #789690


Comments

No comments written yet.

Please login to write comment.