Color Hex Logo

#79950c Color Hex

#79950C
(121,149,12)
0 Favorites   0 Comments

Color spaces of #79950c

RGB 12114912
HSL0.200.850.32
HSV72°92°58°
CMYK 0.190.000.92   0.42
XYZ18.699025.58644.3010
Yxy25.58640.38490.5266
Hunter Lab50.5830-22.534230.3668
CIE-Lab57.6424-26.622558.8561

#79950c color RGB value is (121,149,12).

#79950c hex color red value is 121, green value is 149 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #79950c hue: 0.20 , saturation: 0.85 and the lightness value of 79950c is 0.32.

The process color (four color CMYK) of #79950c color hex is 0.19, 0.00, 0.92, 0.42. Web safe color of #79950c is #669900. Color #79950c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10010101 00001100
Octal 171 225 14
Decimal 121 149 12
Hex 79 95 C

RGB Percentages of Color #79950c

%42.91
%52.84
%4.26

CMYK Percentages of Color #79950c

%19
%0
%92
%42

Triadic Colors of #79950c

#79950c #0c7995 #950c79

Analogous Colors of #79950c

#79950c #35950c #956d0c

Monochromatic Colors of #79950c

#79950c

Complementary Color

#79950c #280c95

#79950c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79950c Color Preview on White Background

Lorem ipsum dolor sit amet.

#79950c Color CSS Codes

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

#79950c Text Font Color

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

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


#79950c Background Color

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

This div background color is #79950c


#79950c Border Color

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

This div border color is #79950c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,149,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 #79950c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79950c


Comments

No comments written yet.

Please login to write comment.