#829F73

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

Shades of Amulet #829F73

Tints of Amulet #829F73

Color information

#829F73 (or 0x829F73) is unknown color: approx Amulet. HEX triplet: 82, 9F and 73. RGB value is (130,159,115). Sum of RGB (Red+Green+Blue) = 130+159+115=404 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.18% from 404); Green value is 159 (62.5% from 255 or 39.36% from 404); Blue value is 115 (45.31% from 255 or 28.47% from 404); Max value from RGB is 159 - color contains mainly: green. Hex color #829F73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829F73 is #7D608C. Grayscale: #919191. Windows color (decimal): -8216717 or 7577474. OLE color: 7577474.

HSL color Cylindrical-coordinate representation of color #829F73: hue angle of 99.55º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #829F73 is Cyan = 0.18, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB130159115-
CMYK0.1800.280.38
HSL99.55º18.64%53.73%-
HSV(B)99.55º27.67%62.35%-
XYZ24.730.7820.86-
YUV145.31110.89117.08-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.18%
GREEN value IS 159 (62.5% from 255) = 39.36%
BLUE value IS 115 (45.31% from 255) = 28.47%
R=32.18%
G=39.36%
B=28.47%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1301591150.1800.280.3899.5518.6453.73
Hex829F731201C26641336
Octal20223716322034461442366
Binary1000001010011111111001110010011100100110110010010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829F73; }

 p { color: rgb(130,159,115); }

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

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

 a { background-color: rgb(130,159,115); }

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

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

 span { border-color: rgb(130,159,115); }

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