Color Hex Logo

#769869 Color Hex

#769869
(118,152,105)
0 Favorites   0 Comments

Color spaces of #769869

RGB 118152105
HSL0.290.190.50
HSV103°31°60°
CMYK 0.220.000.31   0.40
XYZ21.249327.327917.5195
Yxy27.32790.32150.4135
Hunter Lab52.2761-18.926116.7232
CIE-Lab59.2766-21.005421.0069

#769869 color RGB value is (118,152,105).

#769869 hex color red value is 118, green value is 152 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #769869 hue: 0.29 , saturation: 0.19 and the lightness value of 769869 is 0.50.

The process color (four color CMYK) of #769869 color hex is 0.22, 0.00, 0.31, 0.40. Web safe color of #769869 is #669966. Color #769869 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10011000 01101001
Octal 166 230 151
Decimal 118 152 105
Hex 76 98 69

RGB Percentages of Color #769869

%31.47
%40.53
%28.00

CMYK Percentages of Color #769869

%22
%0
%31
%40

Triadic Colors of #769869

#769869 #697698 #986976

Analogous Colors of #769869

#769869 #699874 #8e9869

Monochromatic Colors of #769869

#769869

Complementary Color

#769869 #8b6998

#769869 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#769869 Color Preview on White Background

Lorem ipsum dolor sit amet.

#769869 Color CSS Codes

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

#769869 Text Font Color

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

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


#769869 Background Color

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

This div background color is #769869


#769869 Border Color

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

This div border color is #769869


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #769869


Comments

No comments written yet.

Please login to write comment.