#89AA73

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

Shades of Amulet #89AA73

Tints of Amulet #89AA73

Color information

#89AA73 (or 0x89AA73) is unknown color: approx Amulet. HEX triplet: 89, AA and 73. RGB value is (137,170,115). Sum of RGB (Red+Green+Blue) = 137+170+115=422 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.46% from 422); Green value is 170 (66.80% from 255 or 40.28% from 422); Blue value is 115 (45.31% from 255 or 27.25% from 422); Max value from RGB is 170 - color contains mainly: green. Hex color #89AA73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89AA73 is #76558C. Grayscale: #9A9A9A. Windows color (decimal): -7755149 or 7580297. OLE color: 7580297.

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

Color convert

RGB137170115-
CMYK0.1900.320.33
HSL96º24.44%55.88%-
HSV(B)96º32.35%66.67%-
XYZ27.7935.3121.57-
YUV153.86106.07115.97-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.46%
GREEN value IS 170 (66.80% from 255) = 40.28%
BLUE value IS 115 (45.31% from 255) = 27.25%
R=32.46%
G=40.28%
B=27.25%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1371701150.1900.320.339624.4455.88
Hex89AA731302021601838
Octal21125216323040411403070
Binary10001001101010101110011100110100000100001110000011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89AA73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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