#899E75

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

Shades of Amulet #899E75

Tints of Amulet #899E75

Color information

#899E75 (or 0x899E75) is unknown color: approx Amulet. HEX triplet: 89, 9E and 75. RGB value is (137,158,117). Sum of RGB (Red+Green+Blue) = 137+158+117=412 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.25% from 412); Green value is 158 (62.11% from 255 or 38.35% from 412); Blue value is 117 (46.09% from 255 or 28.40% from 412); Max value from RGB is 158 - color contains mainly: green. Hex color #899E75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899E75 is #76618A. Grayscale: #939393. Windows color (decimal): -7758219 or 7708297. OLE color: 7708297.

HSL color Cylindrical-coordinate representation of color #899E75: hue angle of 90.73º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #899E75 is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB137158117-
CMYK0.1300.260.38
HSL90.73º17.45%53.92%-
HSV(B)90.73º25.95%61.96%-
XYZ25.7531.0621.47-
YUV147.05111.04120.83-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.25%
GREEN value IS 158 (62.11% from 255) = 38.35%
BLUE value IS 117 (46.09% from 255) = 28.40%
R=33.25%
G=38.35%
B=28.40%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1371581170.1300.260.3890.7317.4553.92
Hex899E75D01A265b1136
Octal21123616515032461332166
Binary100010011001111011101011101011010100110101101110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899E75; }

 p { color: rgb(137,158,117); }

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

<style>
 a { background-color: #899E75; }

 a { background-color: rgb(137,158,117); }

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

<style>
 span { border-color: #899E75; }

 span { border-color: rgb(137,158,117); }

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