#8A9B78

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

Shades of Amulet #8A9B78

Tints of Amulet #8A9B78

Color information

#8A9B78 (or 0x8A9B78) is unknown color: approx Amulet. HEX triplet: 8A, 9B and 78. RGB value is (138,155,120). Sum of RGB (Red+Green+Blue) = 138+155+120=413 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.41% from 413); Green value is 155 (60.94% from 255 or 37.53% from 413); Blue value is 120 (47.27% from 255 or 29.06% from 413); Max value from RGB is 155 - color contains mainly: green. Hex color #8A9B78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9B78 is #756487. Grayscale: #929292. Windows color (decimal): -7693448 or 7904138. OLE color: 7904138.

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

Color convert

RGB138155120-
CMYK0.1100.230.39
HSL89.14º14.89%53.92%-
HSV(B)89.14º22.58%60.78%-
XYZ25.5930.222.25-
YUV145.93113.37122.35-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.41%
GREEN value IS 155 (60.94% from 255) = 37.53%
BLUE value IS 120 (47.27% from 255) = 29.06%
R=33.41%
G=37.53%
B=29.06%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1381551200.1100.230.3989.1414.8953.92
Hex8A9B78B0172759f36
Octal21223317013027471311766
Binary10001010100110111111000101101011110011110110011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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