Color Hex Logo

#768e2f Color Hex

#768E2F
(118,142,47)
0 Favorites   0 Comments

Color spaces of #768e2f

RGB 11814247
HSL0.210.500.37
HSV75°67°56°
CMYK 0.170.000.67   0.44
XYZ17.657323.40286.2759
Yxy23.40280.37300.4944
Hunter Lab48.3764-19.506626.1718
CIE-Lab55.4848-22.826445.9932

#768e2f color RGB value is (118,142,47).

#768e2f hex color red value is 118, green value is 142 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #768e2f hue: 0.21 , saturation: 0.50 and the lightness value of 768e2f is 0.37.

The process color (four color CMYK) of #768e2f color hex is 0.17, 0.00, 0.67, 0.44. Web safe color of #768e2f is #669933. Color #768e2f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10001110 00101111
Octal 166 216 57
Decimal 118 142 47
Hex 76 8E 2F

RGB Percentages of Color #768e2f

%38.44
%46.25
%15.31

CMYK Percentages of Color #768e2f

%17
%0
%67
%44

Triadic Colors of #768e2f

#768e2f #2f768e #8e2f76

Analogous Colors of #768e2f

#768e2f #468e2f #8e772f

Monochromatic Colors of #768e2f

#768e2f

Complementary Color

#768e2f #472f8e

#768e2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#768e2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#768e2f Color CSS Codes

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

#768e2f Text Font Color

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

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


#768e2f Background Color

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

This div background color is #768e2f


#768e2f Border Color

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

This div border color is #768e2f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,142,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #768e2f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #768e2f;
  -webkit-box-shadow: 1px 1px 3px 2px #768e2f;
  box-shadow:         1px 1px 3px 2px #768e2f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #768e2f


Comments

No comments written yet.

Please login to write comment.