#8AA373

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

Shades of Amulet #8AA373

Tints of Amulet #8AA373

Color information

#8AA373 (or 0x8AA373) is unknown color: approx Amulet. HEX triplet: 8A, A3 and 73. RGB value is (138,163,115). Sum of RGB (Red+Green+Blue) = 138+163+115=416 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.17% from 416); Green value is 163 (64.06% from 255 or 39.18% from 416); Blue value is 115 (45.31% from 255 or 27.64% from 416); Max value from RGB is 163 - color contains mainly: green. Hex color #8AA373 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA373 is #755C8C. Grayscale: #969696. Windows color (decimal): -7691405 or 7578506. OLE color: 7578506.

HSL color Cylindrical-coordinate representation of color #8AA373: hue angle of 91.25º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8AA373 is Cyan = 0.15, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB138163115-
CMYK0.1500.290.36
HSL91.25º20.69%54.51%-
HSV(B)91.25º29.45%63.92%-
XYZ26.6732.8421.15-
YUV150.05108.22119.4-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.17%
GREEN value IS 163 (64.06% from 255) = 39.18%
BLUE value IS 115 (45.31% from 255) = 27.64%
R=33.17%
G=39.18%
B=27.64%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1381631150.1500.290.3691.2520.6954.51
Hex8AA373F01D245b1537
Octal21224316317035441332567
Binary100010101010001111100111111011101100100101101110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,163,115); }

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

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

 a { background-color: rgb(138,163,115); }

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

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

 span { border-color: rgb(138,163,115); }

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