#89967B

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

Shades of Amulet #89967B

Tints of Amulet #89967B

Color information

#89967B (or 0x89967B) is unknown color: approx Amulet. HEX triplet: 89, 96 and 7B. RGB value is (137,150,123). Sum of RGB (Red+Green+Blue) = 137+150+123=410 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.41% from 410); Green value is 150 (58.98% from 255 or 36.59% from 410); Blue value is 123 (48.44% from 255 or 30% from 410); Max value from RGB is 150 - color contains mainly: green. Hex color #89967B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89967B is #766984. Grayscale: #8F8F8F. Windows color (decimal): -7760261 or 8099465. OLE color: 8099465.

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

Color convert

RGB137150123-
CMYK0.0900.180.41
HSL88.89º11.39%53.53%-
HSV(B)88.89º18%58.82%-
XYZ24.828.5622.94-
YUV143.04116.69123.7-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.41%
GREEN value IS 150 (58.98% from 255) = 36.59%
BLUE value IS 123 (48.44% from 255) = 30%
R=33.41%
G=36.59%
B=30%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1371501230.0900.180.4188.8911.3953.53
Hex89967B90122959b36
Octal21122617311022511311366
Binary10001001100101101111011100101001010100110110011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89967B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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