#899F73

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

Shades of Amulet #899F73

Tints of Amulet #899F73

Color information

#899F73 (or 0x899F73) is unknown color: approx Amulet. HEX triplet: 89, 9F and 73. RGB value is (137,159,115). Sum of RGB (Red+Green+Blue) = 137+159+115=411 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.33% from 411); Green value is 159 (62.5% from 255 or 38.69% from 411); Blue value is 115 (45.31% from 255 or 27.98% from 411); Max value from RGB is 159 - color contains mainly: green. Hex color #899F73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899F73 is #76608C. Grayscale: #939393. Windows color (decimal): -7757965 or 7577481. OLE color: 7577481.

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

Color convert

RGB137159115-
CMYK0.1400.280.38
HSL90º18.64%53.73%-
HSV(B)90º27.67%62.35%-
XYZ25.8131.3520.91-
YUV147.41109.71120.58-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.33%
GREEN value IS 159 (62.5% from 255) = 38.69%
BLUE value IS 115 (45.31% from 255) = 27.98%
R=33.33%
G=38.69%
B=27.98%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1371591150.1400.280.389018.6453.73
Hex899F73E01C265a1336
Octal21123716316034461322366
Binary100010011001111111100111110011100100110101101010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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