#8AA976

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

Shades of Amulet #8AA976

Tints of Amulet #8AA976

Color information

#8AA976 (or 0x8AA976) is unknown color: approx Amulet. HEX triplet: 8A, A9 and 76. RGB value is (138,169,118). Sum of RGB (Red+Green+Blue) = 138+169+118=425 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.47% from 425); Green value is 169 (66.41% from 255 or 39.76% from 425); Blue value is 118 (46.48% from 255 or 27.76% from 425); Max value from RGB is 169 - color contains mainly: green. Hex color #8AA976 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA976 is #755689. Grayscale: #9A9A9A. Windows color (decimal): -7689866 or 7776650. OLE color: 7776650.

HSL color Cylindrical-coordinate representation of color #8AA976: hue angle of 96.47º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8AA976 is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB138169118-
CMYK0.1800.300.34
HSL96.47º22.87%56.27%-
HSV(B)96.47º30.18%66.27%-
XYZ27.9435.0922.44-
YUV153.92107.73116.65-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.47%
GREEN value IS 169 (66.41% from 255) = 39.76%
BLUE value IS 118 (46.48% from 255) = 27.76%
R=32.47%
G=39.76%
B=27.76%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1381691180.1800.300.3496.4722.8756.27
Hex8AA9761201E22601738
Octal21225116622036421402770
Binary1000101010101001111011010010011110100010110000010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,169,118); }

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

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

 a { background-color: rgb(138,169,118); }

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

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

 span { border-color: rgb(138,169,118); }

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