Color Hex Logo

#97a670 Color Hex

#97A670
(151,166,112)
0 Favorites   0 Comments

Color spaces of #97a670

RGB 151166112
HSL0.210.230.55
HSV77°33°65°
CMYK 0.090.000.33   0.35
XYZ29.323335.021620.5436
Yxy35.02160.34540.4126
Hunter Lab59.1791-15.116320.8432
CIE-Lab65.7655-14.584126.2647

#97a670 color RGB value is (151,166,112).

#97a670 hex color red value is 151, green value is 166 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #97a670 hue: 0.21 , saturation: 0.23 and the lightness value of 97a670 is 0.55.

The process color (four color CMYK) of #97a670 color hex is 0.09, 0.00, 0.33, 0.35. Web safe color of #97a670 is #999966. Color #97a670 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10100110 01110000
Octal 227 246 160
Decimal 151 166 112
Hex 97 A6 70

RGB Percentages of Color #97a670

%35.20
%38.69
%26.11

CMYK Percentages of Color #97a670

%9
%0
%33
%35

Triadic Colors of #97a670

#97a670 #7097a6 #a67097

Analogous Colors of #97a670

#97a670 #7ca670 #a69a70

Monochromatic Colors of #97a670

#97a670

Complementary Color

#97a670 #7f70a6

#97a670 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97a670 Color Preview on White Background

Lorem ipsum dolor sit amet.

#97a670 Color CSS Codes

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

#97a670 Text Font Color

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

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


#97a670 Background Color

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

This div background color is #97a670


#97a670 Border Color

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

This div border color is #97a670


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(151,166,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 #97a670">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97a670


Comments

No comments written yet.

Please login to write comment.