#889E72

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

Shades of Amulet #889E72

Tints of Amulet #889E72

Color information

#889E72 (or 0x889E72) is unknown color: approx Amulet. HEX triplet: 88, 9E and 72. RGB value is (136,158,114). Sum of RGB (Red+Green+Blue) = 136+158+114=408 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.33% from 408); Green value is 158 (62.11% from 255 or 38.73% from 408); Blue value is 114 (44.92% from 255 or 27.94% from 408); Max value from RGB is 158 - color contains mainly: green. Hex color #889E72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889E72 is #77618D. Grayscale: #929292. Windows color (decimal): -7823758 or 7511688. OLE color: 7511688.

HSL color Cylindrical-coordinate representation of color #889E72: hue angle of 90º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #889E72 is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB136158114-
CMYK0.1400.280.38
HSL90º18.49%53.33%-
HSV(B)90º27.85%61.96%-
XYZ25.4230.920.54-
YUV146.41109.71120.58-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.33%
GREEN value IS 158 (62.11% from 255) = 38.73%
BLUE value IS 114 (44.92% from 255) = 27.94%
R=33.33%
G=38.73%
B=27.94%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1361581140.1400.280.389018.4953.33
Hex889E72E01C265a1235
Octal21023616216034461322265
Binary100010001001111011100101110011100100110101101010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,158,114); }

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

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

 a { background-color: rgb(136,158,114); }

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

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

 span { border-color: rgb(136,158,114); }

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