#89AC7A

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

Shades of Amulet #89AC7A

Tints of Amulet #89AC7A

Color information

#89AC7A (or 0x89AC7A) is unknown color: approx Amulet. HEX triplet: 89, AC and 7A. RGB value is (137,172,122). Sum of RGB (Red+Green+Blue) = 137+172+122=431 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.79% from 431); Green value is 172 (67.58% from 255 or 39.91% from 431); Blue value is 122 (48.05% from 255 or 28.31% from 431); Max value from RGB is 172 - color contains mainly: green. Hex color #89AC7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89AC7A is #765385. Grayscale: #9B9B9B. Windows color (decimal): -7754630 or 8039561. OLE color: 8039561.

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

Color convert

RGB137172122-
CMYK0.2000.290.33
HSL102º23.15%57.65%-
HSV(B)102º29.07%67.45%-
XYZ28.5836.2323.9-
YUV155.83108.9114.57-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.79%
GREEN value IS 172 (67.58% from 255) = 39.91%
BLUE value IS 122 (48.05% from 255) = 28.31%
R=31.79%
G=39.91%
B=28.31%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1371721220.2000.290.3310223.1557.65
Hex89AC7A1401D2166173a
Octal21125417224035411462772
Binary1000100110101100111101010100011101100001110011010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89AC7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,172,122); }

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

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

 a { background-color: rgb(137,172,122); }

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

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

 span { border-color: rgb(137,172,122); }

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