#849F70

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

Shades of Amulet #849F70

Tints of Amulet #849F70

Color information

#849F70 (or 0x849F70) is unknown color: approx Amulet. HEX triplet: 84, 9F and 70. RGB value is (132,159,112). Sum of RGB (Red+Green+Blue) = 132+159+112=403 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.75% from 403); Green value is 159 (62.5% from 255 or 39.45% from 403); Blue value is 112 (44.14% from 255 or 27.79% from 403); Max value from RGB is 159 - color contains mainly: green. Hex color #849F70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849F70 is #7B608F. Grayscale: #919191. Windows color (decimal): -8085648 or 7380868. OLE color: 7380868.

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

Color convert

RGB132159112-
CMYK0.1700.300.38
HSL94.47º19.67%53.14%-
HSV(B)94.47º29.56%62.35%-
XYZ24.8430.8719.98-
YUV145.57109.05118.32-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.75%
GREEN value IS 159 (62.5% from 255) = 39.45%
BLUE value IS 112 (44.14% from 255) = 27.79%
R=32.75%
G=39.45%
B=27.79%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1321591120.1700.300.3894.4719.6753.14
Hex849F701101E265e1435
Octal20423716021036461362465
Binary1000010010011111111000010001011110100110101111010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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