Color Hex Logo

#7f913f Color Hex

#7F913F
(127,145,63)
0 Favorites   0 Comments

Color spaces of #7f913f

RGB 12714563
HSL0.200.390.41
HSV73°57°57°
CMYK 0.120.000.57   0.43
XYZ19.775025.12178.5093
Yxy25.12170.37030.4704
Hunter Lab50.1216-17.287225.0192
CIE-Lab57.1938-19.214840.6880

#7f913f color RGB value is (127,145,63).

#7f913f hex color red value is 127, green value is 145 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #7f913f hue: 0.20 , saturation: 0.39 and the lightness value of 7f913f is 0.41.

The process color (four color CMYK) of #7f913f color hex is 0.12, 0.00, 0.57, 0.43. Web safe color of #7f913f is #669933. Color #7f913f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10010001 00111111
Octal 177 221 77
Decimal 127 145 63
Hex 7F 91 3F

RGB Percentages of Color #7f913f

%37.91
%43.28
%18.81

CMYK Percentages of Color #7f913f

%12
%0
%57
%43

Triadic Colors of #7f913f

#7f913f #3f7f91 #913f7f

Analogous Colors of #7f913f

#7f913f #56913f #917a3f

Monochromatic Colors of #7f913f

#7f913f

Complementary Color

#7f913f #513f91

#7f913f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f913f Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f913f Color CSS Codes

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

#7f913f Text Font Color

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

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


#7f913f Background Color

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

This div background color is #7f913f


#7f913f Border Color

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

This div border color is #7f913f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(127,145,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7f913f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7f913f;
  -webkit-box-shadow: 1px 1px 3px 2px #7f913f;
  box-shadow:         1px 1px 3px 2px #7f913f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f913f


Comments

No comments written yet.

Please login to write comment.