#89987F

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

Shades of Amulet #89987F

Tints of Amulet #89987F

Color information

#89987F (or 0x89987F) is unknown color: approx Amulet. HEX triplet: 89, 98 and 7F. RGB value is (137,152,127). Sum of RGB (Red+Green+Blue) = 137+152+127=416 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.93% from 416); Green value is 152 (59.77% from 255 or 36.54% from 416); Blue value is 127 (50% from 255 or 30.53% from 416); Max value from RGB is 152 - color contains mainly: green. Hex color #89987F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89987F is #766780. Grayscale: #909090. Windows color (decimal): -7759745 or 8362121. OLE color: 8362121.

HSL color Cylindrical-coordinate representation of color #89987F: hue angle of 96º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #89987F is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB137152127-
CMYK0.1000.160.40
HSL96º10.82%54.71%-
HSV(B)96º16.45%59.61%-
XYZ25.3829.3124.4-
YUV144.66118.03122.53-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.93%
GREEN value IS 152 (59.77% from 255) = 36.54%
BLUE value IS 127 (50% from 255) = 30.53%
R=32.93%
G=36.54%
B=30.53%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1371521270.1000.160.409610.8254.71
Hex89987FA0102860b37
Octal21123017712020501401367
Binary10001001100110001111111101001000010100011000001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89987F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89987F; }

 p { color: rgb(137,152,127); }

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

<style>
 a { background-color: #89987F; }

 a { background-color: rgb(137,152,127); }

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

<style>
 span { border-color: #89987F; }

 span { border-color: rgb(137,152,127); }

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