#82A975

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

Shades of Amulet #82A975

Tints of Amulet #82A975

Color information

#82A975 (or 0x82A975) is unknown color: approx Amulet. HEX triplet: 82, A9 and 75. RGB value is (130,169,117). Sum of RGB (Red+Green+Blue) = 130+169+117=416 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.25% from 416); Green value is 169 (66.41% from 255 or 40.62% from 416); Blue value is 117 (46.09% from 255 or 28.12% from 416); Max value from RGB is 169 - color contains mainly: green. Hex color #82A975 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82A975 is #7D568A. Grayscale: #979797. Windows color (decimal): -8214155 or 7711106. OLE color: 7711106.

HSL color Cylindrical-coordinate representation of color #82A975: hue angle of 105º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #82A975 is Cyan = 0.23, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.34.

Color convert

RGB130169117-
CMYK0.2300.310.34
HSL105º23.21%56.08%-
HSV(B)105º30.77%66.27%-
XYZ26.634.4122.07-
YUV151.41108.58112.73-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.25%
GREEN value IS 169 (66.41% from 255) = 40.62%
BLUE value IS 117 (46.09% from 255) = 28.12%
R=31.25%
G=40.62%
B=28.12%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1301691170.2300.310.3410523.2156.08
Hex82A9751701F22691738
Octal20225116527037421512770
Binary1000001010101001111010110111011111100010110100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82A975; }

 p { color: rgb(130,169,117); }

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

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

 a { background-color: rgb(130,169,117); }

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

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

 span { border-color: rgb(130,169,117); }

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