#8A9B7C

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

Shades of Amulet #8A9B7C

Tints of Amulet #8A9B7C

Color information

#8A9B7C (or 0x8A9B7C) is unknown color: approx Amulet. HEX triplet: 8A, 9B and 7C. RGB value is (138,155,124). Sum of RGB (Red+Green+Blue) = 138+155+124=417 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.09% from 417); Green value is 155 (60.94% from 255 or 37.17% from 417); Blue value is 124 (48.83% from 255 or 29.74% from 417); Max value from RGB is 155 - color contains mainly: green. Hex color #8A9B7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9B7C is #756483. Grayscale: #929292. Windows color (decimal): -7693444 or 8166282. OLE color: 8166282.

HSL color Cylindrical-coordinate representation of color #8A9B7C: hue angle of 92.9º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8A9B7C is Cyan = 0.11, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.39.

Color convert

RGB138155124-
CMYK0.1100.20.39
HSL92.9º13.42%54.71%-
HSV(B)92.9º20%60.78%-
XYZ25.8430.323.56-
YUV146.38115.37122.02-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.09%
GREEN value IS 155 (60.94% from 255) = 37.17%
BLUE value IS 124 (48.83% from 255) = 29.74%
R=33.09%
G=37.17%
B=29.74%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1381551240.1100.20.3992.913.4254.71
Hex8A9B7CB014275dd37
Octal21223317413024471351567
Binary10001010100110111111100101101010010011110111011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A9B7C; }

 p { color: rgb(138,155,124); }

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

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

 a { background-color: rgb(138,155,124); }

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

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

 span { border-color: rgb(138,155,124); }

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