Color Hex Logo

#767b0d Color Hex

#767B0D
(118,123,13)
0 Favorites   0 Comments

Color spaces of #767b0d

RGB 11812313
HSL0.170.810.27
HSV63°89°48°
CMYK 0.040.000.89   0.52
XYZ14.626818.04653.0932
Yxy18.04650.40900.5046
Hunter Lab42.4812-12.882325.4197
CIE-Lab49.5525-14.612051.9958

#767b0d color RGB value is (118,123,13).

#767b0d hex color red value is 118, green value is 123 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #767b0d hue: 0.17 , saturation: 0.81 and the lightness value of 767b0d is 0.27.

The process color (four color CMYK) of #767b0d color hex is 0.04, 0.00, 0.89, 0.52. Web safe color of #767b0d is #666600. Color #767b0d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01111011 00001101
Octal 166 173 15
Decimal 118 123 13
Hex 76 7B D

RGB Percentages of Color #767b0d

%46.46
%48.43
%5.12

CMYK Percentages of Color #767b0d

%4
%0
%89
%52

Triadic Colors of #767b0d

#767b0d #0d767b #7b0d76

Analogous Colors of #767b0d

#767b0d #3f7b0d #7b490d

Monochromatic Colors of #767b0d

#767b0d

Complementary Color

#767b0d #120d7b

#767b0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#767b0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#767b0d Color CSS Codes

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

#767b0d Text Font Color

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

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


#767b0d Background Color

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

This div background color is #767b0d


#767b0d Border Color

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

This div border color is #767b0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #767b0d


Comments

No comments written yet.

Please login to write comment.