#8AA372

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

Shades of Amulet #8AA372

Tints of Amulet #8AA372

Color information

#8AA372 (or 0x8AA372) is unknown color: approx Amulet. HEX triplet: 8A, A3 and 72. RGB value is (138,163,114). Sum of RGB (Red+Green+Blue) = 138+163+114=415 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.25% from 415); Green value is 163 (64.06% from 255 or 39.28% from 415); Blue value is 114 (44.92% from 255 or 27.47% from 415); Max value from RGB is 163 - color contains mainly: green. Hex color #8AA372 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA372 is #755C8D. Grayscale: #969696. Windows color (decimal): -7691406 or 7512970. OLE color: 7512970.

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

Color convert

RGB138163114-
CMYK0.1500.300.36
HSL90.61º21.03%54.31%-
HSV(B)90.61º30.06%63.92%-
XYZ26.6232.8120.85-
YUV149.94107.72119.48-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.25%
GREEN value IS 163 (64.06% from 255) = 39.28%
BLUE value IS 114 (44.92% from 255) = 27.47%
R=33.25%
G=39.28%
B=27.47%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1381631140.1500.300.3690.6121.0354.31
Hex8AA372F01E245b1536
Octal21224316217036441332566
Binary100010101010001111100101111011110100100101101110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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