#829B70

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

Shades of Amulet #829B70

Tints of Amulet #829B70

Color information

#829B70 (or 0x829B70) is unknown color: approx Amulet. HEX triplet: 82, 9B and 70. RGB value is (130,155,112). Sum of RGB (Red+Green+Blue) = 130+155+112=397 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.75% from 397); Green value is 155 (60.94% from 255 or 39.04% from 397); Blue value is 112 (44.14% from 255 or 28.21% from 397); Max value from RGB is 155 - color contains mainly: green. Hex color #829B70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829B70 is #7D648F. Grayscale: #8E8E8E. Windows color (decimal): -8217744 or 7379842. OLE color: 7379842.

HSL color Cylindrical-coordinate representation of color #829B70: hue angle of 94.88º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #829B70 is Cyan = 0.16, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB130155112-
CMYK0.1600.280.39
HSL94.88º17.7%52.35%-
HSV(B)94.88º27.74%60.78%-
XYZ23.8529.3619.74-
YUV142.62110.72119-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.75%
GREEN value IS 155 (60.94% from 255) = 39.04%
BLUE value IS 112 (44.14% from 255) = 28.21%
R=32.75%
G=39.04%
B=28.21%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1301551120.1600.280.3994.8817.752.35
Hex829B701001C275f1234
Octal20223316020034471372264
Binary1000001010011011111000010000011100100111101111110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,155,112); }

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

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

 a { background-color: rgb(130,155,112); }

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

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

 span { border-color: rgb(130,155,112); }

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