#8AAC74

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

Shades of Amulet #8AAC74

Tints of Amulet #8AAC74

Color information

#8AAC74 (or 0x8AAC74) is unknown color: approx Amulet. HEX triplet: 8A, AC and 74. RGB value is (138,172,116). Sum of RGB (Red+Green+Blue) = 138+172+116=426 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.39% from 426); Green value is 172 (67.58% from 255 or 40.38% from 426); Blue value is 116 (45.70% from 255 or 27.23% from 426); Max value from RGB is 172 - color contains mainly: green. Hex color #8AAC74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAC74 is #75538B. Grayscale: #9B9B9B. Windows color (decimal): -7689100 or 7646346. OLE color: 7646346.

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

Color convert

RGB138172116-
CMYK0.2000.330.33
HSL96.43º25.23%56.47%-
HSV(B)96.43º32.56%67.45%-
XYZ28.3936.1722.01-
YUV155.45105.74115.55-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.39%
GREEN value IS 172 (67.58% from 255) = 40.38%
BLUE value IS 116 (45.70% from 255) = 27.23%
R=32.39%
G=40.38%
B=27.23%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1381721160.2000.330.3396.4325.2356.47
Hex8AAC741402121601938
Octal21225416424041411403170
Binary10001010101011001110100101000100001100001110000011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAC74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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