#8AA074

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

Shades of Amulet #8AA074

Tints of Amulet #8AA074

Color information

#8AA074 (or 0x8AA074) is unknown color: approx Amulet. HEX triplet: 8A, A0 and 74. RGB value is (138,160,116). Sum of RGB (Red+Green+Blue) = 138+160+116=414 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.33% from 414); Green value is 160 (62.89% from 255 or 38.65% from 414); Blue value is 116 (45.70% from 255 or 28.02% from 414); Max value from RGB is 160 - color contains mainly: green. Hex color #8AA074 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA074 is #755F8B. Grayscale: #949494. Windows color (decimal): -7692172 or 7643274. OLE color: 7643274.

HSL color Cylindrical-coordinate representation of color #8AA074: hue angle of 90º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8AA074 is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.37.

Color convert

RGB138160116-
CMYK0.1400.280.37
HSL90º18.8%54.12%-
HSV(B)90º27.5%62.75%-
XYZ26.231.8121.28-
YUV148.41109.71120.58-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.33%
GREEN value IS 160 (62.89% from 255) = 38.65%
BLUE value IS 116 (45.70% from 255) = 28.02%
R=33.33%
G=38.65%
B=28.02%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1381601160.1400.280.379018.854.12
Hex8AA074E01C255a1336
Octal21224016416034451322366
Binary100010101010000011101001110011100100101101101010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,160,116); }

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

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

 a { background-color: rgb(138,160,116); }

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

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

 span { border-color: rgb(138,160,116); }

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