Color Hex Logo

#67a06b Color Hex

#67A06B
(103,160,107)
0 Favorites   0 Comments

Color spaces of #67a06b

RGB 103160107
HSL0.350.230.52
HSV124°36°63°
CMYK 0.360.000.33   0.37
XYZ20.818229.086718.4270
Yxy29.08670.30470.4257
Hunter Lab53.9321-25.478817.4948
CIE-Lab60.8581-29.888221.8868

#67a06b color RGB value is (103,160,107).

#67a06b hex color red value is 103, green value is 160 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #67a06b hue: 0.35 , saturation: 0.23 and the lightness value of 67a06b is 0.52.

The process color (four color CMYK) of #67a06b color hex is 0.36, 0.00, 0.33, 0.37. Web safe color of #67a06b is #669966. Color #67a06b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 10100000 01101011
Octal 147 240 153
Decimal 103 160 107
Hex 67 A0 6B

RGB Percentages of Color #67a06b

%27.84
%43.24
%28.92

CMYK Percentages of Color #67a06b

%36
%0
%33
%37

Triadic Colors of #67a06b

#67a06b #6b67a0 #a06b67

Analogous Colors of #67a06b

#67a06b #67a088 #80a067

Monochromatic Colors of #67a06b

#67a06b

Complementary Color

#67a06b #a0679c

#67a06b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67a06b Color Preview on White Background

Lorem ipsum dolor sit amet.

#67a06b Color CSS Codes

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

#67a06b Text Font Color

<p style="color:#67a06b">Text here</p>

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


#67a06b Background Color

<div style="background-color:#67a06b">
Div content here</div>

This div background color is #67a06b


#67a06b Border Color

<div style="border:3px solid #67a06b">
Div here</div>

This div border color is #67a06b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,160,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #67a06b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #67a06b;
  -webkit-box-shadow: 1px 1px 3px 2px #67a06b;
  box-shadow:         1px 1px 3px 2px #67a06b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,160,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 #67a06b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67a06b


Comments

No comments written yet.

Please login to write comment.