Color Hex Logo

#70906d Color Hex

#70906D
(112,144,109)
0 Favorites   0 Comments

Color spaces of #70906d

RGB 112144109
HSL0.320.140.50
HSV115°24°56°
CMYK 0.220.000.24   0.44
XYZ19.415724.495418.1728
Yxy24.49540.31270.3946
Hunter Lab49.4928-16.588112.8748
CIE-Lab56.5804-18.376315.0226

#70906d color RGB value is (112,144,109).

#70906d hex color red value is 112, green value is 144 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #70906d hue: 0.32 , saturation: 0.14 and the lightness value of 70906d is 0.50.

The process color (four color CMYK) of #70906d color hex is 0.22, 0.00, 0.24, 0.44. Web safe color of #70906d is #669966. Color #70906d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10010000 01101101
Octal 160 220 155
Decimal 112 144 109
Hex 70 90 6D

RGB Percentages of Color #70906d

%30.68
%39.45
%29.86

CMYK Percentages of Color #70906d

%22
%0
%24
%44

Triadic Colors of #70906d

#70906d #6d7090 #906d70

Analogous Colors of #70906d

#70906d #6d907c #82906d

Monochromatic Colors of #70906d

#70906d

Complementary Color

#70906d #8d6d90

#70906d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70906d Color Preview on White Background

Lorem ipsum dolor sit amet.

#70906d Color CSS Codes

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

#70906d Text Font Color

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

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


#70906d Background Color

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

This div background color is #70906d


#70906d Border Color

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

This div border color is #70906d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,144,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #70906d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #70906d;
  -webkit-box-shadow: 1px 1px 3px 2px #70906d;
  box-shadow:         1px 1px 3px 2px #70906d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70906d


Comments

No comments written yet.

Please login to write comment.