#89A875

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

Shades of Amulet #89A875

Tints of Amulet #89A875

Color information

#89A875 (or 0x89A875) is unknown color: approx Amulet. HEX triplet: 89, A8 and 75. RGB value is (137,168,117). Sum of RGB (Red+Green+Blue) = 137+168+117=422 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.46% from 422); Green value is 168 (66.02% from 255 or 39.81% from 422); Blue value is 117 (46.09% from 255 or 27.73% from 422); Max value from RGB is 168 - color contains mainly: green. Hex color #89A875 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89A875 is #76578A. Grayscale: #999999. Windows color (decimal): -7755659 or 7710857. OLE color: 7710857.

HSL color Cylindrical-coordinate representation of color #89A875: hue angle of 96.47º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #89A875 is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB137168117-
CMYK0.1800.300.34
HSL96.47º22.67%55.88%-
HSV(B)96.47º30.36%65.88%-
XYZ27.5334.6122.06-
YUV152.92107.73116.65-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.46%
GREEN value IS 168 (66.02% from 255) = 39.81%
BLUE value IS 117 (46.09% from 255) = 27.73%
R=32.46%
G=39.81%
B=27.73%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1371681170.1800.300.3496.4722.6755.88
Hex89A8751201E22601738
Octal21125016522036421402770
Binary1000100110101000111010110010011110100010110000010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89A875; }

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

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

<style>
 a { background-color: #89A875; }

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

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

<style>
 span { border-color: #89A875; }

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

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