#82B06F

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

Shades of Amulet #82B06F

Tints of Amulet #82B06F

Color information

#82B06F (or 0x82B06F) is unknown color: approx Amulet. HEX triplet: 82, B0 and 6F. RGB value is (130,176,111). Sum of RGB (Red+Green+Blue) = 130+176+111=417 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.18% from 417); Green value is 176 (69.14% from 255 or 42.21% from 417); Blue value is 111 (43.75% from 255 or 26.62% from 417); Max value from RGB is 176 - color contains mainly: green. Hex color #82B06F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82B06F is #7D4F90. Grayscale: #9B9B9B. Windows color (decimal): -8212369 or 7319682. OLE color: 7319682.

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

Color convert

RGB130176111-
CMYK0.2600.370.31
HSL102.46º29.15%56.27%-
HSV(B)102.46º36.93%69.02%-
XYZ27.636.9420.72-
YUV154.84103.26110.29-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.18%
GREEN value IS 176 (69.14% from 255) = 42.21%
BLUE value IS 111 (43.75% from 255) = 26.62%
R=31.18%
G=42.21%
B=26.62%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1301761110.2600.370.31102.4629.1556.27
Hex82B06F1A0251F661d38
Octal20226015732045371463570
Binary1000001010110000110111111010010010111111110011011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B06F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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