#82A66A

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

Shades of Amulet #82A66A

Tints of Amulet #82A66A

Color information

#82A66A (or 0x82A66A) is unknown color: approx Amulet. HEX triplet: 82, A6 and 6A. RGB value is (130,166,106). Sum of RGB (Red+Green+Blue) = 130+166+106=402 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.34% from 402); Green value is 166 (65.23% from 255 or 41.29% from 402); Blue value is 106 (41.80% from 255 or 26.37% from 402); Max value from RGB is 166 - color contains mainly: green. Hex color #82A66A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82A66A is #7D5995. Grayscale: #949494. Windows color (decimal): -8214934 or 6989442. OLE color: 6989442.

HSL color Cylindrical-coordinate representation of color #82A66A: hue angle of 96º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #82A66A is Cyan = 0.22, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.35.

Color convert

RGB130166106-
CMYK0.2200.360.35
HSL96º25.21%53.33%-
HSV(B)96º36.14%65.1%-
XYZ25.4433.0618.68-
YUV148.4104.07114.88-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.34%
GREEN value IS 166 (65.23% from 255) = 41.29%
BLUE value IS 106 (41.80% from 255) = 26.37%
R=32.34%
G=41.29%
B=26.37%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1301661060.2200.360.359625.2153.33
Hex82A66A1602423601935
Octal20224615226044431403165
Binary10000010101001101101010101100100100100011110000011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A66A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,166,106); }

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

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

 a { background-color: rgb(130,166,106); }

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

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

 span { border-color: rgb(130,166,106); }

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