#82AF6C

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

Shades of Amulet #82AF6C

Tints of Amulet #82AF6C

Color information

#82AF6C (or 0x82AF6C) is unknown color: approx Amulet. HEX triplet: 82, AF and 6C. RGB value is (130,175,108). Sum of RGB (Red+Green+Blue) = 130+175+108=413 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.48% from 413); Green value is 175 (68.75% from 255 or 42.37% from 413); Blue value is 108 (42.58% from 255 or 26.15% from 413); Max value from RGB is 175 - color contains mainly: green. Hex color #82AF6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82AF6C is #7D5093. Grayscale: #9A9A9A. Windows color (decimal): -8212628 or 7122818. OLE color: 7122818.

HSL color Cylindrical-coordinate representation of color #82AF6C: hue angle of 100.3º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #82AF6C is Cyan = 0.26, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB130175108-
CMYK0.2600.380.31
HSL100.3º29.52%55.49%-
HSV(B)100.3º38.29%68.63%-
XYZ27.2436.4919.79-
YUV153.91102.09110.95-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.48%
GREEN value IS 175 (68.75% from 255) = 42.37%
BLUE value IS 108 (42.58% from 255) = 26.15%
R=31.48%
G=42.37%
B=26.15%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1301751080.2600.380.31100.329.5255.49
Hex82AF6C1A0261F641e37
Octal20225715432046371443667
Binary1000001010101111110110011010010011011111110010011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AF6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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