#82B078

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

Shades of Amulet #82B078

Tints of Amulet #82B078

Color information

#82B078 (or 0x82B078) is unknown color: approx Amulet. HEX triplet: 82, B0 and 78. RGB value is (130,176,120). Sum of RGB (Red+Green+Blue) = 130+176+120=426 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.52% from 426); Green value is 176 (69.14% from 255 or 41.31% from 426); Blue value is 120 (47.27% from 255 or 28.17% from 426); Max value from RGB is 176 - color contains mainly: green. Hex color #82B078 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82B078 is #7D4F87. Grayscale: #9C9C9C. Windows color (decimal): -8212360 or 7909506. OLE color: 7909506.

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

Color convert

RGB130176120-
CMYK0.2600.320.31
HSL109.29º26.17%58.04%-
HSV(B)109.29º31.82%69.02%-
XYZ28.1237.1523.46-
YUV155.86107.76109.55-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.52%
GREEN value IS 176 (69.14% from 255) = 41.31%
BLUE value IS 120 (47.27% from 255) = 28.17%
R=30.52%
G=41.31%
B=28.17%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1301761200.2600.320.31109.2926.1758.04
Hex82B0781A0201F6d1a3a
Octal20226017032040371553272
Binary1000001010110000111100011010010000011111110110111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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