#89B079

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

Shades of Amulet #89B079

Tints of Amulet #89B079

Color information

#89B079 (or 0x89B079) is unknown color: approx Amulet. HEX triplet: 89, B0 and 79. RGB value is (137,176,121). Sum of RGB (Red+Green+Blue) = 137+176+121=434 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.57% from 434); Green value is 176 (69.14% from 255 or 40.55% from 434); Blue value is 121 (47.66% from 255 or 27.88% from 434); Max value from RGB is 176 - color contains mainly: green. Hex color #89B079 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89B079 is #764F86. Grayscale: #9E9E9E. Windows color (decimal): -7753607 or 7975049. OLE color: 7975049.

HSL color Cylindrical-coordinate representation of color #89B079: hue angle of 102.55º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #89B079 is Cyan = 0.22, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB137176121-
CMYK0.2200.310.31
HSL102.55º25.82%58.24%-
HSV(B)102.55º31.25%69.02%-
XYZ29.2937.7523.83-
YUV158.07107.08112.97-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.57%
GREEN value IS 176 (69.14% from 255) = 40.55%
BLUE value IS 121 (47.66% from 255) = 27.88%
R=31.57%
G=40.55%
B=27.88%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1371761210.2200.310.31102.5525.8258.24
Hex89B0791601F1F671a3a
Octal21126017126037371473272
Binary100010011011000011110011011001111111111110011111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89B079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,176,121); }

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

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

 a { background-color: rgb(137,176,121); }

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

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

 span { border-color: rgb(137,176,121); }

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