#889D7B

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

Shades of Amulet #889D7B

Tints of Amulet #889D7B

Color information

#889D7B (or 0x889D7B) is unknown color: approx Amulet. HEX triplet: 88, 9D and 7B. RGB value is (136,157,123). Sum of RGB (Red+Green+Blue) = 136+157+123=416 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.69% from 416); Green value is 157 (61.72% from 255 or 37.74% from 416); Blue value is 123 (48.44% from 255 or 29.57% from 416); Max value from RGB is 157 - color contains mainly: green. Hex color #889D7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889D7B is #776284. Grayscale: #929292. Windows color (decimal): -7824005 or 8101256. OLE color: 8101256.

HSL color Cylindrical-coordinate representation of color #889D7B: hue angle of 97.06º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #889D7B is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.

Color convert

RGB136157123-
CMYK0.1300.220.38
HSL97.06º14.78%54.9%-
HSV(B)97.06º21.66%61.57%-
XYZ25.7930.7823.32-
YUV146.84114.54120.26-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.69%
GREEN value IS 157 (61.72% from 255) = 37.74%
BLUE value IS 123 (48.44% from 255) = 29.57%
R=32.69%
G=37.74%
B=29.57%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1361571230.1300.220.3897.0614.7854.9
Hex889D7BD0162661f37
Octal21023517315026461411767
Binary10001000100111011111011110101011010011011000011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,157,123); }

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

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

 a { background-color: rgb(136,157,123); }

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

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

 span { border-color: rgb(136,157,123); }

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