Color Hex Logo

#70a10a Color Hex

#70A10A
(112,161,10)
0 Favorites   0 Comments

Color spaces of #70a10a

RGB 11216110
HSL0.220.880.34
HSV79°94°63°
CMYK 0.300.000.94   0.37
XYZ19.481728.95644.8495
Yxy28.95640.36560.5434
Hunter Lab53.8112-29.545732.3245
CIE-Lab60.7431-35.985761.4218

#70a10a color RGB value is (112,161,10).

#70a10a hex color red value is 112, green value is 161 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #70a10a hue: 0.22 , saturation: 0.88 and the lightness value of 70a10a is 0.34.

The process color (four color CMYK) of #70a10a color hex is 0.30, 0.00, 0.94, 0.37. Web safe color of #70a10a is #669900. Color #70a10a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10100001 00001010
Octal 160 241 12
Decimal 112 161 10
Hex 70 A1 A

RGB Percentages of Color #70a10a

%39.58
%56.89
%3.53

CMYK Percentages of Color #70a10a

%30
%0
%94
%37

Triadic Colors of #70a10a

#70a10a #0a70a1 #a10a70

Analogous Colors of #70a10a

#70a10a #25a10a #a1870a

Monochromatic Colors of #70a10a

#70a10a

Complementary Color

#70a10a #3b0aa1

#70a10a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70a10a Color Preview on White Background

Lorem ipsum dolor sit amet.

#70a10a Color CSS Codes

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

#70a10a Text Font Color

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

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


#70a10a Background Color

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

This div background color is #70a10a


#70a10a Border Color

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

This div border color is #70a10a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70a10a


Comments

No comments written yet.

Please login to write comment.