Color Hex Logo

#77bf0b Color Hex

#77BF0B
(119,191,11)
0 Favorites   0 Comments

Color spaces of #77bf0b

RGB 11919111
HSL0.230.890.40
HSV84°94°75°
CMYK 0.380.000.94   0.25
XYZ26.299041.20776.8844
Yxy41.20770.35350.5539
Hunter Lab64.1932-39.209438.5767
CIE-Lab70.3212-46.259769.1528

#77bf0b color RGB value is (119,191,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 10111111 00001011
Octal 167 277 13
Decimal 119 191 11
Hex 77 BF B

RGB Percentages of Color #77bf0b

%37.07
%59.50
%3.43

CMYK Percentages of Color #77bf0b

%38
%0
%94
%25

Triadic Colors of #77bf0b

#77bf0b #0b77bf #bf0b77

Analogous Colors of #77bf0b

#77bf0b #1dbf0b #bfad0b

Monochromatic Colors of #77bf0b

#77bf0b

Complementary Color

#77bf0b #530bbf

#77bf0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77bf0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#77bf0b Color CSS Codes

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

#77bf0b Text Font Color

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

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


#77bf0b Background Color

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

This div background color is #77bf0b


#77bf0b Border Color

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

This div border color is #77bf0b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,191,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 #77bf0b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77bf0b


Comments

No comments written yet.

Please login to write comment.