#829F7B

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

Shades of Amulet #829F7B

Tints of Amulet #829F7B

Color information

#829F7B (or 0x829F7B) is unknown color: approx Amulet. HEX triplet: 82, 9F and 7B. RGB value is (130,159,123). Sum of RGB (Red+Green+Blue) = 130+159+123=412 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.55% from 412); Green value is 159 (62.5% from 255 or 38.59% from 412); Blue value is 123 (48.44% from 255 or 29.85% from 412); Max value from RGB is 159 - color contains mainly: green. Hex color #829F7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829F7B is #7D6084. Grayscale: #929292. Windows color (decimal): -8216709 or 8101762. OLE color: 8101762.

HSL color Cylindrical-coordinate representation of color #829F7B: hue angle of 108.33º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #829F7B is Cyan = 0.18, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.38.

Color convert

RGB130159123-
CMYK0.1800.230.38
HSL108.33º15.79%55.29%-
HSV(B)108.33º22.64%62.35%-
XYZ25.1830.9723.39-
YUV146.22114.89116.43-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.55%
GREEN value IS 159 (62.5% from 255) = 38.59%
BLUE value IS 123 (48.44% from 255) = 29.85%
R=31.55%
G=38.59%
B=29.85%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1301591230.1800.230.38108.3315.7955.29
Hex829F7B12017266c1037
Octal20223717322027461542067
Binary1000001010011111111101110010010111100110110110010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,159,123); }

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

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

 a { background-color: rgb(130,159,123); }

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

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

 span { border-color: rgb(130,159,123); }

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