#899F79

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

Shades of Amulet #899F79

Tints of Amulet #899F79

Color information

#899F79 (or 0x899F79) is unknown color: approx Amulet. HEX triplet: 89, 9F and 79. RGB value is (137,159,121). Sum of RGB (Red+Green+Blue) = 137+159+121=417 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.85% from 417); Green value is 159 (62.5% from 255 or 38.13% from 417); Blue value is 121 (47.66% from 255 or 29.02% from 417); Max value from RGB is 159 - color contains mainly: green. Hex color #899F79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899F79 is #766086. Grayscale: #949494. Windows color (decimal): -7757959 or 7970697. OLE color: 7970697.

HSL color Cylindrical-coordinate representation of color #899F79: hue angle of 94.74º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #899F79 is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.38.

Color convert

RGB137159121-
CMYK0.1400.240.38
HSL94.74º16.52%54.9%-
HSV(B)94.74º23.9%62.35%-
XYZ26.1731.522.79-
YUV148.09112.71120.09-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.85%
GREEN value IS 159 (62.5% from 255) = 38.13%
BLUE value IS 121 (47.66% from 255) = 29.02%
R=32.85%
G=38.13%
B=29.02%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1371591210.1400.240.3894.7416.5254.9
Hex899F79E018265f1137
Octal21123717116030461372167
Binary100010011001111111110011110011000100110101111110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899F79; }

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

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

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

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

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

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

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

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