Color Hex Logo

#68a267 Color Hex

#68A267
(104,162,103)
0 Favorites   0 Comments

Color spaces of #68a267

RGB 104162103
HSL0.330.240.52
HSV119°36°64°
CMYK 0.360.000.36   0.36
XYZ21.077429.763017.4659
Yxy29.76300.30860.4357
Hunter Lab54.5555-26.509019.2072
CIE-Lab61.4492-31.190524.8638

#68a267 color RGB value is (104,162,103).

#68a267 hex color red value is 104, green value is 162 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #68a267 hue: 0.33 , saturation: 0.24 and the lightness value of 68a267 is 0.52.

The process color (four color CMYK) of #68a267 color hex is 0.36, 0.00, 0.36, 0.36. Web safe color of #68a267 is #669966. Color #68a267 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10100010 01100111
Octal 150 242 147
Decimal 104 162 103
Hex 68 A2 67

RGB Percentages of Color #68a267

%28.18
%43.90
%27.91

CMYK Percentages of Color #68a267

%36
%0
%36
%36

Triadic Colors of #68a267

#68a267 #6768a2 #a26768

Analogous Colors of #68a267

#68a267 #67a284 #86a267

Monochromatic Colors of #68a267

#68a267

Complementary Color

#68a267 #a167a2

#68a267 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68a267 Color Preview on White Background

Lorem ipsum dolor sit amet.

#68a267 Color CSS Codes

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

#68a267 Text Font Color

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

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


#68a267 Background Color

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

This div background color is #68a267


#68a267 Border Color

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

This div border color is #68a267


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68a267


Comments

No comments written yet.

Please login to write comment.