Color Hex Logo

#70977f Color Hex

#70977F
(112,151,127)
0 Favorites   0 Comments

Color spaces of #70977f

RGB 112151127
HSL0.400.160.52
HSV143°26°59°
CMYK 0.260.000.16   0.41
XYZ21.579527.110324.1741
Yxy27.11030.29620.3721
Hunter Lab52.0676-17.13858.9199
CIE-Lab59.0763-18.57818.3374

#70977f color RGB value is (112,151,127).

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

The process color (four color CMYK) of #70977f color hex is 0.26, 0.00, 0.16, 0.41. Web safe color of #70977f is #669966. Color #70977f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10010111 01111111
Octal 160 227 177
Decimal 112 151 127
Hex 70 97 7F

RGB Percentages of Color #70977f

%28.72
%38.72
%32.56

CMYK Percentages of Color #70977f

%26
%0
%16
%41

Triadic Colors of #70977f

#70977f #7f7097 #977f70

Analogous Colors of #70977f

#70977f #709793 #759770

Monochromatic Colors of #70977f

#70977f

Complementary Color

#70977f #977088

#70977f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70977f Color Preview on White Background

Lorem ipsum dolor sit amet.

#70977f Color CSS Codes

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

#70977f Text Font Color

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

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


#70977f Background Color

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

This div background color is #70977f


#70977f Border Color

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

This div border color is #70977f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70977f


Comments

No comments written yet.

Please login to write comment.