#849B7D

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

Shades of Amulet #849B7D

Tints of Amulet #849B7D

Color information

#849B7D (or 0x849B7D) is unknown color: approx Amulet. HEX triplet: 84, 9B and 7D. RGB value is (132,155,125). Sum of RGB (Red+Green+Blue) = 132+155+125=412 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.04% from 412); Green value is 155 (60.94% from 255 or 37.62% from 412); Blue value is 125 (49.22% from 255 or 30.34% from 412); Max value from RGB is 155 - color contains mainly: green. Hex color #849B7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849B7D is #7B6482. Grayscale: #909090. Windows color (decimal): -8086659 or 8231812. OLE color: 8231812.

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

Color convert

RGB132155125-
CMYK0.1500.190.39
HSL106º13.04%54.9%-
HSV(B)106º19.35%60.78%-
XYZ24.9429.8323.85-
YUV144.7116.88118.94-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.04%
GREEN value IS 155 (60.94% from 255) = 37.62%
BLUE value IS 125 (49.22% from 255) = 30.34%
R=32.04%
G=37.62%
B=30.34%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1321551250.1500.190.3910613.0454.9
Hex849B7DF013276ad37
Octal20423317517023471521567
Binary10000100100110111111101111101001110011111010101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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