Color Hex Logo

#71900c Color Hex

#71900C
(113,144,12)
0 Favorites   0 Comments

Color spaces of #71900c

RGB 11314412
HSL0.210.850.31
HSV74°92°56°
CMYK 0.220.000.92   0.44
XYZ16.849723.48383.9926
Yxy23.48380.38010.5298
Hunter Lab48.4601-22.740229.0372
CIE-Lab55.5672-27.599156.9468

#71900c color RGB value is (113,144,12).

#71900c hex color red value is 113, green value is 144 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #71900c hue: 0.21 , saturation: 0.85 and the lightness value of 71900c is 0.31.

The process color (four color CMYK) of #71900c color hex is 0.22, 0.00, 0.92, 0.44. Web safe color of #71900c is #669900. Color #71900c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10010000 00001100
Octal 161 220 14
Decimal 113 144 12
Hex 71 90 C

RGB Percentages of Color #71900c

%42.01
%53.53
%4.46

CMYK Percentages of Color #71900c

%22
%0
%92
%44

Triadic Colors of #71900c

#71900c #0c7190 #900c71

Analogous Colors of #71900c

#71900c #2f900c #906d0c

Monochromatic Colors of #71900c

#71900c

Complementary Color

#71900c #2b0c90

#71900c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71900c Color Preview on White Background

Lorem ipsum dolor sit amet.

#71900c Color CSS Codes

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

#71900c Text Font Color

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

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


#71900c Background Color

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

This div background color is #71900c


#71900c Border Color

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

This div border color is #71900c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71900c


Comments

No comments written yet.

Please login to write comment.