Color Hex Logo

#779d1f Color Hex

#779D1F
(119,157,31)
0 Favorites   0 Comments

Color spaces of #779d1f

RGB 11915731
HSL0.220.670.37
HSV78°80°62°
CMYK 0.240.000.80   0.38
XYZ19.912028.13485.6774
Yxy28.13480.37060.5237
Hunter Lab53.0422-25.815230.7834
CIE-Lab60.0103-30.672456.3341

#779d1f color RGB value is (119,157,31).

#779d1f hex color red value is 119, green value is 157 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #779d1f hue: 0.22 , saturation: 0.67 and the lightness value of 779d1f is 0.37.

The process color (four color CMYK) of #779d1f color hex is 0.24, 0.00, 0.80, 0.38. Web safe color of #779d1f is #669933. Color #779d1f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10011101 00011111
Octal 167 235 37
Decimal 119 157 31
Hex 77 9D 1F

RGB Percentages of Color #779d1f

%38.76
%51.14
%10.10

CMYK Percentages of Color #779d1f

%24
%0
%80
%38

Triadic Colors of #779d1f

#779d1f #1f779d #9d1f77

Analogous Colors of #779d1f

#779d1f #389d1f #9d841f

Monochromatic Colors of #779d1f

#779d1f

Complementary Color

#779d1f #451f9d

#779d1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#779d1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#779d1f Color CSS Codes

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

#779d1f Text Font Color

<p style="color:#779d1f">Text here</p>

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


#779d1f Background Color

<div style="background-color:#779d1f">
Div content here</div>

This div background color is #779d1f


#779d1f Border Color

<div style="border:3px solid #779d1f">
Div here</div>

This div border color is #779d1f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,157,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #779d1f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #779d1f;
  -webkit-box-shadow: 1px 1px 3px 2px #779d1f;
  box-shadow:         1px 1px 3px 2px #779d1f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #779d1f


Comments

No comments written yet.

Please login to write comment.