#8AAC7A

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

Shades of Amulet #8AAC7A

Tints of Amulet #8AAC7A

Color information

#8AAC7A (or 0x8AAC7A) is unknown color: approx Amulet. HEX triplet: 8A, AC and 7A. RGB value is (138,172,122). Sum of RGB (Red+Green+Blue) = 138+172+122=432 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.94% from 432); Green value is 172 (67.58% from 255 or 39.81% from 432); Blue value is 122 (48.05% from 255 or 28.24% from 432); Max value from RGB is 172 - color contains mainly: green. Hex color #8AAC7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAC7A is #755385. Grayscale: #9C9C9C. Windows color (decimal): -7689094 or 8039562. OLE color: 8039562.

HSL color Cylindrical-coordinate representation of color #8AAC7A: hue angle of 100.8º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8AAC7A is Cyan = 0.20, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB138172122-
CMYK0.2000.290.33
HSL100.8º23.15%57.65%-
HSV(B)100.8º29.07%67.45%-
XYZ28.7536.3123.91-
YUV156.13108.74115.07-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.94%
GREEN value IS 172 (67.58% from 255) = 39.81%
BLUE value IS 122 (48.05% from 255) = 28.24%
R=31.94%
G=39.81%
B=28.24%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1381721220.2000.290.33100.823.1557.65
Hex8AAC7A1401D2165173a
Octal21225417224035411452772
Binary1000101010101100111101010100011101100001110010110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAC7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,172,122); }

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

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

 a { background-color: rgb(138,172,122); }

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

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

 span { border-color: rgb(138,172,122); }

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