Color Hex Logo

#79986f Color Hex

#79986F
(121,152,111)
0 Favorites   0 Comments

Color spaces of #79986f

RGB 121152111
HSL0.290.170.52
HSV105°27°60°
CMYK 0.200.000.27   0.40
XYZ21.982627.669119.2210
Yxy27.66910.31920.4017
Hunter Lab52.6014-17.455815.1559
CIE-Lab59.5886-18.898818.1314

#79986f color RGB value is (121,152,111).

#79986f hex color red value is 121, green value is 152 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #79986f hue: 0.29 , saturation: 0.17 and the lightness value of 79986f is 0.52.

The process color (four color CMYK) of #79986f color hex is 0.20, 0.00, 0.27, 0.40. Web safe color of #79986f is #669966. Color #79986f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10011000 01101111
Octal 171 230 157
Decimal 121 152 111
Hex 79 98 6F

RGB Percentages of Color #79986f

%31.51
%39.58
%28.91

CMYK Percentages of Color #79986f

%20
%0
%27
%40

Triadic Colors of #79986f

#79986f #6f7998 #986f79

Analogous Colors of #79986f

#79986f #6f987a #8e986f

Monochromatic Colors of #79986f

#79986f

Complementary Color

#79986f #8e6f98

#79986f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79986f Color Preview on White Background

Lorem ipsum dolor sit amet.

#79986f Color CSS Codes

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

#79986f Text Font Color

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

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


#79986f Background Color

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

This div background color is #79986f


#79986f Border Color

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

This div border color is #79986f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,152,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #79986f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #79986f;
  -webkit-box-shadow: 1px 1px 3px 2px #79986f;
  box-shadow:         1px 1px 3px 2px #79986f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,152,111, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79986f


Comments

No comments written yet.

Please login to write comment.