Color Hex Logo

#769561 Color Hex

#769561
(118,149,97)
0 Favorites   0 Comments

Color spaces of #769561

RGB 11814997
HSL0.270.210.48
HSV96°35°58°
CMYK 0.210.000.35   0.42
XYZ20.376326.209515.2943
Yxy26.20950.32930.4236
Hunter Lab51.1952-18.546518.1241
CIE-Lab58.2354-20.731324.0272

#769561 color RGB value is (118,149,97).

#769561 hex color red value is 118, green value is 149 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #769561 hue: 0.27 , saturation: 0.21 and the lightness value of 769561 is 0.48.

The process color (four color CMYK) of #769561 color hex is 0.21, 0.00, 0.35, 0.42. Web safe color of #769561 is #669966. Color #769561 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10010101 01100001
Octal 166 225 141
Decimal 118 149 97
Hex 76 95 61

RGB Percentages of Color #769561

%32.42
%40.93
%26.65

CMYK Percentages of Color #769561

%21
%0
%35
%42

Triadic Colors of #769561

#769561 #617695 #956176

Analogous Colors of #769561

#769561 #619566 #909561

Monochromatic Colors of #769561

#769561

Complementary Color

#769561 #806195

#769561 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#769561 Color Preview on White Background

Lorem ipsum dolor sit amet.

#769561 Color CSS Codes

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

#769561 Text Font Color

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

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


#769561 Background Color

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

This div background color is #769561


#769561 Border Color

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

This div border color is #769561


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,149,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 #769561">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #769561


Comments

No comments written yet.

Please login to write comment.