Color Hex Logo

#799742 Color Hex

#799742
(121,151,66)
0 Favorites   0 Comments

Color spaces of #799742

RGB 12115166
HSL0.230.390.43
HSV81°56°59°
CMYK 0.200.000.56   0.41
XYZ19.935126.59159.2362
Yxy26.59150.35750.4769
Hunter Lab51.5669-21.236425.4774
CIE-Lab58.5943-24.454040.7340

#799742 color RGB value is (121,151,66).

#799742 hex color red value is 121, green value is 151 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #799742 hue: 0.23 , saturation: 0.39 and the lightness value of 799742 is 0.43.

The process color (four color CMYK) of #799742 color hex is 0.20, 0.00, 0.56, 0.41. Web safe color of #799742 is #669933. Color #799742 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10010111 01000010
Octal 171 227 102
Decimal 121 151 66
Hex 79 97 42

RGB Percentages of Color #799742

%35.80
%44.67
%19.53

CMYK Percentages of Color #799742

%20
%0
%56
%41

Triadic Colors of #799742

#799742 #427997 #974279

Analogous Colors of #799742

#799742 #4f9742 #978b42

Monochromatic Colors of #799742

#799742

Complementary Color

#799742 #604297

#799742 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#799742 Color Preview on White Background

Lorem ipsum dolor sit amet.

#799742 Color CSS Codes

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

#799742 Text Font Color

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

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


#799742 Background Color

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

This div background color is #799742


#799742 Border Color

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

This div border color is #799742


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,151,66, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #799742; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #799742;
  -webkit-box-shadow: 1px 1px 3px 2px #799742;
  box-shadow:         1px 1px 3px 2px #799742; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,151,66, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #799742


Comments

No comments written yet.

Please login to write comment.