Color Hex Logo

#6f8030 Color Hex

#6F8030
(111,128,48)
0 Favorites   0 Comments

Color spaces of #6f8030

RGB 11112848
HSL0.200.450.35
HSV73°63°50°
CMYK 0.130.000.63   0.50
XYZ14.808219.03135.6892
Yxy19.03130.37460.4815
Hunter Lab43.6249-15.752822.8053
CIE-Lab50.7238-18.557840.2711

#6f8030 color RGB value is (111,128,48).

#6f8030 hex color red value is 111, green value is 128 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #6f8030 hue: 0.20 , saturation: 0.45 and the lightness value of 6f8030 is 0.35.

The process color (four color CMYK) of #6f8030 color hex is 0.13, 0.00, 0.63, 0.50. Web safe color of #6f8030 is #669933. Color #6f8030 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10000000 00110000
Octal 157 200 60
Decimal 111 128 48
Hex 6F 80 30

RGB Percentages of Color #6f8030

%38.68
%44.60
%16.72

CMYK Percentages of Color #6f8030

%13
%0
%63
%50

Triadic Colors of #6f8030

#6f8030 #306f80 #80306f

Analogous Colors of #6f8030

#6f8030 #478030 #806930

Monochromatic Colors of #6f8030

#6f8030

Complementary Color

#6f8030 #413080

#6f8030 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f8030 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f8030 Color CSS Codes

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

#6f8030 Text Font Color

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

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


#6f8030 Background Color

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

This div background color is #6f8030


#6f8030 Border Color

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

This div border color is #6f8030


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f8030


Comments

No comments written yet.

Please login to write comment.