Color Hex Logo

#69966d Color Hex

#69966D
(105,150,109)
0 Favorites   0 Comments

Color spaces of #69966d

RGB 105150109
HSL0.350.180.50
HSV125°30°59°
CMYK 0.300.000.27   0.41
XYZ19.492425.920118.4437
Yxy25.92010.30530.4059
Hunter Lab50.9118-20.754014.1594
CIE-Lab57.9611-23.940416.8587

#69966d color RGB value is (105,150,109).

#69966d hex color red value is 105, green value is 150 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #69966d hue: 0.35 , saturation: 0.18 and the lightness value of 69966d is 0.50.

The process color (four color CMYK) of #69966d color hex is 0.30, 0.00, 0.27, 0.41. Web safe color of #69966d is #669966. Color #69966d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10010110 01101101
Octal 151 226 155
Decimal 105 150 109
Hex 69 96 6D

RGB Percentages of Color #69966d

%28.85
%41.21
%29.95

CMYK Percentages of Color #69966d

%30
%0
%27
%41

Triadic Colors of #69966d

#69966d #6d6996 #966d69

Analogous Colors of #69966d

#69966d #699684 #7c9669

Monochromatic Colors of #69966d

#69966d

Complementary Color

#69966d #966992

#69966d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69966d Color Preview on White Background

Lorem ipsum dolor sit amet.

#69966d Color CSS Codes

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

#69966d Text Font Color

<p style="color:#69966d">Text here</p>

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


#69966d Background Color

<div style="background-color:#69966d">
Div content here</div>

This div background color is #69966d


#69966d Border Color

<div style="border:3px solid #69966d">
Div here</div>

This div border color is #69966d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,150,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #69966d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #69966d;
  -webkit-box-shadow: 1px 1px 3px 2px #69966d;
  box-shadow:         1px 1px 3px 2px #69966d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,150,109, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69966d


Comments

No comments written yet.

Please login to write comment.