Color Hex Logo

#789955 Color Hex

#789955
(120,153,85)
0 Favorites   0 Comments

Color spaces of #789955

RGB 12015385
HSL0.250.290.47
HSV89°44°60°
CMYK 0.220.000.44   0.40
XYZ20.776727.431412.7941
Yxy27.43140.34060.4497
Hunter Lab52.3750-20.846922.1792
CIE-Lab59.3715-23.681131.9914

#789955 color RGB value is (120,153,85).

#789955 hex color red value is 120, green value is 153 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #789955 hue: 0.25 , saturation: 0.29 and the lightness value of 789955 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 10011001 01010101
Octal 170 231 125
Decimal 120 153 85
Hex 78 99 55

RGB Percentages of Color #789955

%33.52
%42.74
%23.74

CMYK Percentages of Color #789955

%22
%0
%44
%40

Triadic Colors of #789955

#789955 #557899 #995578

Analogous Colors of #789955

#789955 #569955 #999855

Monochromatic Colors of #789955

#789955

Complementary Color

#789955 #765599

#789955 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#789955 Color Preview on White Background

Lorem ipsum dolor sit amet.

#789955 Color CSS Codes

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

#789955 Text Font Color

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

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


#789955 Background Color

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

This div background color is #789955


#789955 Border Color

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

This div border color is #789955


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #789955


Comments

No comments written yet.

Please login to write comment.