#89AD7D

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

Shades of Amulet #89AD7D

Tints of Amulet #89AD7D

Color information

#89AD7D (or 0x89AD7D) is unknown color: approx Amulet. HEX triplet: 89, AD and 7D. RGB value is (137,173,125). Sum of RGB (Red+Green+Blue) = 137+173+125=435 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.49% from 435); Green value is 173 (67.97% from 255 or 39.77% from 435); Blue value is 125 (49.22% from 255 or 28.74% from 435); Max value from RGB is 173 - color contains mainly: green. Hex color #89AD7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89AD7D is #765282. Grayscale: #9C9C9C. Windows color (decimal): -7754371 or 8236425. OLE color: 8236425.

HSL color Cylindrical-coordinate representation of color #89AD7D: hue angle of 105º 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 #89AD7D is Cyan = 0.21, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB137173125-
CMYK0.2100.280.32
HSL105º22.64%58.43%-
HSV(B)105º27.75%67.84%-
XYZ28.9636.6924.96-
YUV156.76110.07113.9-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.49%
GREEN value IS 173 (67.97% from 255) = 39.77%
BLUE value IS 125 (49.22% from 255) = 28.74%
R=31.49%
G=39.77%
B=28.74%

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
Decimal1371731250.2100.280.3210522.6458.43
Hex89AD7D1501C2069173a
Octal21125517525034401512772
Binary1000100110101101111110110101011100100000110100110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89AD7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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