Color Hex Logo

#789966 Color Hex

#789966
(120,153,102)
0 Favorites   0 Comments

Color spaces of #789966

RGB 120153102
HSL0.270.200.50
HSV99°33°60°
CMYK 0.220.000.33   0.40
XYZ21.535227.734816.7887
Yxy27.73480.32600.4199
Hunter Lab52.6638-19.169817.9636
CIE-Lab59.6484-21.252923.1820

#789966 color RGB value is (120,153,102).

#789966 hex color red value is 120, green value is 153 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #789966 hue: 0.27 , saturation: 0.20 and the lightness value of 789966 is 0.50.

The process color (four color CMYK) of #789966 color hex is 0.22, 0.00, 0.33, 0.40. Web safe color of #789966 is #669966. Color #789966 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10011001 01100110
Octal 170 231 146
Decimal 120 153 102
Hex 78 99 66

RGB Percentages of Color #789966

%32.00
%40.80
%27.20

CMYK Percentages of Color #789966

%22
%0
%33
%40

Triadic Colors of #789966

#789966 #667899 #996678

Analogous Colors of #789966

#789966 #66996e #929966

Monochromatic Colors of #789966

#789966

Complementary Color

#789966 #876699

#789966 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#789966 Color Preview on White Background

Lorem ipsum dolor sit amet.

#789966 Color CSS Codes

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

#789966 Text Font Color

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

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


#789966 Background Color

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

This div background color is #789966


#789966 Border Color

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

This div border color is #789966


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #789966


Comments

No comments written yet.

Please login to write comment.