Color Hex Logo

#899770 Color Hex

#899770
(137,151,112)
0 Favorites   0 Comments

Color spaces of #899770

RGB 137151112
HSL0.230.160.52
HSV82°26°59°
CMYK 0.090.000.26   0.41
XYZ24.307828.621419.5726
Yxy28.62140.33530.3948
Hunter Lab53.4990-12.519915.7580
CIE-Lab60.4460-12.134018.9298

#899770 color RGB value is (137,151,112).

#899770 hex color red value is 137, green value is 151 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #899770 hue: 0.23 , saturation: 0.16 and the lightness value of 899770 is 0.52.

The process color (four color CMYK) of #899770 color hex is 0.09, 0.00, 0.26, 0.41. Web safe color of #899770 is #999966. Color #899770 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10010111 01110000
Octal 211 227 160
Decimal 137 151 112
Hex 89 97 70

RGB Percentages of Color #899770

%34.25
%37.75
%28.00

CMYK Percentages of Color #899770

%9
%0
%26
%41

Triadic Colors of #899770

#899770 #708997 #977089

Analogous Colors of #899770

#899770 #769770 #979270

Monochromatic Colors of #899770

#899770

Complementary Color

#899770 #7e7097

#899770 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#899770 Color Preview on White Background

Lorem ipsum dolor sit amet.

#899770 Color CSS Codes

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

#899770 Text Font Color

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

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


#899770 Background Color

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

This div background color is #899770


#899770 Border Color

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

This div border color is #899770


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,151,112, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #899770; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #899770;
  -webkit-box-shadow: 1px 1px 3px 2px #899770;
  box-shadow:         1px 1px 3px 2px #899770; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,151,112, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #899770


Comments

No comments written yet.

Please login to write comment.