#89AD7C

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

Shades of Amulet #89AD7C

Tints of Amulet #89AD7C

Color information

#89AD7C (or 0x89AD7C) is unknown color: approx Amulet. HEX triplet: 89, AD and 7C. RGB value is (137,173,124). Sum of RGB (Red+Green+Blue) = 137+173+124=434 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.57% from 434); Green value is 173 (67.97% from 255 or 39.86% from 434); Blue value is 124 (48.83% from 255 or 28.57% from 434); Max value from RGB is 173 - color contains mainly: green. Hex color #89AD7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89AD7C is #765283. Grayscale: #9C9C9C. Windows color (decimal): -7754372 or 8170889. OLE color: 8170889.

HSL color Cylindrical-coordinate representation of color #89AD7C: hue angle of 104.08º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #89AD7C is Cyan = 0.21, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB137173124-
CMYK0.2100.280.32
HSL104.08º23%58.24%-
HSV(B)104.08º28.32%67.84%-
XYZ28.936.6624.62-
YUV156.65109.57113.98-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.57%
GREEN value IS 173 (67.97% from 255) = 39.86%
BLUE value IS 124 (48.83% from 255) = 28.57%
R=31.57%
G=39.86%
B=28.57%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1371731240.2100.280.32104.082358.24
Hex89AD7C1501C2068173a
Octal21125517425034401502772
Binary1000100110101101111110010101011100100000110100010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89AD7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89AD7C; }

 p { color: rgb(137,173,124); }

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

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

 a { background-color: rgb(137,173,124); }

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

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

 span { border-color: rgb(137,173,124); }

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