#819676

Color #819676 Amulet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amulet #819676

Tints of Amulet #819676

Color information

#819676 (or 0x819676) is unknown color: approx Amulet. HEX triplet: 81, 96 and 76. RGB value is (129,150,118). Sum of RGB (Red+Green+Blue) = 129+150+118=397 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.49% from 397); Green value is 150 (58.98% from 255 or 37.78% from 397); Blue value is 118 (46.48% from 255 or 29.72% from 397); Max value from RGB is 150 - color contains mainly: green. Hex color #819676 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #819676 is #7E6989. Grayscale: #8C8C8C. Windows color (decimal): -8284554 or 7771777. OLE color: 7771777.

HSL color Cylindrical-coordinate representation of color #819676: hue angle of 99.37º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #819676 is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB129150118-
CMYK0.1400.210.41
HSL99.37º13.22%52.55%-
HSV(B)99.37º21.33%58.82%-
XYZ23.2327.7921.28-
YUV140.07115.54120.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 129 (50.78% from 255) = 32.49%
GREEN value IS 150 (58.98% from 255) = 37.78%
BLUE value IS 118 (46.48% from 255) = 29.72%
R=32.49%
G=37.78%
B=29.72%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1291501180.1400.210.4199.3713.2252.55
Hex819676E0152963d35
Octal20122616616025511431565
Binary10000001100101101110110111001010110100111000111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819676; }

 p { color: rgb(129,150,118); }

 H1.HeaderClassName
 {
   color: #819676;
 }
 .AnyTagClassName
 {
   color: #819676;
 }
</style>
background-color css

<style>
 a { background-color: #819676; }

 a { background-color: rgb(129,150,118); }

 div.DivClassName
 {
   background-color: #819676;
 }
 .BgClassName
 {
   background-color: #819676;
 }
</style>
border-color css

<style>
 span { border-color: #819676; }

 span { border-color: rgb(129,150,118); }

 td.TdClassName
 {
   border-color: #819676;
 }
 .TagClassName
 {
   border-color: #819676;
 }
</style>