#829B7D

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

Shades of Amulet #829B7D

Tints of Amulet #829B7D

Color information

#829B7D (or 0x829B7D) is unknown color: approx Amulet. HEX triplet: 82, 9B and 7D. RGB value is (130,155,125). Sum of RGB (Red+Green+Blue) = 130+155+125=410 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.71% from 410); Green value is 155 (60.94% from 255 or 37.80% from 410); Blue value is 125 (49.22% from 255 or 30.49% from 410); Max value from RGB is 155 - color contains mainly: green. Hex color #829B7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829B7D is #7D6482. Grayscale: #909090. Windows color (decimal): -8217731 or 8231810. OLE color: 8231810.

HSL color Cylindrical-coordinate representation of color #829B7D: hue angle of 110º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #829B7D is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB130155125-
CMYK0.1600.190.39
HSL110º13.04%54.9%-
HSV(B)110º19.35%60.78%-
XYZ24.6329.6723.83-
YUV144.1117.22117.94-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.71%
GREEN value IS 155 (60.94% from 255) = 37.80%
BLUE value IS 125 (49.22% from 255) = 30.49%
R=31.71%
G=37.80%
B=30.49%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1301551250.1600.190.3911013.0454.9
Hex829B7D10013276ed37
Octal20223317520023471561567
Binary100000101001101111111011000001001110011111011101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829B7D; }

 p { color: rgb(130,155,125); }

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

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

 a { background-color: rgb(130,155,125); }

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

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

 span { border-color: rgb(130,155,125); }

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