#849E6F

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

Shades of Amulet #849E6F

Tints of Amulet #849E6F

Color information

#849E6F (or 0x849E6F) is unknown color: approx Amulet. HEX triplet: 84, 9E and 6F. RGB value is (132,158,111). Sum of RGB (Red+Green+Blue) = 132+158+111=401 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.92% from 401); Green value is 158 (62.11% from 255 or 39.40% from 401); Blue value is 111 (43.75% from 255 or 27.68% from 401); Max value from RGB is 158 - color contains mainly: green. Hex color #849E6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849E6F is #7B6190. Grayscale: #919191. Windows color (decimal): -8085905 or 7315076. OLE color: 7315076.

HSL color Cylindrical-coordinate representation of color #849E6F: hue angle of 93.19º 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 #849E6F is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB132158111-
CMYK0.1600.300.38
HSL93.19º19.5%52.75%-
HSV(B)93.19º29.75%61.96%-
XYZ24.6130.5119.63-
YUV144.87108.89118.82-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.92%
GREEN value IS 158 (62.11% from 255) = 39.40%
BLUE value IS 111 (43.75% from 255) = 27.68%
R=32.92%
G=39.40%
B=27.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1321581110.1600.300.3893.1919.552.75
Hex849E6F1001E265d1435
Octal20423615720036461352465
Binary1000010010011110110111110000011110100110101110110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,158,111); }

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

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

 a { background-color: rgb(132,158,111); }

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

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

 span { border-color: rgb(132,158,111); }

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