Color Hex Logo

#819666 Color Hex

#819666
(129,150,102)
0 Favorites   0 Comments

Color spaces of #819666

RGB 129150102
HSL0.240.190.49
HSV86°32°59°
CMYK 0.140.000.32   0.41
XYZ22.357927.439116.6883
Yxy27.43910.33630.4127
Hunter Lab52.3823-15.481517.7787
CIE-Lab59.3786-16.256822.9310

#819666 color RGB value is (129,150,102).

#819666 hex color red value is 129, green value is 150 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #819666 hue: 0.24 , saturation: 0.19 and the lightness value of 819666 is 0.49.

The process color (four color CMYK) of #819666 color hex is 0.14, 0.00, 0.32, 0.41. Web safe color of #819666 is #999966. Color #819666 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 10010110 01100110
Octal 201 226 146
Decimal 129 150 102
Hex 81 96 66

RGB Percentages of Color #819666

%33.86
%39.37
%26.77

CMYK Percentages of Color #819666

%14
%0
%32
%41

Triadic Colors of #819666

#819666 #668196 #966681

Analogous Colors of #819666

#819666 #699666 #969366

Monochromatic Colors of #819666

#819666

Complementary Color

#819666 #7b6696

#819666 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#819666 Color Preview on White Background

Lorem ipsum dolor sit amet.

#819666 Color CSS Codes

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

#819666 Text Font Color

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

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


#819666 Background Color

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

This div background color is #819666


#819666 Border Color

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

This div border color is #819666


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,150,102, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #819666; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #819666;
  -webkit-box-shadow: 1px 1px 3px 2px #819666;
  box-shadow:         1px 1px 3px 2px #819666; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #819666


Comments

No comments written yet.

Please login to write comment.