Color Hex Logo

#798961 Color Hex

#798961
(121,137,97)
0 Favorites   0 Comments

Color spaces of #798961

RGB 12113797
HSL0.230.170.46
HSV84°29°54°
CMYK 0.120.000.29   0.46
XYZ18.988522.819314.7130
Yxy22.81930.33600.4037
Hunter Lab47.7696-12.642615.1774
CIE-Lab54.8857-13.247319.5861

#798961 color RGB value is (121,137,97).

#798961 hex color red value is 121, green value is 137 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #798961 hue: 0.23 , saturation: 0.17 and the lightness value of 798961 is 0.46.

The process color (four color CMYK) of #798961 color hex is 0.12, 0.00, 0.29, 0.46. Web safe color of #798961 is #669966. Color #798961 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10001001 01100001
Octal 171 211 141
Decimal 121 137 97
Hex 79 89 61

RGB Percentages of Color #798961

%34.08
%38.59
%27.32

CMYK Percentages of Color #798961

%12
%0
%29
%46

Triadic Colors of #798961

#798961 #617989 #896179

Analogous Colors of #798961

#798961 #658961 #898561

Monochromatic Colors of #798961

#798961

Complementary Color

#798961 #716189

#798961 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#798961 Color Preview on White Background

Lorem ipsum dolor sit amet.

#798961 Color CSS Codes

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

#798961 Text Font Color

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

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


#798961 Background Color

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

This div background color is #798961


#798961 Border Color

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

This div border color is #798961


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,137,97, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #798961; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #798961;
  -webkit-box-shadow: 1px 1px 3px 2px #798961;
  box-shadow:         1px 1px 3px 2px #798961; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #798961


Comments

No comments written yet.

Please login to write comment.