Color Hex Logo

#7fb16b Color Hex

#7FB16B
(127,177,107)
0 Favorites   0 Comments

Color spaces of #7fb16b

RGB 127177107
HSL0.290.310.56
HSV103°40°69°
CMYK 0.280.000.40   0.31
XYZ27.128437.017819.6253
Yxy37.01780.32380.4419
Hunter Lab60.8423-26.884223.4650
CIE-Lab67.2904-29.806230.6292

#7fb16b color RGB value is (127,177,107).

#7fb16b hex color red value is 127, green value is 177 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #7fb16b hue: 0.29 , saturation: 0.31 and the lightness value of 7fb16b is 0.56.

The process color (four color CMYK) of #7fb16b color hex is 0.28, 0.00, 0.40, 0.31. Web safe color of #7fb16b is #669966. Color #7fb16b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10110001 01101011
Octal 177 261 153
Decimal 127 177 107
Hex 7F B1 6B

RGB Percentages of Color #7fb16b

%30.90
%43.07
%26.03

CMYK Percentages of Color #7fb16b

%28
%0
%40
%31

Triadic Colors of #7fb16b

#7fb16b #6b7fb1 #b16b7f

Analogous Colors of #7fb16b

#7fb16b #6bb17a #a2b16b

Monochromatic Colors of #7fb16b

#7fb16b

Complementary Color

#7fb16b #9d6bb1

#7fb16b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fb16b Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fb16b Color CSS Codes

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

#7fb16b Text Font Color

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

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


#7fb16b Background Color

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

This div background color is #7fb16b


#7fb16b Border Color

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

This div border color is #7fb16b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(127,177,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 #7fb16b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fb16b


Comments

No comments written yet.

Please login to write comment.