#82AE75

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

Shades of Amulet #82AE75

Tints of Amulet #82AE75

Color information

#82AE75 (or 0x82AE75) is unknown color: approx Amulet. HEX triplet: 82, AE and 75. RGB value is (130,174,117). Sum of RGB (Red+Green+Blue) = 130+174+117=421 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.88% from 421); Green value is 174 (68.36% from 255 or 41.33% from 421); Blue value is 117 (46.09% from 255 or 27.79% from 421); Max value from RGB is 174 - color contains mainly: green. Hex color #82AE75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82AE75 is #7D518A. Grayscale: #9A9A9A. Windows color (decimal): -8212875 or 7712386. OLE color: 7712386.

HSL color Cylindrical-coordinate representation of color #82AE75: hue angle of 106.32º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #82AE75 is Cyan = 0.25, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.32.

Color convert

RGB130174117-
CMYK0.2500.330.32
HSL106.32º26.03%57.06%-
HSV(B)106.32º32.76%68.24%-
XYZ27.5536.322.38-
YUV154.35106.92110.63-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.88%
GREEN value IS 174 (68.36% from 255) = 41.33%
BLUE value IS 117 (46.09% from 255) = 27.79%
R=30.88%
G=41.33%
B=27.79%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1301741170.2500.330.32106.3226.0357.06
Hex82AE7519021206a1a39
Octal20225616531041401523271
Binary10000010101011101110101110010100001100000110101011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AE75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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