Color Hex Logo

#879142 Color Hex

#879142
(135,145,66)
0 Favorites   0 Comments

Color spaces of #879142

RGB 13514566
HSL0.190.370.41
HSV68°54°57°
CMYK 0.070.000.54   0.43
XYZ21.100425.79509.0211
Yxy25.79500.37740.4613
Hunter Lab50.7888-14.721825.0211
CIE-Lab57.8420-15.532040.1244

#879142 color RGB value is (135,145,66).

#879142 hex color red value is 135, green value is 145 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #879142 hue: 0.19 , saturation: 0.37 and the lightness value of 879142 is 0.41.

The process color (four color CMYK) of #879142 color hex is 0.07, 0.00, 0.54, 0.43. Web safe color of #879142 is #999933. Color #879142 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10010001 01000010
Octal 207 221 102
Decimal 135 145 66
Hex 87 91 42

RGB Percentages of Color #879142

%39.02
%41.91
%19.08

CMYK Percentages of Color #879142

%7
%0
%54
%43

Triadic Colors of #879142

#879142 #428791 #914287

Analogous Colors of #879142

#879142 #609142 #917442

Monochromatic Colors of #879142

#879142

Complementary Color

#879142 #4c4291

#879142 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#879142 Color Preview on White Background

Lorem ipsum dolor sit amet.

#879142 Color CSS Codes

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

#879142 Text Font Color

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

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


#879142 Background Color

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

This div background color is #879142


#879142 Border Color

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

This div border color is #879142


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,145,66, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #879142; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #879142;
  -webkit-box-shadow: 1px 1px 3px 2px #879142;
  box-shadow:         1px 1px 3px 2px #879142; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,145,66, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #879142


Comments

No comments written yet.

Please login to write comment.