Color Hex Logo

#709a5b Color Hex

#709A5B
(112,154,91)
0 Favorites   0 Comments

Color spaces of #709a5b

RGB 11215491
HSL0.280.260.48
HSV100°41°60°
CMYK 0.270.000.41   0.40
XYZ20.126027.311314.1084
Yxy27.31130.32700.4438
Hunter Lab52.2602-22.713020.5760
CIE-Lab59.2614-26.384128.5558

#709a5b color RGB value is (112,154,91).

#709a5b hex color red value is 112, green value is 154 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #709a5b hue: 0.28 , saturation: 0.26 and the lightness value of 709a5b is 0.48.

The process color (four color CMYK) of #709a5b color hex is 0.27, 0.00, 0.41, 0.40. Web safe color of #709a5b is #669966. Color #709a5b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10011010 01011011
Octal 160 232 133
Decimal 112 154 91
Hex 70 9A 5B

RGB Percentages of Color #709a5b

%31.37
%43.14
%25.49

CMYK Percentages of Color #709a5b

%27
%0
%41
%40

Triadic Colors of #709a5b

#709a5b #5b709a #9a5b70

Analogous Colors of #709a5b

#709a5b #5b9a66 #909a5b

Monochromatic Colors of #709a5b

#709a5b

Complementary Color

#709a5b #855b9a

#709a5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#709a5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#709a5b Color CSS Codes

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

#709a5b Text Font Color

<p style="color:#709a5b">Text here</p>

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


#709a5b Background Color

<div style="background-color:#709a5b">
Div content here</div>

This div background color is #709a5b


#709a5b Border Color

<div style="border:3px solid #709a5b">
Div here</div>

This div border color is #709a5b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,154,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #709a5b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #709a5b;
  -webkit-box-shadow: 1px 1px 3px 2px #709a5b;
  box-shadow:         1px 1px 3px 2px #709a5b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #709a5b


Comments

No comments written yet.

Please login to write comment.