Color Hex Logo

#89b078 Color Hex

#89B078
(137,176,120)
0 Favorites   0 Comments

Color spaces of #89b078

RGB 137176120
HSL0.280.260.58
HSV102°32°69°
CMYK 0.220.000.32   0.31
XYZ29.232037.725123.5103
Yxy37.72510.32310.4170
Hunter Lab61.4208-22.532820.2998
CIE-Lab67.8175-23.780124.5273

#89b078 color RGB value is (137,176,120).

#89b078 hex color red value is 137, green value is 176 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #89b078 hue: 0.28 , saturation: 0.26 and the lightness value of 89b078 is 0.58.

The process color (four color CMYK) of #89b078 color hex is 0.22, 0.00, 0.32, 0.31. Web safe color of #89b078 is #999966. Color #89b078 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10110000 01111000
Octal 211 260 170
Decimal 137 176 120
Hex 89 B0 78

RGB Percentages of Color #89b078

%31.64
%40.65
%27.71

CMYK Percentages of Color #89b078

%22
%0
%32
%31

Triadic Colors of #89b078

#89b078 #7889b0 #b07889

Analogous Colors of #89b078

#89b078 #78b083 #a5b078

Monochromatic Colors of #89b078

#89b078

Complementary Color

#89b078 #9f78b0

#89b078 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89b078 Color Preview on White Background

Lorem ipsum dolor sit amet.

#89b078 Color CSS Codes

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

#89b078 Text Font Color

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

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


#89b078 Background Color

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

This div background color is #89b078


#89b078 Border Color

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

This div border color is #89b078


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,176,120, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #89b078; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #89b078;
  -webkit-box-shadow: 1px 1px 3px 2px #89b078;
  box-shadow:         1px 1px 3px 2px #89b078; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89b078


Comments

No comments written yet.

Please login to write comment.