Color Hex Logo

#68aa73 Color Hex

#68AA73
(104,170,115)
0 Favorites   0 Comments

Color spaces of #68aa73

RGB 104170115
HSL0.360.280.54
HSV130°39°67°
CMYK 0.390.000.32   0.33
XYZ23.178232.930321.3542
Yxy32.93030.29920.4251
Hunter Lab57.3849-28.326118.1063
CIE-Lab64.1044-32.897321.9116

#68aa73 color RGB value is (104,170,115).

#68aa73 hex color red value is 104, green value is 170 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #68aa73 hue: 0.36 , saturation: 0.28 and the lightness value of 68aa73 is 0.54.

The process color (four color CMYK) of #68aa73 color hex is 0.39, 0.00, 0.32, 0.33. Web safe color of #68aa73 is #669966. Color #68aa73 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10101010 01110011
Octal 150 252 163
Decimal 104 170 115
Hex 68 AA 73

RGB Percentages of Color #68aa73

%26.74
%43.70
%29.56

CMYK Percentages of Color #68aa73

%39
%0
%32
%33

Triadic Colors of #68aa73

#68aa73 #7368aa #aa7368

Analogous Colors of #68aa73

#68aa73 #68aa94 #7eaa68

Monochromatic Colors of #68aa73

#68aa73

Complementary Color

#68aa73 #aa689f

#68aa73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68aa73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#68aa73 Color CSS Codes

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

#68aa73 Text Font Color

<p style="color:#68aa73">Text here</p>

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


#68aa73 Background Color

<div style="background-color:#68aa73">
Div content here</div>

This div background color is #68aa73


#68aa73 Border Color

<div style="border:3px solid #68aa73">
Div here</div>

This div border color is #68aa73


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,170,115, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #68aa73; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #68aa73;
  -webkit-box-shadow: 1px 1px 3px 2px #68aa73;
  box-shadow:         1px 1px 3px 2px #68aa73; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,170,115, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68aa73


Comments

No comments written yet.

Please login to write comment.