#89AA75

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

Shades of Amulet #89AA75

Tints of Amulet #89AA75

Color information

#89AA75 (or 0x89AA75) is unknown color: approx Amulet. HEX triplet: 89, AA and 75. RGB value is (137,170,117). Sum of RGB (Red+Green+Blue) = 137+170+117=424 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.31% from 424); Green value is 170 (66.80% from 255 or 40.09% from 424); Blue value is 117 (46.09% from 255 or 27.59% from 424); Max value from RGB is 170 - color contains mainly: green. Hex color #89AA75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89AA75 is #76558A. Grayscale: #9A9A9A. Windows color (decimal): -7755147 or 7711369. OLE color: 7711369.

HSL color Cylindrical-coordinate representation of color #89AA75: hue angle of 97.36º degrees, saturation: 0.24, 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 #89AA75 is Cyan = 0.19, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB137170117-
CMYK0.1900.310.33
HSL97.36º23.77%56.27%-
HSV(B)97.36º31.18%66.67%-
XYZ27.935.3522.18-
YUV154.09107.07115.81-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.31%
GREEN value IS 170 (66.80% from 255) = 40.09%
BLUE value IS 117 (46.09% from 255) = 27.59%
R=32.31%
G=40.09%
B=27.59%

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
Decimal1371701170.1900.310.3397.3623.7756.27
Hex89AA751301F21611838
Octal21125216523037411413070
Binary1000100110101010111010110011011111100001110000111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89AA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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