#829978

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

Shades of Amulet #829978

Tints of Amulet #829978

Color information

#829978 (or 0x829978) is unknown color: approx Amulet. HEX triplet: 82, 99 and 78. RGB value is (130,153,120). Sum of RGB (Red+Green+Blue) = 130+153+120=403 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.26% from 403); Green value is 153 (60.16% from 255 or 37.97% from 403); Blue value is 120 (47.27% from 255 or 29.78% from 403); Max value from RGB is 153 - color contains mainly: green. Hex color #829978 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829978 is #7D6687. Grayscale: #8E8E8E. Windows color (decimal): -8218248 or 7903618. OLE color: 7903618.

HSL color Cylindrical-coordinate representation of color #829978: hue angle of 101.82º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #829978 is Cyan = 0.15, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB130153120-
CMYK0.1500.220.4
HSL101.82º13.92%53.53%-
HSV(B)101.82º21.57%60%-
XYZ23.9928.8822.08-
YUV142.36115.38119.18-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.26%
GREEN value IS 153 (60.16% from 255) = 37.97%
BLUE value IS 120 (47.27% from 255) = 29.78%
R=32.26%
G=37.97%
B=29.78%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1301531200.1500.220.4101.8213.9253.53
Hex829978F0162866e36
Octal20223117017026501461666
Binary10000010100110011111000111101011010100011001101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829978; }

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

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

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

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

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

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

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

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