#849F71

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

Shades of Amulet #849F71

Tints of Amulet #849F71

Color information

#849F71 (or 0x849F71) is unknown color: approx Amulet. HEX triplet: 84, 9F and 71. RGB value is (132,159,113). Sum of RGB (Red+Green+Blue) = 132+159+113=404 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.67% from 404); Green value is 159 (62.5% from 255 or 39.36% from 404); Blue value is 113 (44.53% from 255 or 27.97% from 404); Max value from RGB is 159 - color contains mainly: green. Hex color #849F71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849F71 is #7B608E. Grayscale: #919191. Windows color (decimal): -8085647 or 7446404. OLE color: 7446404.

HSL color Cylindrical-coordinate representation of color #849F71: hue angle of 95.22º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #849F71 is Cyan = 0.17, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.38.

Color convert

RGB132159113-
CMYK0.1700.290.38
HSL95.22º19.33%53.33%-
HSV(B)95.22º28.93%62.35%-
XYZ24.8930.8920.27-
YUV145.68109.55118.24-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.67%
GREEN value IS 159 (62.5% from 255) = 39.36%
BLUE value IS 113 (44.53% from 255) = 27.97%
R=32.67%
G=39.36%
B=27.97%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1321591130.1700.290.3895.2219.3353.33
Hex849F711101D265f1335
Octal20423716121035461372365
Binary1000010010011111111000110001011101100110101111110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849F71; }

 p { color: rgb(132,159,113); }

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

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

 a { background-color: rgb(132,159,113); }

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

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

 span { border-color: rgb(132,159,113); }

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