#829D74

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

Shades of Amulet #829D74

Tints of Amulet #829D74

Color information

#829D74 (or 0x829D74) is unknown color: approx Amulet. HEX triplet: 82, 9D and 74. RGB value is (130,157,116). Sum of RGB (Red+Green+Blue) = 130+157+116=403 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.26% from 403); Green value is 157 (61.72% from 255 or 38.96% from 403); Blue value is 116 (45.70% from 255 or 28.78% from 403); Max value from RGB is 157 - color contains mainly: green. Hex color #829D74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829D74 is #7D628B. Grayscale: #909090. Windows color (decimal): -8217228 or 7642498. OLE color: 7642498.

HSL color Cylindrical-coordinate representation of color #829D74: hue angle of 99.51º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #829D74 is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB130157116-
CMYK0.1700.260.38
HSL99.51º17.3%53.53%-
HSV(B)99.51º26.11%61.57%-
XYZ24.4230.1221.05-
YUV144.25112.05117.83-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.26%
GREEN value IS 157 (61.72% from 255) = 38.96%
BLUE value IS 116 (45.70% from 255) = 28.78%
R=32.26%
G=38.96%
B=28.78%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1301571160.1700.260.3899.5117.353.53
Hex829D741101A26641136
Octal20223516421032461442166
Binary1000001010011101111010010001011010100110110010010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,157,116); }

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

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

 a { background-color: rgb(130,157,116); }

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

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

 span { border-color: rgb(130,157,116); }

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