#82A66F

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

Shades of Amulet #82A66F

Tints of Amulet #82A66F

Color information

#82A66F (or 0x82A66F) is unknown color: approx Amulet. HEX triplet: 82, A6 and 6F. RGB value is (130,166,111). Sum of RGB (Red+Green+Blue) = 130+166+111=407 (53% of max value = 765). Red value is 130 (51.17% from 255 or 31.94% from 407); Green value is 166 (65.23% from 255 or 40.79% from 407); Blue value is 111 (43.75% from 255 or 27.27% from 407); Max value from RGB is 166 - color contains mainly: green. Hex color #82A66F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82A66F is #7D5990. Grayscale: #959595. Windows color (decimal): -8214929 or 7317122. OLE color: 7317122.

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

Color convert

RGB130166111-
CMYK0.2200.330.35
HSL99.27º23.61%54.31%-
HSV(B)99.27º33.13%65.1%-
XYZ25.7133.1720.09-
YUV148.97106.57114.47-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.94%
GREEN value IS 166 (65.23% from 255) = 40.79%
BLUE value IS 111 (43.75% from 255) = 27.27%
R=31.94%
G=40.79%
B=27.27%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1301661110.2200.330.3599.2723.6154.31
Hex82A66F1602123631836
Octal20224615726041431433066
Binary10000010101001101101111101100100001100011110001111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A66F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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