#849D76

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

Shades of Amulet #849D76

Tints of Amulet #849D76

Color information

#849D76 (or 0x849D76) is unknown color: approx Amulet. HEX triplet: 84, 9D and 76. RGB value is (132,157,118). Sum of RGB (Red+Green+Blue) = 132+157+118=407 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.43% from 407); Green value is 157 (61.72% from 255 or 38.57% from 407); Blue value is 118 (46.48% from 255 or 28.99% from 407); Max value from RGB is 157 - color contains mainly: green. Hex color #849D76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849D76 is #7B6289. Grayscale: #919191. Windows color (decimal): -8086154 or 7773572. OLE color: 7773572.

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

Color convert

RGB132157118-
CMYK0.1600.250.38
HSL98.46º16.6%53.92%-
HSV(B)98.46º24.84%61.57%-
XYZ24.8430.3321.68-
YUV145.08112.72118.67-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.43%
GREEN value IS 157 (61.72% from 255) = 38.57%
BLUE value IS 118 (46.48% from 255) = 28.99%
R=32.43%
G=38.57%
B=28.99%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1321571180.1600.250.3898.4616.653.92
Hex849D761001926621136
Octal20423516620031461422166
Binary1000010010011101111011010000011001100110110001010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,157,118); }

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

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

 a { background-color: rgb(132,157,118); }

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

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

 span { border-color: rgb(132,157,118); }

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