Color Hex Logo

#819650 Color Hex

#819650
(129,150,80)
0 Favorites   0 Comments

Color spaces of #819650

RGB 12915080
HSL0.220.300.45
HSV78°47°59°
CMYK 0.140.000.47   0.41
XYZ21.407627.059011.6840
Yxy27.05900.35590.4499
Hunter Lab52.0183-17.572123.0955
CIE-Lab59.0289-19.186034.3200

#819650 color RGB value is (129,150,80).

#819650 hex color red value is 129, green value is 150 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #819650 hue: 0.22 , saturation: 0.30 and the lightness value of 819650 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 10010110 01010000
Octal 201 226 120
Decimal 129 150 80
Hex 81 96 50

RGB Percentages of Color #819650

%35.93
%41.78
%22.28

CMYK Percentages of Color #819650

%14
%0
%47
%41

Triadic Colors of #819650

#819650 #508196 #965081

Analogous Colors of #819650

#819650 #5e9650 #968850

Monochromatic Colors of #819650

#819650

Complementary Color

#819650 #655096

#819650 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#819650 Color Preview on White Background

Lorem ipsum dolor sit amet.

#819650 Color CSS Codes

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

#819650 Text Font Color

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

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


#819650 Background Color

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

This div background color is #819650


#819650 Border Color

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

This div border color is #819650


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #819650


Comments

No comments written yet.

Please login to write comment.