Color Hex Logo

#76930b Color Hex

#76930B
(118,147,11)
0 Favorites   0 Comments

Color spaces of #76930b

RGB 11814711
HSL0.200.860.31
HSV73°93°58°
CMYK 0.200.000.93   0.42
XYZ17.965324.74324.1456
Yxy24.74320.38340.5281
Hunter Lab49.7425-22.581429.8785
CIE-Lab56.8243-26.950858.2762

#76930b color RGB value is (118,147,11).

#76930b hex color red value is 118, green value is 147 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #76930b hue: 0.20 , saturation: 0.86 and the lightness value of 76930b is 0.31.

The process color (four color CMYK) of #76930b color hex is 0.20, 0.00, 0.93, 0.42. Web safe color of #76930b is #669900. Color #76930b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10010011 00001011
Octal 166 223 13
Decimal 118 147 11
Hex 76 93 B

RGB Percentages of Color #76930b

%42.75
%53.26
%3.99

CMYK Percentages of Color #76930b

%20
%0
%93
%42

Triadic Colors of #76930b

#76930b #0b7693 #930b76

Analogous Colors of #76930b

#76930b #32930b #936c0b

Monochromatic Colors of #76930b

#76930b

Complementary Color

#76930b #280b93

#76930b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76930b Color Preview on White Background

Lorem ipsum dolor sit amet.

#76930b Color CSS Codes

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

#76930b Text Font Color

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

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


#76930b Background Color

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

This div background color is #76930b


#76930b Border Color

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

This div border color is #76930b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,147,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #76930b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #76930b;
  -webkit-box-shadow: 1px 1px 3px 2px #76930b;
  box-shadow:         1px 1px 3px 2px #76930b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76930b


Comments

No comments written yet.

Please login to write comment.