#819971

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

Shades of Amulet #819971

Tints of Amulet #819971

Color information

#819971 (or 0x819971) is unknown color: approx Amulet. HEX triplet: 81, 99 and 71. RGB value is (129,153,113). Sum of RGB (Red+Green+Blue) = 129+153+113=395 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.66% from 395); Green value is 153 (60.16% from 255 or 38.73% from 395); Blue value is 113 (44.53% from 255 or 28.61% from 395); Max value from RGB is 153 - color contains mainly: green. Hex color #819971 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #819971 is #7E668E. Grayscale: #8D8D8D. Windows color (decimal): -8283791 or 7444865. OLE color: 7444865.

HSL color Cylindrical-coordinate representation of color #819971: hue angle of 96º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #819971 is Cyan = 0.16, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.4.

Color convert

RGB129153113-
CMYK0.1600.260.4
HSL96º16.39%52.16%-
HSV(B)96º26.14%60%-
XYZ23.4328.6419.92-
YUV141.26112.05119.25-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.66%
GREEN value IS 153 (60.16% from 255) = 38.73%
BLUE value IS 113 (44.53% from 255) = 28.61%
R=32.66%
G=38.73%
B=28.61%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1291531130.1600.260.49616.3952.16
Hex8199711001A28601034
Octal20123116120032501402064
Binary1000000110011001111000110000011010101000110000010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819971; }

 p { color: rgb(129,153,113); }

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

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

 a { background-color: rgb(129,153,113); }

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

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

 span { border-color: rgb(129,153,113); }

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