#889B7D

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

Shades of Amulet #889B7D

Tints of Amulet #889B7D

Color information

#889B7D (or 0x889B7D) is unknown color: approx Amulet. HEX triplet: 88, 9B and 7D. RGB value is (136,155,125). Sum of RGB (Red+Green+Blue) = 136+155+125=416 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.69% from 416); Green value is 155 (60.94% from 255 or 37.26% from 416); Blue value is 125 (49.22% from 255 or 30.05% from 416); Max value from RGB is 155 - color contains mainly: green. Hex color #889B7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889B7D is #776482. Grayscale: #929292. Windows color (decimal): -7824515 or 8231816. OLE color: 8231816.

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

Color convert

RGB136155125-
CMYK0.1200.190.39
HSL98º13.04%54.9%-
HSV(B)98º19.35%60.78%-
XYZ25.5830.1623.88-
YUV145.9116.21120.94-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.69%
GREEN value IS 155 (60.94% from 255) = 37.26%
BLUE value IS 125 (49.22% from 255) = 30.05%
R=32.69%
G=37.26%
B=30.05%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1361551250.1200.190.399813.0454.9
Hex889B7DC0132762d37
Octal21023317514023471421567
Binary10001000100110111111101110001001110011111000101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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