#82B07C

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

Shades of Amulet #82B07C

Tints of Amulet #82B07C

Color information

#82B07C (or 0x82B07C) is unknown color: approx Amulet. HEX triplet: 82, B0 and 7C. RGB value is (130,176,124). Sum of RGB (Red+Green+Blue) = 130+176+124=430 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.23% from 430); Green value is 176 (69.14% from 255 or 40.93% from 430); Blue value is 124 (48.83% from 255 or 28.84% from 430); Max value from RGB is 176 - color contains mainly: green. Hex color #82B07C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82B07C is #7D4F83. Grayscale: #9C9C9C. Windows color (decimal): -8212356 or 8171650. OLE color: 8171650.

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

Color convert

RGB130176124-
CMYK0.2600.300.31
HSL113.08º24.76%58.82%-
HSV(B)113.08º29.55%69.02%-
XYZ28.3737.2524.76-
YUV156.32109.76109.23-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.23%
GREEN value IS 176 (69.14% from 255) = 40.93%
BLUE value IS 124 (48.83% from 255) = 28.84%
R=30.23%
G=40.93%
B=28.84%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1301761240.2600.300.31113.0824.7658.82
Hex82B07C1A01E1F71193b
Octal20226017432036371613173
Binary100000101011000011111001101001111011111111000111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B07C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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