#849979

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

Shades of Amulet #849979

Tints of Amulet #849979

Color information

#849979 (or 0x849979) is unknown color: approx Amulet. HEX triplet: 84, 99 and 79. RGB value is (132,153,121). Sum of RGB (Red+Green+Blue) = 132+153+121=406 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.51% from 406); Green value is 153 (60.16% from 255 or 37.68% from 406); Blue value is 121 (47.66% from 255 or 29.80% from 406); Max value from RGB is 153 - color contains mainly: green. Hex color #849979 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849979 is #7B6686. Grayscale: #8F8F8F. Windows color (decimal): -8087175 or 7969156. OLE color: 7969156.

HSL color Cylindrical-coordinate representation of color #849979: hue angle of 99.37º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #849979 is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.4.

Color convert

RGB132153121-
CMYK0.1400.210.4
HSL99.37º13.56%53.73%-
HSV(B)99.37º20.92%60%-
XYZ24.3629.0722.42-
YUV143.07115.54120.1-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.51%
GREEN value IS 153 (60.16% from 255) = 37.68%
BLUE value IS 121 (47.66% from 255) = 29.80%
R=32.51%
G=37.68%
B=29.80%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1321531210.1400.210.499.3713.5653.73
Hex849979E0152863e36
Octal20423117116025501431666
Binary10000100100110011111001111001010110100011000111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849979; }

 p { color: rgb(132,153,121); }

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

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

 a { background-color: rgb(132,153,121); }

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

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

 span { border-color: rgb(132,153,121); }

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