#899F78

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

Shades of Amulet #899F78

Tints of Amulet #899F78

Color information

#899F78 (or 0x899F78) is unknown color: approx Amulet. HEX triplet: 89, 9F and 78. RGB value is (137,159,120). Sum of RGB (Red+Green+Blue) = 137+159+120=416 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.93% from 416); Green value is 159 (62.5% from 255 or 38.22% from 416); Blue value is 120 (47.27% from 255 or 28.85% from 416); Max value from RGB is 159 - color contains mainly: green. Hex color #899F78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899F78 is #766087. Grayscale: #949494. Windows color (decimal): -7757960 or 7905161. OLE color: 7905161.

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

Color convert

RGB137159120-
CMYK0.1400.250.38
HSL93.85º16.88%54.71%-
HSV(B)93.85º24.53%62.35%-
XYZ26.131.4722.47-
YUV147.98112.21120.17-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.93%
GREEN value IS 159 (62.5% from 255) = 38.22%
BLUE value IS 120 (47.27% from 255) = 28.85%
R=32.93%
G=38.22%
B=28.85%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1371591200.1400.250.3893.8516.8854.71
Hex899F78E019265e1137
Octal21123717016031461362167
Binary100010011001111111110001110011001100110101111010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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