#849B75

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

Shades of Amulet #849B75

Tints of Amulet #849B75

Color information

#849B75 (or 0x849B75) is unknown color: approx Amulet. HEX triplet: 84, 9B and 75. RGB value is (132,155,117). Sum of RGB (Red+Green+Blue) = 132+155+117=404 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.67% from 404); Green value is 155 (60.94% from 255 or 38.37% from 404); Blue value is 117 (46.09% from 255 or 28.96% from 404); Max value from RGB is 155 - color contains mainly: green. Hex color #849B75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849B75 is #7B648A. Grayscale: #8F8F8F. Windows color (decimal): -8086667 or 7707524. OLE color: 7707524.

HSL color Cylindrical-coordinate representation of color #849B75: hue angle of 96.32º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #849B75 is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.39.

Color convert

RGB132155117-
CMYK0.1500.250.39
HSL96.32º15.97%53.33%-
HSV(B)96.32º24.52%60.78%-
XYZ24.4529.6321.26-
YUV143.79112.88119.59-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.67%
GREEN value IS 155 (60.94% from 255) = 38.37%
BLUE value IS 117 (46.09% from 255) = 28.96%
R=32.67%
G=38.37%
B=28.96%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1321551170.1500.250.3996.3215.9753.33
Hex849B75F01927601035
Octal20423316517031471402065
Binary100001001001101111101011111011001100111110000010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,155,117); }

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

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

 a { background-color: rgb(132,155,117); }

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

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

 span { border-color: rgb(132,155,117); }

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