Color Hex Logo

#767b1e Color Hex

#767B1E
(118,123,30)
0 Favorites   0 Comments

Color spaces of #767b1e

RGB 11812330
HSL0.180.610.30
HSV63°76°48°
CMYK 0.040.000.76   0.52
XYZ14.788518.11123.9447
Yxy18.11120.40140.4916
Hunter Lab42.5573-12.447124.2944
CIE-Lab49.6307-13.965546.9782

#767b1e color RGB value is (118,123,30).

#767b1e hex color red value is 118, green value is 123 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #767b1e hue: 0.18 , saturation: 0.61 and the lightness value of 767b1e is 0.30.

The process color (four color CMYK) of #767b1e color hex is 0.04, 0.00, 0.76, 0.52. Web safe color of #767b1e is #666633. Color #767b1e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01111011 00011110
Octal 166 173 36
Decimal 118 123 30
Hex 76 7B 1E

RGB Percentages of Color #767b1e

%43.54
%45.39
%11.07

CMYK Percentages of Color #767b1e

%4
%0
%76
%52

Triadic Colors of #767b1e

#767b1e #1e767b #7b1e76

Analogous Colors of #767b1e

#767b1e #487b1e #7b511e

Monochromatic Colors of #767b1e

#767b1e

Complementary Color

#767b1e #231e7b

#767b1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#767b1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#767b1e Color CSS Codes

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

#767b1e Text Font Color

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

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


#767b1e Background Color

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

This div background color is #767b1e


#767b1e Border Color

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

This div border color is #767b1e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,123,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #767b1e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #767b1e;
  -webkit-box-shadow: 1px 1px 3px 2px #767b1e;
  box-shadow:         1px 1px 3px 2px #767b1e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #767b1e


Comments

No comments written yet.

Please login to write comment.