Color Hex Logo

#70b061 Color Hex

#70B061
(112,176,97)
0 Favorites   0 Comments

Color spaces of #70b061

RGB 11217697
HSL0.300.330.54
HSV109°45°69°
CMYK 0.360.000.45   0.31
XYZ24.365135.358516.8500
Yxy35.35850.31820.4618
Hunter Lab59.4630-30.919524.8231
CIE-Lab66.0268-35.940034.0489

#70b061 color RGB value is (112,176,97).

#70b061 hex color red value is 112, green value is 176 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #70b061 hue: 0.30 , saturation: 0.33 and the lightness value of 70b061 is 0.54.

The process color (four color CMYK) of #70b061 color hex is 0.36, 0.00, 0.45, 0.31. Web safe color of #70b061 is #669966. Color #70b061 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10110000 01100001
Octal 160 260 141
Decimal 112 176 97
Hex 70 B0 61

RGB Percentages of Color #70b061

%29.09
%45.71
%25.19

CMYK Percentages of Color #70b061

%36
%0
%45
%31

Triadic Colors of #70b061

#70b061 #6170b0 #b06170

Analogous Colors of #70b061

#70b061 #61b07a #98b061

Monochromatic Colors of #70b061

#70b061

Complementary Color

#70b061 #a161b0

#70b061 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70b061 Color Preview on White Background

Lorem ipsum dolor sit amet.

#70b061 Color CSS Codes

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

#70b061 Text Font Color

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

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


#70b061 Background Color

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

This div background color is #70b061


#70b061 Border Color

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

This div border color is #70b061


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70b061

#70b061 Color Palettes


Comments

No comments written yet.

Please login to write comment.