Color Hex Logo

#7fa848 Color Hex

#7FA848
(127,168,72)
0 Favorites   0 Comments

Color spaces of #7fa848

RGB 12716872
HSL0.240.400.47
HSV86°57°66°
CMYK 0.240.000.57   0.34
XYZ23.924732.985211.2367
Yxy32.98520.35110.4840
Hunter Lab57.4327-26.149728.6028
CIE-Lab64.1489-29.770944.3763

#7fa848 color RGB value is (127,168,72).

#7fa848 hex color red value is 127, green value is 168 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #7fa848 hue: 0.24 , saturation: 0.40 and the lightness value of 7fa848 is 0.47.

The process color (four color CMYK) of #7fa848 color hex is 0.24, 0.00, 0.57, 0.34. Web safe color of #7fa848 is #669933. Color #7fa848 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10101000 01001000
Octal 177 250 110
Decimal 127 168 72
Hex 7F A8 48

RGB Percentages of Color #7fa848

%34.60
%45.78
%19.62

CMYK Percentages of Color #7fa848

%24
%0
%57
%34

Triadic Colors of #7fa848

#7fa848 #487fa8 #a8487f

Analogous Colors of #7fa848

#7fa848 #4fa848 #a8a148

Monochromatic Colors of #7fa848

#7fa848

Complementary Color

#7fa848 #7148a8

#7fa848 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fa848 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fa848 Color CSS Codes

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

#7fa848 Text Font Color

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

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


#7fa848 Background Color

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

This div background color is #7fa848


#7fa848 Border Color

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

This div border color is #7fa848


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fa848


Comments

No comments written yet.

Please login to write comment.