#89A872

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

Shades of Amulet #89A872

Tints of Amulet #89A872

Color information

#89A872 (or 0x89A872) is unknown color: approx Amulet. HEX triplet: 89, A8 and 72. RGB value is (137,168,114). Sum of RGB (Red+Green+Blue) = 137+168+114=419 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.70% from 419); Green value is 168 (66.02% from 255 or 40.10% from 419); Blue value is 114 (44.92% from 255 or 27.21% from 419); Max value from RGB is 168 - color contains mainly: green. Hex color #89A872 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89A872 is #76578D. Grayscale: #989898. Windows color (decimal): -7755662 or 7514249. OLE color: 7514249.

HSL color Cylindrical-coordinate representation of color #89A872: hue angle of 94.44º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #89A872 is Cyan = 0.18, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.34.

Color convert

RGB137168114-
CMYK0.1800.320.34
HSL94.44º23.68%55.29%-
HSV(B)94.44º32.14%65.88%-
XYZ27.3634.5421.14-
YUV152.58106.23116.89-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.70%
GREEN value IS 168 (66.02% from 255) = 40.10%
BLUE value IS 114 (44.92% from 255) = 27.21%
R=32.70%
G=40.10%
B=27.21%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1371681140.1800.320.3494.4423.6855.29
Hex89A87212020225e1837
Octal21125016222040421363067
Binary10001001101010001110010100100100000100010101111011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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