Color Hex Logo

#7fa66b Color Hex

#7FA66B
(127,166,107)
0 Favorites   0 Comments

Color spaces of #7fa66b

RGB 127166107
HSL0.280.250.54
HSV100°36°65°
CMYK 0.230.000.36   0.35
XYZ25.042532.846018.9300
Yxy32.84600.32600.4276
Hunter Lab57.3114-22.298620.5345
CIE-Lab64.0360-24.442226.3685

#7fa66b color RGB value is (127,166,107).

#7fa66b hex color red value is 127, green value is 166 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #7fa66b hue: 0.28 , saturation: 0.25 and the lightness value of 7fa66b is 0.54.

The process color (four color CMYK) of #7fa66b color hex is 0.23, 0.00, 0.36, 0.35. Web safe color of #7fa66b is #669966. Color #7fa66b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10100110 01101011
Octal 177 246 153
Decimal 127 166 107
Hex 7F A6 6B

RGB Percentages of Color #7fa66b

%31.75
%41.50
%26.75

CMYK Percentages of Color #7fa66b

%23
%0
%36
%35

Triadic Colors of #7fa66b

#7fa66b #6b7fa6 #a66b7f

Analogous Colors of #7fa66b

#7fa66b #6ba675 #9da66b

Monochromatic Colors of #7fa66b

#7fa66b

Complementary Color

#7fa66b #926ba6

#7fa66b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fa66b Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fa66b Color CSS Codes

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

#7fa66b Text Font Color

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

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


#7fa66b Background Color

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

This div background color is #7fa66b


#7fa66b Border Color

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

This div border color is #7fa66b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fa66b


Comments

No comments written yet.

Please login to write comment.