Color Hex Logo

#899076 Color Hex

#899076
(137,144,118)
0 Favorites   0 Comments

Color spaces of #899076

RGB 137144118
HSL0.210.100.51
HSV76°18°56°
CMYK 0.050.000.18   0.44
XYZ23.559826.572921.0269
Yxy26.57290.33110.3734
Hunter Lab51.5489-8.629311.8997
CIE-Lab58.5769-7.366812.9780

#899076 color RGB value is (137,144,118).

#899076 hex color red value is 137, green value is 144 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #899076 hue: 0.21 , saturation: 0.10 and the lightness value of 899076 is 0.51.

The process color (four color CMYK) of #899076 color hex is 0.05, 0.00, 0.18, 0.44. Web safe color of #899076 is #999966. Color #899076 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10010000 01110110
Octal 211 220 166
Decimal 137 144 118
Hex 89 90 76

RGB Percentages of Color #899076

%34.34
%36.09
%29.57

CMYK Percentages of Color #899076

%5
%0
%18
%44

Triadic Colors of #899076

#899076 #768990 #907689

Analogous Colors of #899076

#899076 #7c9076 #908a76

Monochromatic Colors of #899076

#899076

Complementary Color

#899076 #7d7690

#899076 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#899076 Color Preview on White Background

Lorem ipsum dolor sit amet.

#899076 Color CSS Codes

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

#899076 Text Font Color

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

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


#899076 Background Color

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

This div background color is #899076


#899076 Border Color

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

This div border color is #899076


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #899076


Comments

No comments written yet.

Please login to write comment.