#899978

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

Shades of Amulet #899978

Tints of Amulet #899978

Color information

#899978 (or 0x899978) is unknown color: approx Amulet. HEX triplet: 89, 99 and 78. RGB value is (137,153,120). Sum of RGB (Red+Green+Blue) = 137+153+120=410 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.41% from 410); Green value is 153 (60.16% from 255 or 37.32% from 410); Blue value is 120 (47.27% from 255 or 29.27% from 410); Max value from RGB is 153 - color contains mainly: green. Hex color #899978 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899978 is #766687. Grayscale: #909090. Windows color (decimal): -7759496 or 7903625. OLE color: 7903625.

HSL color Cylindrical-coordinate representation of color #899978: hue angle of 89.09º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #899978 is Cyan = 0.10, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB137153120-
CMYK0.1000.220.4
HSL89.09º13.92%53.53%-
HSV(B)89.09º21.57%60%-
XYZ25.129.4622.13-
YUV144.45114.2122.68-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.41%
GREEN value IS 153 (60.16% from 255) = 37.32%
BLUE value IS 120 (47.27% from 255) = 29.27%
R=33.41%
G=37.32%
B=29.27%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1371531200.1000.220.489.0913.9253.53
Hex899978A0162859e36
Octal21123117012026501311666
Binary10001001100110011111000101001011010100010110011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899978; }

 p { color: rgb(137,153,120); }

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

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

 a { background-color: rgb(137,153,120); }

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

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

 span { border-color: rgb(137,153,120); }

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