Color Hex Logo

#868f73 Color Hex

#868F73
(134,143,115)
0 Favorites   0 Comments

Color spaces of #868f73

RGB 134143115
HSL0.220.110.51
HSV79°20°56°
CMYK 0.060.000.20   0.44
XYZ22.748525.951120.0297
Yxy25.95110.33100.3776
Hunter Lab50.9422-9.438812.3476
CIE-Lab57.9906-8.487113.8244

#868f73 color RGB value is (134,143,115).

#868f73 hex color red value is 134, green value is 143 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #868f73 hue: 0.22 , saturation: 0.11 and the lightness value of 868f73 is 0.51.

The process color (four color CMYK) of #868f73 color hex is 0.06, 0.00, 0.20, 0.44. Web safe color of #868f73 is #999966. Color #868f73 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10001111 01110011
Octal 206 217 163
Decimal 134 143 115
Hex 86 8F 73

RGB Percentages of Color #868f73

%34.18
%36.48
%29.34

CMYK Percentages of Color #868f73

%6
%0
%20
%44

Triadic Colors of #868f73

#868f73 #73868f #8f7386

Analogous Colors of #868f73

#868f73 #788f73 #8f8a73

Monochromatic Colors of #868f73

#868f73

Complementary Color

#868f73 #7c738f

#868f73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#868f73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#868f73 Color CSS Codes

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

#868f73 Text Font Color

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

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


#868f73 Background Color

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

This div background color is #868f73


#868f73 Border Color

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

This div border color is #868f73


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,143,115, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #868f73; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #868f73;
  -webkit-box-shadow: 1px 1px 3px 2px #868f73;
  box-shadow:         1px 1px 3px 2px #868f73; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #868f73


Comments

No comments written yet.

Please login to write comment.