Color Hex Logo

#768909 Color Hex

#768909
(118,137,9)
0 Favorites   0 Comments

Color spaces of #768909

RGB 1181379
HSL0.190.880.29
HSV69°93°54°
CMYK 0.140.000.93   0.46
XYZ16.466221.76263.5912
Yxy21.76260.39370.5204
Hunter Lab46.6504-18.633028.0911
CIE-Lab53.7742-22.017956.1612

#768909 color RGB value is (118,137,9).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10001001 00001001
Octal 166 211 11
Decimal 118 137 9
Hex 76 89 9

RGB Percentages of Color #768909

%44.70
%51.89
%3.41

CMYK Percentages of Color #768909

%14
%0
%93
%46

Triadic Colors of #768909

#768909 #097689 #890976

Analogous Colors of #768909

#768909 #368909 #895c09

Monochromatic Colors of #768909

#768909

Complementary Color

#768909 #1c0989

#768909 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#768909 Color Preview on White Background

Lorem ipsum dolor sit amet.

#768909 Color CSS Codes

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

#768909 Text Font Color

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

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


#768909 Background Color

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

This div background color is #768909


#768909 Border Color

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

This div border color is #768909


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #768909


Comments

No comments written yet.

Please login to write comment.