Color Hex Logo

#799850 Color Hex

#799850
(121,152,80)
0 Favorites   0 Comments

Color spaces of #799850

RGB 12115280
HSL0.240.310.45
HSV86°47°60°
CMYK 0.200.000.47   0.40
XYZ20.561427.100611.7367
Yxy27.10060.34620.4562
Hunter Lab52.0582-20.599923.0736
CIE-Lab59.0673-23.413934.2436

#799850 color RGB value is (121,152,80).

#799850 hex color red value is 121, green value is 152 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #799850 hue: 0.24 , saturation: 0.31 and the lightness value of 799850 is 0.45.

The process color (four color CMYK) of #799850 color hex is 0.20, 0.00, 0.47, 0.40. Web safe color of #799850 is #669966. Color #799850 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10011000 01010000
Octal 171 230 120
Decimal 121 152 80
Hex 79 98 50

RGB Percentages of Color #799850

%34.28
%43.06
%22.66

CMYK Percentages of Color #799850

%20
%0
%47
%40

Triadic Colors of #799850

#799850 #507998 #985079

Analogous Colors of #799850

#799850 #559850 #989350

Monochromatic Colors of #799850

#799850

Complementary Color

#799850 #6f5098

#799850 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#799850 Color Preview on White Background

Lorem ipsum dolor sit amet.

#799850 Color CSS Codes

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

#799850 Text Font Color

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

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


#799850 Background Color

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

This div background color is #799850


#799850 Border Color

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

This div border color is #799850


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #799850


Comments

No comments written yet.

Please login to write comment.