Color Hex Logo

#719604 Color Hex

#719604
(113,150,4)
0 Favorites   0 Comments

Color spaces of #719604

RGB 1131504
HSL0.210.950.30
HSV75°97°59°
CMYK 0.250.000.97   0.41
XYZ17.738325.33224.0696
Yxy25.33220.37630.5374
Hunter Lab50.3311-25.170330.4378
CIE-Lab57.3977-30.635859.6783

#719604 color RGB value is (113,150,4).

#719604 hex color red value is 113, green value is 150 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #719604 hue: 0.21 , saturation: 0.95 and the lightness value of 719604 is 0.30.

The process color (four color CMYK) of #719604 color hex is 0.25, 0.00, 0.97, 0.41. Web safe color of #719604 is #669900. Color #719604 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10010110 00000100
Octal 161 226 4
Decimal 113 150 4
Hex 71 96 4

RGB Percentages of Color #719604

%42.32
%56.18
%1.50

CMYK Percentages of Color #719604

%25
%0
%97
%41

Triadic Colors of #719604

#719604 #047196 #960471

Analogous Colors of #719604

#719604 #289604 #967204

Monochromatic Colors of #719604

#719604

Complementary Color

#719604 #290496

#719604 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#719604 Color Preview on White Background

Lorem ipsum dolor sit amet.

#719604 Color CSS Codes

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

#719604 Text Font Color

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

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


#719604 Background Color

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

This div background color is #719604


#719604 Border Color

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

This div border color is #719604


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #719604


Comments

No comments written yet.

Please login to write comment.