Color Hex Logo

#768969 Color Hex

#768969
(118,137,105)
0 Favorites   0 Comments

Color spaces of #768969

RGB 118137105
HSL0.270.130.47
HSV96°23°54°
CMYK 0.140.000.23   0.46
XYZ18.966722.762816.7586
Yxy22.76280.32430.3892
Hunter Lab47.7104-12.532612.5712
CIE-Lab54.8272-13.106814.9336

#768969 color RGB value is (118,137,105).

#768969 hex color red value is 118, green value is 137 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #768969 hue: 0.27 , saturation: 0.13 and the lightness value of 768969 is 0.47.

The process color (four color CMYK) of #768969 color hex is 0.14, 0.00, 0.23, 0.46. Web safe color of #768969 is #669966. Color #768969 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10001001 01101001
Octal 166 211 151
Decimal 118 137 105
Hex 76 89 69

RGB Percentages of Color #768969

%32.78
%38.06
%29.17

CMYK Percentages of Color #768969

%14
%0
%23
%46

Triadic Colors of #768969

#768969 #697689 #896976

Analogous Colors of #768969

#768969 #69896c #868969

Monochromatic Colors of #768969

#768969

Complementary Color

#768969 #7c6989

#768969 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#768969 Color Preview on White Background

Lorem ipsum dolor sit amet.

#768969 Color CSS Codes

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

#768969 Text Font Color

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

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


#768969 Background Color

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

This div background color is #768969


#768969 Border Color

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

This div border color is #768969


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #768969


Comments

No comments written yet.

Please login to write comment.