Color Hex Logo

#708117 Color Hex

#708117
(112,129,23)
0 Favorites   0 Comments

Color spaces of #708117

RGB 11212923
HSL0.190.700.30
HSV70°82°51°
CMYK 0.130.000.82   0.49
XYZ14.687019.20713.7439
Yxy19.20710.39020.5103
Hunter Lab43.8259-16.876225.6132
CIE-Lab50.9286-20.176750.3586

#708117 color RGB value is (112,129,23).

#708117 hex color red value is 112, green value is 129 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #708117 hue: 0.19 , saturation: 0.70 and the lightness value of 708117 is 0.30.

The process color (four color CMYK) of #708117 color hex is 0.13, 0.00, 0.82, 0.49. Web safe color of #708117 is #669900. Color #708117 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10000001 00010111
Octal 160 201 27
Decimal 112 129 23
Hex 70 81 17

RGB Percentages of Color #708117

%42.42
%48.86
%8.71

CMYK Percentages of Color #708117

%13
%0
%82
%49

Triadic Colors of #708117

#708117 #177081 #811770

Analogous Colors of #708117

#708117 #3b8117 #815d17

Monochromatic Colors of #708117

#708117

Complementary Color

#708117 #281781

#708117 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#708117 Color Preview on White Background

Lorem ipsum dolor sit amet.

#708117 Color CSS Codes

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

#708117 Text Font Color

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

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


#708117 Background Color

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

This div background color is #708117


#708117 Border Color

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

This div border color is #708117


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,129,23, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #708117; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #708117;
  -webkit-box-shadow: 1px 1px 3px 2px #708117;
  box-shadow:         1px 1px 3px 2px #708117; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #708117


Comments

No comments written yet.

Please login to write comment.