Color Hex Logo

#7fa262 Color Hex

#7FA262
(127,162,98)
0 Favorites   0 Comments

Color spaces of #7fa262

RGB 12716298
HSL0.260.260.51
HSV93°40°64°
CMYK 0.220.000.40   0.36
XYZ23.877331.234516.3257
Yxy31.23450.33420.4372
Hunter Lab55.8878-21.542121.8020
CIE-Lab62.7051-23.756129.4472

#7fa262 color RGB value is (127,162,98).

#7fa262 hex color red value is 127, green value is 162 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #7fa262 hue: 0.26 , saturation: 0.26 and the lightness value of 7fa262 is 0.51.

The process color (four color CMYK) of #7fa262 color hex is 0.22, 0.00, 0.40, 0.36. Web safe color of #7fa262 is #669966. Color #7fa262 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10100010 01100010
Octal 177 242 142
Decimal 127 162 98
Hex 7F A2 62

RGB Percentages of Color #7fa262

%32.82
%41.86
%25.32

CMYK Percentages of Color #7fa262

%22
%0
%40
%36

Triadic Colors of #7fa262

#7fa262 #627fa2 #a2627f

Analogous Colors of #7fa262

#7fa262 #62a265 #9fa262

Monochromatic Colors of #7fa262

#7fa262

Complementary Color

#7fa262 #8562a2

#7fa262 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fa262 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fa262 Color CSS Codes

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

#7fa262 Text Font Color

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

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


#7fa262 Background Color

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

This div background color is #7fa262


#7fa262 Border Color

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

This div border color is #7fa262


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fa262


Comments

No comments written yet.

Please login to write comment.