#8AAE76

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

Shades of Amulet #8AAE76

Tints of Amulet #8AAE76

Color information

#8AAE76 (or 0x8AAE76) is unknown color: approx Amulet. HEX triplet: 8A, AE and 76. RGB value is (138,174,118). Sum of RGB (Red+Green+Blue) = 138+174+118=430 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.09% from 430); Green value is 174 (68.36% from 255 or 40.47% from 430); Blue value is 118 (46.48% from 255 or 27.44% from 430); Max value from RGB is 174 - color contains mainly: green. Hex color #8AAE76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAE76 is #755189. Grayscale: #9D9D9D. Windows color (decimal): -7688586 or 7777930. OLE color: 7777930.

HSL color Cylindrical-coordinate representation of color #8AAE76: hue angle of 98.57º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8AAE76 is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.

Color convert

RGB138174118-
CMYK0.2100.320.32
HSL98.57º25.69%57.25%-
HSV(B)98.57º32.18%68.24%-
XYZ28.8936.9822.76-
YUV156.85106.07114.55-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.09%
GREEN value IS 174 (68.36% from 255) = 40.47%
BLUE value IS 118 (46.48% from 255) = 27.44%
R=32.09%
G=40.47%
B=27.44%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1381741180.2100.320.3298.5725.6957.25
Hex8AAE761502020631a39
Octal21225616625040401433271
Binary10001010101011101110110101010100000100000110001111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAE76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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