Color Hex Logo

#768916 Color Hex

#768916
(118,137,22)
0 Favorites   0 Comments

Color spaces of #768916

RGB 11813722
HSL0.190.720.31
HSV70°84°54°
CMYK 0.140.000.84   0.46
XYZ16.561721.80084.0941
Yxy21.80080.39010.5135
Hunter Lab46.6913-18.394827.4851
CIE-Lab53.8150-21.656053.3674

#768916 color RGB value is (118,137,22).

#768916 hex color red value is 118, green value is 137 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #768916 hue: 0.19 , saturation: 0.72 and the lightness value of 768916 is 0.31.

The process color (four color CMYK) of #768916 color hex is 0.14, 0.00, 0.84, 0.46. Web safe color of #768916 is #669900. Color #768916 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10001001 00010110
Octal 166 211 26
Decimal 118 137 22
Hex 76 89 16

RGB Percentages of Color #768916

%42.60
%49.46
%7.94

CMYK Percentages of Color #768916

%14
%0
%84
%46

Triadic Colors of #768916

#768916 #167689 #891676

Analogous Colors of #768916

#768916 #3d8916 #896216

Monochromatic Colors of #768916

#768916

Complementary Color

#768916 #291689

#768916 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#768916 Color Preview on White Background

Lorem ipsum dolor sit amet.

#768916 Color CSS Codes

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

#768916 Text Font Color

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

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


#768916 Background Color

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

This div background color is #768916


#768916 Border Color

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

This div border color is #768916


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #768916


Comments

No comments written yet.

Please login to write comment.