Color Hex Logo

#77b516 Color Hex

#77B516
(119,181,22)
0 Favorites   0 Comments

Color spaces of #77b516

RGB 11918122
HSL0.230.780.40
HSV83°88°71°
CMYK 0.340.000.88   0.29
XYZ24.276437.02766.6266
Yxy37.02760.35740.5451
Hunter Lab60.8503-35.275036.1385
CIE-Lab67.2977-41.803964.9472

#77b516 color RGB value is (119,181,22).

#77b516 hex color red value is 119, green value is 181 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #77b516 hue: 0.23 , saturation: 0.78 and the lightness value of 77b516 is 0.40.

The process color (four color CMYK) of #77b516 color hex is 0.34, 0.00, 0.88, 0.29. Web safe color of #77b516 is #66cc00. Color #77b516 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10110101 00010110
Octal 167 265 26
Decimal 119 181 22
Hex 77 B5 16

RGB Percentages of Color #77b516

%36.96
%56.21
%6.83

CMYK Percentages of Color #77b516

%34
%0
%88
%29

Triadic Colors of #77b516

#77b516 #1677b5 #b51677

Analogous Colors of #77b516

#77b516 #28b516 #b5a416

Monochromatic Colors of #77b516

#77b516

Complementary Color

#77b516 #5416b5

#77b516 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77b516 Color Preview on White Background

Lorem ipsum dolor sit amet.

#77b516 Color CSS Codes

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

#77b516 Text Font Color

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

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


#77b516 Background Color

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

This div background color is #77b516


#77b516 Border Color

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

This div border color is #77b516


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,181,22, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #77b516; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #77b516;
  -webkit-box-shadow: 1px 1px 3px 2px #77b516;
  box-shadow:         1px 1px 3px 2px #77b516; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,181,22, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77b516


Comments

No comments written yet.

Please login to write comment.