Color Hex Logo

#69771d Color Hex

#69771D
(105,119,29)
0 Favorites   0 Comments

Color spaces of #69771d

RGB 10511929
HSL0.190.610.29
HSV69°76°47°
CMYK 0.120.000.76   0.53
XYZ12.644316.28563.6394
Yxy16.28560.38820.5000
Hunter Lab40.3554-14.693722.9018
CIE-Lab47.3470-17.803444.7941

#69771d color RGB value is (105,119,29).

#69771d hex color red value is 105, green value is 119 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #69771d hue: 0.19 , saturation: 0.61 and the lightness value of 69771d is 0.29.

The process color (four color CMYK) of #69771d color hex is 0.12, 0.00, 0.76, 0.53. Web safe color of #69771d is #666633. Color #69771d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01110111 00011101
Octal 151 167 35
Decimal 105 119 29
Hex 69 77 1D

RGB Percentages of Color #69771d

%41.50
%47.04
%11.46

CMYK Percentages of Color #69771d

%12
%0
%76
%53

Triadic Colors of #69771d

#69771d #1d6977 #771d69

Analogous Colors of #69771d

#69771d #3c771d #77581d

Monochromatic Colors of #69771d

#69771d

Complementary Color

#69771d #2b1d77

#69771d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69771d Color Preview on White Background

Lorem ipsum dolor sit amet.

#69771d Color CSS Codes

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

#69771d Text Font Color

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

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


#69771d Background Color

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

This div background color is #69771d


#69771d Border Color

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

This div border color is #69771d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69771d


Comments

No comments written yet.

Please login to write comment.