Color Hex Logo

#77bf3b Color Hex

#77BF3B
(119,191,59)
0 Favorites   0 Comments

Color spaces of #77bf3b

RGB 11919159
HSL0.260.530.49
HSV93°69°75°
CMYK 0.380.000.69   0.25
XYZ27.028041.499310.7233
Yxy41.49930.34100.5236
Hunter Lab64.4200-37.843535.2246
CIE-Lab70.5243-44.152256.8194

#77bf3b color RGB value is (119,191,59).

#77bf3b hex color red value is 119, green value is 191 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #77bf3b hue: 0.26 , saturation: 0.53 and the lightness value of 77bf3b is 0.49.

The process color (four color CMYK) of #77bf3b color hex is 0.38, 0.00, 0.69, 0.25. Web safe color of #77bf3b is #66cc33. Color #77bf3b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10111111 00111011
Octal 167 277 73
Decimal 119 191 59
Hex 77 BF 3B

RGB Percentages of Color #77bf3b

%32.25
%51.76
%15.99

CMYK Percentages of Color #77bf3b

%38
%0
%69
%25

Triadic Colors of #77bf3b

#77bf3b #3b77bf #bf3b77

Analogous Colors of #77bf3b

#77bf3b #3bbf41 #b9bf3b

Monochromatic Colors of #77bf3b

#77bf3b

Complementary Color

#77bf3b #833bbf

#77bf3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77bf3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#77bf3b Color CSS Codes

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

#77bf3b Text Font Color

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

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


#77bf3b Background Color

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

This div background color is #77bf3b


#77bf3b Border Color

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

This div border color is #77bf3b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77bf3b


Comments

No comments written yet.

Please login to write comment.