#899979

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

Shades of Amulet #899979

Tints of Amulet #899979

Color information

#899979 (or 0x899979) is unknown color: approx Amulet. HEX triplet: 89, 99 and 79. RGB value is (137,153,121). Sum of RGB (Red+Green+Blue) = 137+153+121=411 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.33% from 411); Green value is 153 (60.16% from 255 or 37.23% from 411); Blue value is 121 (47.66% from 255 or 29.44% from 411); Max value from RGB is 153 - color contains mainly: green. Hex color #899979 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899979 is #766686. Grayscale: #909090. Windows color (decimal): -7759495 or 7969161. OLE color: 7969161.

HSL color Cylindrical-coordinate representation of color #899979: hue angle of 90º 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 #899979 is Cyan = 0.10, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.4.

Color convert

RGB137153121-
CMYK0.1000.210.4
HSL90º13.56%53.73%-
HSV(B)90º20.92%60%-
XYZ25.1629.4822.45-
YUV144.57114.7122.6-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.33%
GREEN value IS 153 (60.16% from 255) = 37.23%
BLUE value IS 121 (47.66% from 255) = 29.44%
R=33.33%
G=37.23%
B=29.44%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1371531210.1000.210.49013.5653.73
Hex899979A015285ae36
Octal21123117112025501321666
Binary10001001100110011111001101001010110100010110101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899979; }

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

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

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

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

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

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

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

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