#82A06C

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

Shades of Amulet #82A06C

Tints of Amulet #82A06C

Color information

#82A06C (or 0x82A06C) is unknown color: approx Amulet. HEX triplet: 82, A0 and 6C. RGB value is (130,160,108). Sum of RGB (Red+Green+Blue) = 130+160+108=398 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.66% from 398); Green value is 160 (62.89% from 255 or 40.20% from 398); Blue value is 108 (42.58% from 255 or 27.14% from 398); Max value from RGB is 160 - color contains mainly: green. Hex color #82A06C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82A06C is #7D5F93. Grayscale: #919191. Windows color (decimal): -8216468 or 7118978. OLE color: 7118978.

HSL color Cylindrical-coordinate representation of color #82A06C: hue angle of 94.62º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #82A06C is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB130160108-
CMYK0.1900.320.37
HSL94.62º21.49%52.55%-
HSV(B)94.62º32.5%62.75%-
XYZ24.4830.9718.87-
YUV145.1107.06117.23-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.66%
GREEN value IS 160 (62.89% from 255) = 40.20%
BLUE value IS 108 (42.58% from 255) = 27.14%
R=32.66%
G=40.20%
B=27.14%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1301601080.1900.320.3794.6221.4952.55
Hex82A06C13020255f1535
Octal20224015423040451372565
Binary10000010101000001101100100110100000100101101111110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A06C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,160,108); }

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

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

 a { background-color: rgb(130,160,108); }

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

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

 span { border-color: rgb(130,160,108); }

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