#89AA76

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

Shades of Amulet #89AA76

Tints of Amulet #89AA76

Color information

#89AA76 (or 0x89AA76) is unknown color: approx Amulet. HEX triplet: 89, AA and 76. RGB value is (137,170,118). Sum of RGB (Red+Green+Blue) = 137+170+118=425 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.24% from 425); Green value is 170 (66.80% from 255 or 40% from 425); Blue value is 118 (46.48% from 255 or 27.76% from 425); Max value from RGB is 170 - color contains mainly: green. Hex color #89AA76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89AA76 is #765589. Grayscale: #9A9A9A. Windows color (decimal): -7755146 or 7776905. OLE color: 7776905.

HSL color Cylindrical-coordinate representation of color #89AA76: hue angle of 98.08º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #89AA76 is Cyan = 0.19, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB137170118-
CMYK0.1900.310.33
HSL98.08º23.42%56.47%-
HSV(B)98.08º30.59%66.67%-
XYZ27.9635.3822.49-
YUV154.2107.57115.73-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.24%
GREEN value IS 170 (66.80% from 255) = 40%
BLUE value IS 118 (46.48% from 255) = 27.76%
R=32.24%
G=40%
B=27.76%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1371701180.1900.310.3398.0823.4256.47
Hex89AA761301F21621738
Octal21125216623037411422770
Binary1000100110101010111011010011011111100001110001010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89AA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,170,118); }

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

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

 a { background-color: rgb(137,170,118); }

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

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

 span { border-color: rgb(137,170,118); }

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