Color Hex Logo

#6fb07b Color Hex

#6FB07B
(111,176,123)
0 Favorites   0 Comments

Color spaces of #6fb07b

RGB 111176123
HSL0.360.290.56
HSV131°37°69°
CMYK 0.370.000.30   0.31
XYZ25.656035.860224.3084
Yxy35.86020.29890.4178
Hunter Lab59.8834-28.320717.8508
CIE-Lab66.4130-32.091220.7630

#6fb07b color RGB value is (111,176,123).

#6fb07b hex color red value is 111, green value is 176 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #6fb07b hue: 0.36 , saturation: 0.29 and the lightness value of 6fb07b is 0.56.

The process color (four color CMYK) of #6fb07b color hex is 0.37, 0.00, 0.30, 0.31. Web safe color of #6fb07b is #669966. Color #6fb07b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10110000 01111011
Octal 157 260 173
Decimal 111 176 123
Hex 6F B0 7B

RGB Percentages of Color #6fb07b

%27.07
%42.93
%30.00

CMYK Percentages of Color #6fb07b

%37
%0
%30
%31

Triadic Colors of #6fb07b

#6fb07b #7b6fb0 #b07b6f

Analogous Colors of #6fb07b

#6fb07b #6fb09c #84b06f

Monochromatic Colors of #6fb07b

#6fb07b

Complementary Color

#6fb07b #b06fa4

#6fb07b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fb07b Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fb07b Color CSS Codes

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

#6fb07b Text Font Color

<p style="color:#6fb07b">Text here</p>

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


#6fb07b Background Color

<div style="background-color:#6fb07b">
Div content here</div>

This div background color is #6fb07b


#6fb07b Border Color

<div style="border:3px solid #6fb07b">
Div here</div>

This div border color is #6fb07b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(111,176,123, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6fb07b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6fb07b;
  -webkit-box-shadow: 1px 1px 3px 2px #6fb07b;
  box-shadow:         1px 1px 3px 2px #6fb07b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(111,176,123, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fb07b


Comments

No comments written yet.

Please login to write comment.