#889B7F

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

Shades of Amulet #889B7F

Tints of Amulet #889B7F

Color information

#889B7F (or 0x889B7F) is unknown color: approx Amulet. HEX triplet: 88, 9B and 7F. RGB value is (136,155,127). Sum of RGB (Red+Green+Blue) = 136+155+127=418 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.54% from 418); Green value is 155 (60.94% from 255 or 37.08% from 418); Blue value is 127 (50% from 255 or 30.38% from 418); Max value from RGB is 155 - color contains mainly: green. Hex color #889B7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889B7F is #776480. Grayscale: #929292. Windows color (decimal): -7824513 or 8362888. OLE color: 8362888.

HSL color Cylindrical-coordinate representation of color #889B7F: hue angle of 100.71º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #889B7F is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.39.

Color convert

RGB136155127-
CMYK0.1200.180.39
HSL100.71º12.28%55.29%-
HSV(B)100.71º18.06%60.78%-
XYZ25.7130.2124.55-
YUV146.13117.21120.78-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.54%
GREEN value IS 155 (60.94% from 255) = 37.08%
BLUE value IS 127 (50% from 255) = 30.38%
R=32.54%
G=37.08%
B=30.38%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1361551270.1200.180.39100.7112.2855.29
Hex889B7FC0122765c37
Octal21023317714022471451467
Binary10001000100110111111111110001001010011111001011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889B7F; }

 p { color: rgb(136,155,127); }

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

<style>
 a { background-color: #889B7F; }

 a { background-color: rgb(136,155,127); }

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

<style>
 span { border-color: #889B7F; }

 span { border-color: rgb(136,155,127); }

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