#89967D

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

Shades of Amulet #89967D

Tints of Amulet #89967D

Color information

#89967D (or 0x89967D) is unknown color: approx Amulet. HEX triplet: 89, 96 and 7D. RGB value is (137,150,125). Sum of RGB (Red+Green+Blue) = 137+150+125=412 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.25% from 412); Green value is 150 (58.98% from 255 or 36.41% from 412); Blue value is 125 (49.22% from 255 or 30.34% from 412); Max value from RGB is 150 - color contains mainly: green. Hex color #89967D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89967D is #766982. Grayscale: #8F8F8F. Windows color (decimal): -7760259 or 8230537. OLE color: 8230537.

HSL color Cylindrical-coordinate representation of color #89967D: hue angle of 91.2º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #89967D is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB137150125-
CMYK0.0900.170.41
HSL91.2º10.64%53.92%-
HSV(B)91.2º16.67%58.82%-
XYZ24.9228.6123.61-
YUV143.26117.69123.53-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.25%
GREEN value IS 150 (58.98% from 255) = 36.41%
BLUE value IS 125 (49.22% from 255) = 30.34%
R=33.25%
G=36.41%
B=30.34%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1371501250.0900.170.4191.210.6453.92
Hex89967D9011295bb36
Octal21122617511021511331366
Binary10001001100101101111101100101000110100110110111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89967D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89967D; }

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

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

<style>
 a { background-color: #89967D; }

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

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

<style>
 span { border-color: #89967D; }

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

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