#849F72

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

Shades of Amulet #849F72

Tints of Amulet #849F72

Color information

#849F72 (or 0x849F72) is unknown color: approx Amulet. HEX triplet: 84, 9F and 72. RGB value is (132,159,114). Sum of RGB (Red+Green+Blue) = 132+159+114=405 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.59% from 405); Green value is 159 (62.5% from 255 or 39.26% from 405); Blue value is 114 (44.92% from 255 or 28.15% from 405); Max value from RGB is 159 - color contains mainly: green. Hex color #849F72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849F72 is #7B608D. Grayscale: #919191. Windows color (decimal): -8085646 or 7511940. OLE color: 7511940.

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

Color convert

RGB132159114-
CMYK0.1700.280.38
HSL96º18.99%53.53%-
HSV(B)96º28.3%62.35%-
XYZ24.9530.9220.57-
YUV145.8110.05118.16-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.59%
GREEN value IS 159 (62.5% from 255) = 39.26%
BLUE value IS 114 (44.92% from 255) = 28.15%
R=32.59%
G=39.26%
B=28.15%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1321591140.1700.280.389618.9953.53
Hex849F721101C26601336
Octal20423716221034461402366
Binary1000010010011111111001010001011100100110110000010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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