Color Hex Logo

#799001 Color Hex

#799001
(121,144,1)
0 Favorites   0 Comments

Color spaces of #799001

RGB 1211441
HSL0.190.990.28
HSV70°99°56°
CMYK 0.160.000.99   0.44
XYZ17.863924.01373.7223
Yxy24.01370.39180.5266
Hunter Lab49.0038-20.686029.7990
CIE-Lab56.1015-24.376059.4026

#799001 color RGB value is (121,144,1).

#799001 hex color red value is 121, green value is 144 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #799001 hue: 0.19 , saturation: 0.99 and the lightness value of 799001 is 0.28.

The process color (four color CMYK) of #799001 color hex is 0.16, 0.00, 0.99, 0.44. Web safe color of #799001 is #669900. Color #799001 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10010000 00000001
Octal 171 220 1
Decimal 121 144 1
Hex 79 90 1

RGB Percentages of Color #799001

%45.49
%54.14
%0.38

CMYK Percentages of Color #799001

%16
%0
%99
%44

Triadic Colors of #799001

#799001 #017990 #900179

Analogous Colors of #799001

#799001 #319001 #906001

Monochromatic Colors of #799001

#799001

Complementary Color

#799001 #180190

#799001 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#799001 Color Preview on White Background

Lorem ipsum dolor sit amet.

#799001 Color CSS Codes

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

#799001 Text Font Color

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

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


#799001 Background Color

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

This div background color is #799001


#799001 Border Color

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

This div border color is #799001


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #799001


Comments

No comments written yet.

Please login to write comment.