#829E71

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

Shades of Amulet #829E71

Tints of Amulet #829E71

Color information

#829E71 (or 0x829E71) is unknown color: approx Amulet. HEX triplet: 82, 9E and 71. RGB value is (130,158,113). Sum of RGB (Red+Green+Blue) = 130+158+113=401 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.42% from 401); Green value is 158 (62.11% from 255 or 39.40% from 401); Blue value is 113 (44.53% from 255 or 28.18% from 401); Max value from RGB is 158 - color contains mainly: green. Hex color #829E71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829E71 is #7D618E. Grayscale: #909090. Windows color (decimal): -8216975 or 7446146. OLE color: 7446146.

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

Color convert

RGB130158113-
CMYK0.1800.280.38
HSL97.33º18.83%53.14%-
HSV(B)97.33º28.48%61.96%-
XYZ24.4130.3920.2-
YUV144.5110.22117.66-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.42%
GREEN value IS 158 (62.11% from 255) = 39.40%
BLUE value IS 113 (44.53% from 255) = 28.18%
R=32.42%
G=39.40%
B=28.18%

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
Decimal1301581130.1800.280.3897.3318.8353.14
Hex829E711201C26611335
Octal20223616122034461412365
Binary1000001010011110111000110010011100100110110000110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,158,113); }

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

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

 a { background-color: rgb(130,158,113); }

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

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

 span { border-color: rgb(130,158,113); }

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