#889978

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

Shades of Amulet #889978

Tints of Amulet #889978

Color information

#889978 (or 0x889978) is unknown color: approx Amulet. HEX triplet: 88, 99 and 78. RGB value is (136,153,120). Sum of RGB (Red+Green+Blue) = 136+153+120=409 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.25% from 409); Green value is 153 (60.16% from 255 or 37.41% from 409); Blue value is 120 (47.27% from 255 or 29.34% from 409); Max value from RGB is 153 - color contains mainly: green. Hex color #889978 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889978 is #776687. Grayscale: #909090. Windows color (decimal): -7825032 or 7903624. OLE color: 7903624.

HSL color Cylindrical-coordinate representation of color #889978: hue angle of 90.91º 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 #889978 is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB136153120-
CMYK0.1100.220.4
HSL90.91º13.92%53.53%-
HSV(B)90.91º21.57%60%-
XYZ24.9329.3722.12-
YUV144.16114.37122.18-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.25%
GREEN value IS 153 (60.16% from 255) = 37.41%
BLUE value IS 120 (47.27% from 255) = 29.34%
R=33.25%
G=37.41%
B=29.34%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1361531200.1100.220.490.9113.9253.53
Hex889978B016285be36
Octal21023117013026501331666
Binary10001000100110011111000101101011010100010110111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889978; }

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

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

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

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

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

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

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

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