Color Hex Logo

#869667 Color Hex

#869667
(134,150,103)
0 Favorites   0 Comments

Color spaces of #869667

RGB 134150103
HSL0.220.190.50
HSV80°31°59°
CMYK 0.110.000.31   0.41
XYZ23.186027.860316.9875
Yxy27.86030.34080.4095
Hunter Lab52.7829-13.960117.8663
CIE-Lab59.7623-14.146322.9567

#869667 color RGB value is (134,150,103).

#869667 hex color red value is 134, green value is 150 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #869667 hue: 0.22 , saturation: 0.19 and the lightness value of 869667 is 0.50.

The process color (four color CMYK) of #869667 color hex is 0.11, 0.00, 0.31, 0.41. Web safe color of #869667 is #999966. Color #869667 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10010110 01100111
Octal 206 226 147
Decimal 134 150 103
Hex 86 96 67

RGB Percentages of Color #869667

%34.63
%38.76
%26.61

CMYK Percentages of Color #869667

%11
%0
%31
%41

Triadic Colors of #869667

#869667 #678696 #966786

Analogous Colors of #869667

#869667 #6f9667 #968f67

Monochromatic Colors of #869667

#869667

Complementary Color

#869667 #776796

#869667 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#869667 Color Preview on White Background

Lorem ipsum dolor sit amet.

#869667 Color CSS Codes

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

#869667 Text Font Color

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

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


#869667 Background Color

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

This div background color is #869667


#869667 Border Color

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

This div border color is #869667


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,150,103, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #869667; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #869667;
  -webkit-box-shadow: 1px 1px 3px 2px #869667;
  box-shadow:         1px 1px 3px 2px #869667; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,150,103, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #869667


Comments

No comments written yet.

Please login to write comment.