Color Hex Logo

#77b70c Color Hex

#77B70C
(119,183,12)
0 Favorites   0 Comments

Color spaces of #77b70c

RGB 11918312
HSL0.230.880.38
HSV82°93°72°
CMYK 0.350.000.93   0.28
XYZ24.607637.81556.3500
Yxy37.81550.35780.5499
Hunter Lab61.4943-36.186436.9236
CIE-Lab67.8844-42.896567.0689

#77b70c color RGB value is (119,183,12).

#77b70c hex color red value is 119, green value is 183 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #77b70c hue: 0.23 , saturation: 0.88 and the lightness value of 77b70c is 0.38.

The process color (four color CMYK) of #77b70c color hex is 0.35, 0.00, 0.93, 0.28. Web safe color of #77b70c is #66cc00. Color #77b70c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10110111 00001100
Octal 167 267 14
Decimal 119 183 12
Hex 77 B7 C

RGB Percentages of Color #77b70c

%37.90
%58.28
%3.82

CMYK Percentages of Color #77b70c

%35
%0
%93
%28

Triadic Colors of #77b70c

#77b70c #0c77b7 #b70c77

Analogous Colors of #77b70c

#77b70c #22b70c #b7a20c

Monochromatic Colors of #77b70c

#77b70c

Complementary Color

#77b70c #4c0cb7

#77b70c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77b70c Color Preview on White Background

Lorem ipsum dolor sit amet.

#77b70c Color CSS Codes

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

#77b70c Text Font Color

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

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


#77b70c Background Color

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

This div background color is #77b70c


#77b70c Border Color

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

This div border color is #77b70c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77b70c


Comments

No comments written yet.

Please login to write comment.